FORMULA LANGUAGE


Examples: @Transform
The following examples are translation formulas that transform the elements of the numeric multi-value field OriginalList. Assume that OriginalList contains the values 4, -4, and 16.

1. This formula returns a 3-element list whose values are 2, -2, and 4.


2. This formula returns the same as above. However, if OriginalList is null, this formula returns null rather than an error.
3. This formula returns a 2-element list whose values are 2 and 4.
4. This formula, when used in a hotspot button creates a field called originalCorrected that adds an asterisk to the beginning of each element in the "original" text list if it does not already have one.
See Also