CN_GBT_ADDITIONALDIMENSIONID ER function
The CN_GBT_ADDITIONALDIMENSIONID
function returns a String value that represents a single financial dimension ID that is taken from the specified string. The specified string presents all dimensions as a comma-separated list of IDs.
Syntax
CN_GBT_ADDITIONALDIMENSIONID (text, number)
Arguments
text
: String
A String value that presents all dimensions as a comma-separated list of IDs.
number
: Integer
An Integer value that defines the sequence code of the requested dimension in the specified string.
Return values
String
The resulting text value.
Example
CN_GBT_AdditionalDimensionID ("AA,BB,CC,DD,EE,FF,GG,HH", 3)
returns "CC".