Description
Returns the column positions in a row that are required to perform a dictionary calculation.
Syntax
column_numbers = Dict_Depend (colname)
Parameters
The Dict_Depend function has the following parameters.
Parameter | Description |
---|---|
colname | The name of the dictionary column that performs calculations. Colname must be in the format tablename*columnname. |
Example
/* Returns the column numbers of the columns required to calculate INV_TOTAL, separated by commas. */ COLUMN_NUMBERS = Dict_Depend("SAMPLE_CUSTOMERS*INV_TOTAL") if Get_Status(ErrCodes) then GoSub ErrorHandling end