Eval is a mathematical function that evaluates an expression. Use Eval as an embedded function argument to consolidate multiple expressions into one expression.
where expression is one or more of the following values:
Numeric values can include decimals and negative values. See Numeric Arguments. | |
A pointer to a row, column, or cell within a grid. References can be specified in several ways. The reference syntax is: GridName.GridElement[segment(range)].Property. See Row, Column, or Cell Reference Arguments. | |
Any of the supported arithmetic operators (+, -, *, /, ^, %). |
Divide row 1 by row 2, and then round the data to four places:
Round(Eval([1]/[2]),4)