Home Search

DriveWorks Solo 22
New Features

Send Feedback

New Functions

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.

TableGetColumnCount

Syntax

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.

Examples

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

Syntax

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.

Examples

Rule

Meaning
TableGetRowCount(DWSubResultsChildSpecList)Returns the number of rows in the ChildSpecList control.
TableGetRowCount(DWLookupMyData)Returns the number of rows in the MyData table