SubsetFormatStyleSet
SubsetFormatStyleSet applies an existing display style to a named subset.
Display styles are defined for specific elements. If you apply an existing display style to a subset that includes elements that are not included in the display style, no formatting is applied to those elements.
This function is valid in TM1® TurboIntegrator processes only.
Syntax
SubsetFormatStyleSet( DimName, SubsetName, FormatName);
Argument |
Description |
---|---|
DimName | The parent dimension of the subset to which you want to apply a display style. |
SubsetName | The name of the subset to which you are applying a display style. |
FormatName | The name of the existing display style you want to apply to the subset. |
Example
SubsetFormatStyleSet ('Region', 'Northern Europe', 'BoldCurrencyLeftJustified');
This example applies the BoldCurrencyLeftJustified display style to the Northern Europe subset of the Region dimension.