Dict_Depend function

Returns the column positions in a row that are required to perform a dictionary calculation.

column_numbers = Dict_Depend(colname)

The Dict_Depend function has the following parameters.

ParameterDescription
colnameThe name of the dictionary column that performs calculations. Colname must be in the format tablename*columnname.
/* 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
 
**
**
  • guides/programming/programmers_reference_manual/dict_depend.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1