Two new functions have been added to help with getting information from tables.
These functions work with any tabular data added into DriveWorks
Solo from the Define Tables stage in the task explorer.
GETCOLUMNCOUNT( [ TableName] )
Returns the number of columns in the given table.
TableName is the table within which the number of columns are to be found.
Rule | Meaning |
---|---|
TableGetColumnCount(DWSubResultsChildSpecList) | Returns the number of columns in the ChildSpecList control. |
TableGetColumnCount(DWLookupMyData) | Returns the number of columns in the MyData table |
TABLEGETROWCOUNT( [ TableName] )
Returns the number of rows in the given table.
TableName is the table within which the number of rows are to be found.
Rule | Meaning |
---|---|
TableGetRowCount(DWSubResultsChildSpecList) | Returns the number of rows in the ChildSpecList control. |
TableGetRowCount(DWLookupMyData) | Returns the number of rows in the MyData table |