DimensionExists

DimensionExists determines whether a specific dimension exists on the server from which a TurboIntegrator process is executed. The function returns 1 if the dimension exists on the server, otherwise it returns 0.

This function is valid in TM1® TurboIntegrator processes only.

Syntax

DimensionExists(DimName);

Argument

Description

DimName

The name of the dimension whose existence you want to confirm.

Example

DimensionExists('Region');

This example determines if the Region dimension exists on the server.