ElementNext
ElementNext returns the element name that follows the element specified as an argument to the function.
This function is valid in both rules and TurboIntegrator processes.
Syntax
ElementNext(dimension, hierarchy, element)
Argument |
Description |
---|---|
dimension |
A valid dimension name. Some installations may need to qualify the dimension name with the database name, as in
|
hierarchy |
The name of the hierarchy within the dimension. |
element |
The name of an element within the dimension. This argument can also be the name of an alias for a dimension element. |
Example
If the Location dimension contains the ordered elements California, Oregon, and Washington, the example returns Washington.
ElementNext("Location","Cities", "Oregon")