DNEXT
DNEXT returns the member name that follows the member specified as an argument to the
function.
Syntax
DNEXT(server:dimension, element)
Argument |
Description |
Required/Optional |
---|---|---|
server:dimension |
The name of the TM1® server and a dimension name. |
Required |
element |
The name of a member within the dimension. This argument can also be the name of an alias for a dimension member. |
Required |
Example
In this example, the TM1 server name is GO_New_Stores. The function returns the name of the member after Cooking Gear in the Products dimension.DNEXT("GO_New_Stores:Products","Cooking Gear")