Home > OLAP Terminology > Chapter
![]() Previous |
![]() Next |
expression
A combination of one or more values (typically provided by a measure or a calculated measure), operators, and functions that evaluates to a value. An expression generally assumes the data type of its components.
The following are examples of expressions, where SALES
is a measure: SALES
, SALES*1.05
, TRUNC(SALES)
.