Case Functions

A case function is a function that operates on a single case. For example, the log( ) function uses one value and simply takes the log. Other case functions include sin( ), exp( ), atan( ), ln( ), and random( ).

You cannot use case functions to define measures.

Case functions contrast with aggregate functions, which look at many cases at once, such as mean( ).