Expressions are typically combinations of one or more functions, attributes, constants, or operators. Most expressions are simple combinations of functions and attributes.
LOOKUP expression.ARB selects an arbitrary but consistent value from the set of values in a field.BETWEEN expression determines whether an attribute's value falls within a range of values.CASE expressions allow conditional processing in EQL, allowing you to make decisions at query time.COALESCE expression allows for user-specified NULL-handling. It is often used to fill in missing values in dirty data.CORRELATION computes the correlation coefficient between two numeric attributes for all rows within a group.HAS_REFINEMENTS computes whether a particular attribute has non-implicit refinements in the current navigation state.IN expressions perform a membership test.PERCENTILE computes a specified percentile of the values of an attribute for all records in the group.RECORD_IN_FAST_SAMPLE is a row function that returns a Boolean indicating whether the current record is in the sample of the records in the named state.