Server User Guides > Survey Tabulation > Advanced expressions > Operators > Hierarchical expressions > up-lev (.() operator
 
up-lev (.() operator
Use the up-lev operator in combination with an aggregate function to include data from a lower level in an expression at a parent level. The general form of an up-lev expression is:
<aggregate>(<child_level>.(<expression>))
Part
<aggregate>
One of the aggregation functions supported by the UNICOM Intelligence Data Model.
<child_level>
The name of the child level from which you want to up-lev the data.
<expression>
The expression to be up-leved.
See also
Hierarchical expressions