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

Which TM1 Server version is this function available for?

Version 11 and 12

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.