labelLookup
Syntax
labelLookup(value, global)
- value - the expression whose value is to be looked up
- global - the name of the global label lookup variable containing names for each osupported values.
Examples
| labelLookup("London", "frenchCityNames") | Londres |
Semantics
labelLookup lookups the value of an expression in the pre defined values of a label lookup global variable , and return the corresponding value. Because its a builtin function, it can be used in queries, trigger scripts and computed variable expressions.