Home Search

DriveWorks Pro 21
TableMinValue

Send Feedback

TableMinValue

Gets the minimum value from a column in a table.

Syntax

TableMinValue([Table], [Column Index])

Where:

Table is the table that is to be filtered.

Column Index is the column number the Condition is to be applied to.

Examples

Rule

Meaning
TableMinValue(DwLookupItems,4)

Gets the minimum value in column 4 (Cost), of the Items table (below). Will result in:

280

Sample Data Table

Items Table

ItemWidthPositionCost
Single Drawer Unit600Rear Wall330
Double Drawer Unit900Rear Wall495
Single Cupboard Full600Rear Wall280
Double Cupboard Full900Rear Wall440
Single Cupboard with Drawer600Left Wall300
Double Cupboard with Drawer1200Left Wall600
Cupboard Left Drawer Right1200Left Wall610
Cupboard Right Drawer Left1200Left Wall610
Single Cupboard with Drawer600Right Wall300
Double Cupboard with Drawer1200Right Wall600
Cupboard Left Drawer Right1200Right Wall610
Cupboard Right Drawer Left1200Right Wall610