DNEXT

DNEXT 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

DNEXT(dimension, element)

Argument

Description

dimension

A valid dimension name.

Some installations may need to qualify the dimension name with the database name, as in database_name: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.

DNEXT("Location","Oregon")