Existing data stored in spreadsheets or databases can be used in a project by defining a table to store the data.
![]()
The following types of table can be created with the Define Tables task:
Creates a blank worksheet where data can be entered directly or copied and pasted from compatible sources.
The data held in a Simple Table is available to the project it has been applied to, and any specifications produced from it only.
If the same data is required for other projects we recommend using a Group Table.
The data in a Simple Table can be updated from a specification using features such as:
When features that manipulate Simple Table data are implemented any change will only persist in the specification they are executed in.
The original data will not be affected. Starting a new specification will load the original data.
If the original data is required to be manipulated from a specification, we recommend using a Group Table, which has similar features available that allow data manipulation.
Imports data from an Excel spreadsheet. Once imported the data can be edited directly in DriveWorks.
This does not create a link to the spreadsheet, it is a copy of the data held in the spreadsheet.
Any cells that contain functions will be replaced with the calculated value of the cell.
If the data requires real-time calculations to be made during a specification, we recommend using a Calculation Table.
Creates a link to a database that connects using ODBC (ODBC Data Table) or directly to a SQL Server database (SQL Server Data Table).
When using an ODBC Data Table a DSN (Data Source Name) must be configured on each machine that requires the data.
For example an ODBC link to a Microsoft Access database can be created, see How To: Setup a DSN-Access for more information.
ODBC drivers for other databases (MySQL, Oracle, etc.) are available from the database vendor.
A SQL Server Data Table connects directly to an instance of SQL by configuring additional connection parameters (Server, Credentials, Database, Table, etc.) from the wizard.
Appropriate permissions may require configuring in SQL Server (Management Studio).
The ODBC Data Table and SQL Server Data Table wizards include an option to refresh the data each time the project is opened.
Beginning a new specification or transitioning a specification will also refresh the data when this is checked.
![]()
Allows data from embedded child specifications to be passed directly to the table.
See Rollup Data Table for more information.
![]()
However we recommend keeping the length to a minimum.
OR
Once the table has been created, the table editor will switch into Edit mode.
![]()
In edit mode you can cut/copy/paste data from external systems, and fill in values in a similar way to a traditional spreadsheet.
When you are done, click the OK button to return to the table list.
To view or edit the data in an existing table, follow the steps below:
![]()
To edit additional set up information (for Excel, ODBC, SQL Server or Rollup data tables):
Multiple adjacent selections can be made by ether:
While in Edit mode data in the table can be cut, copied and pasted by:
Or
Or
While in Edit mode columns or rows can be inserted by:
While in Edit mode cell data, columns or rows can be deleted by:
Renaming a table will scan all rules and replace any occurrence of the old name with the new name.
If DriveWorks detects that this could cause a delay, then the following message will be displayed.

Updating table names in rules is only supported when renaming project tables.
Renaming Group Tables, for example, will not scan every project in the group.
When fractions are required in a table, that are to be used in further calculations, include a column where the decimal equivalent of the fraction can be looked up and used in any calculation.
For example:
A Combo Box is required to be populated with a list of sizes using the fraction format. When a size is selected from the combo box, 2.5 is to be added to the value to obtain the overall length.