TM1 Function for TI, ​DimensionElementExists

Checks whether a specific element exists in a dimension.

What is the DimensionElementExists function?

DimensionElementExists checks whether a specific element exists in a dimension. If the element exists, the result is 1 and if it does not exist, the result is 0.

Where can the DimensionElementExists function be used?

TurboIntegrator

What is the syntax for DimensionElementExists?

DimensionElementExists(DimName, ElName)​;

​DimName = Dimension Name​
ElName = Element Name

A demonstration on how to use DimensionElementExists

Check if Western Europe exists in the Sales Region dimension.