Value
Use this function in an equation to get the value from an intersection of data, and to assign that value to an intersection of data, or to use it in a calculation.
Note: This function will only return numeric data. If the intersection contains a string value, then the function will return a zero (0).
Syntax:
VALUE ("DataAreaName","SymName0","SymName1", ..., "SymNameN")
where:
- DataAreaName is the name of the DataArea in which the symbols are found, enclosed in double quotation marks.
- SymName is the name of a symbol, enclosed in double quotation marks.
Syntax example:
VALUE ("daMaster","Acct1", "A1201", "Entity100", …, "WorkingVersion")