CubeExists
CubeExists determines whether a specific cube exists on the server from which a TurboIntegrator process is executed. The function returns 1 if the cube exists on the server, otherwise it returns 0.
This function is valid in TM1® TurboIntegrator processes only.
Syntax
CubeExists(CubeName);
Argument |
Description |
---|---|
CubeName |
The name of the cube whose existence you want to confirm. |
Example
CubeExists('Inventory');
This example determines if the Inventory cube exists on the server.