Edit

Share via


CN_GBT_ADDITIONALDIMENSIONID ER function

Note

Community interest groups have now moved from Yammer to Microsoft Viva Engage. To join a Viva Engage community and take part in the latest discussions, fill out the Request access to Finance and Operations Viva Engage Community form and choose the community you want to join.

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".

Additional resources

Other (business domain–specific) functions