SubsetIsAllSet
SubsetIsAllSet sets a subset to use all elements of the parent dimension. SubsetIsAllSet returns 1 if successful, 0 otherwise.
This function is valid in TM1® TurboIntegrator processes only.
Syntax
SubsetIsAllSet(DimName, SubName, Flag);
Argument |
Description |
---|---|
DimName | The parent dimension of the subset for which you want to use all elements. |
SubName | The subset for which you want to use all dimension elements. |
Flag | Any non-zero value specifies that the subset uses all the current elements from
the parent dimension and will dynamically update to use all elements from the parent dimension
whenever the subset is called. Specifying a zero value freezes the elements in the subset as the current set of all elements in the parent dimension. The subset will not dynamically update to use all dimension elements in the future. |