These functions can be used in a formula, but they do not fit into a standard category for function families.
|
Function |
Syntax |
Description |
|---|---|---|
|
GroupValues(column, ListOfValues, newValue) |
|
Groups a list of values. For
example:
GroupValues(CountryColumn, ["USA", "India", "France"], "My Countries") |
|
ToNumber(param) |
param: Parameter to convert |
Converts any type of parameter to a numeric value. Numbers are truncated to zero decimal places. |