DimensionElementExists
DimensionElementExists determines whether a specific element exists in a dimension on the server from which a TurboIntegrator process is executed. The function returns 1 if the element exists in the dimension on the server, otherwise it returns 0.
This function is valid in TM1® TurboIntegrator processes only.
Syntax
DimensionElementExists(DimName, ElName);
Argument |
Description |
---|---|
DimName |
The dimension that contains the element that you want to find. The dimension must exist on the server where the TurboIntegrator process is executed. |
ElName |
The element that you want to find. The ElName argument accepts both the element name and the alias. |
Example
This example determines whether the element Belgium exists in the Region dimension on the server.
DimensionElementExists('Region', 'Belgium');