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.
- SymName is the name of a symbol.
Note: Symbol names must be enclosed in double quotation marks.
Syntax:
VALUE ("daMaster","Acct1", "A1201", "Entity100", …, "WorkingVersion")