SubsetExists
SubsetExists determines whether a specific public subset exists on the server from which a TurboIntegrator process is executed.
The function returns 1 if the subset exists on the server, otherwise it returns 0. Note that this function cannot be used to determine the existence of private subsets.
This function is valid in TM1® TurboIntegrator processes only.
Syntax
SubsetExists(DimName, SubsetName);
Argument |
Description |
---|---|
DimName | The name of the dimension that is the parent of the subset whose existence you want to confirm. |
SubsetName | The name of the public subset whose existence you want to confirm |
Example
SubsetExists('Region', 'Northern Europe');
This example determines if Northern Europe subset of the Region dimension exists on the server.