Setting display properties for the CubeViewer object

You can set the display properties for the CubeViewer object by including any of the related parameters in your URL.

You can use the following parameters to change the display of a CubeViewer object:

AutoRecalc
Turns automatic recalculation on or off. The default is off.
Note:

The AutoRecalc parameter is only applicable to CubeViewer. It is not supported for websheets. Auto recalculation mode applies to gestures such as pivots, title changes, and zero suppression changes. Auto recalculation mode does not apply to data changes to leaf cells. Leaf cells always turn green when modified.

In CubeViewer, the AutoRecalc parameter serves the same purpose as the Automatic Recalculation Mode toolbar button (which does not exist for websheets). When automatic recalculation mode is off (manual recalculation mode), gestures such as pivots, title changes, and zero suppression changes require a recalculation for data to be refreshed.

In websheets, auto recalculation is handled by the UseBookRecalcSetting parameter and the setting of the Excel workbook. For more information, see TM1 Web Configuration Parameters.

HideDimensionBar
Turns the title bar on or off. The default is on.
Note: This setting applies to the CubeViewer object only.
HideToolbar
Turns the toolbar on or off. The default is on.

Examples

Use the following format in your URL to control the display properties of a CubeViewer object.

property=value

For example, add the following lines to your URL to change the display properties of the CubeViewer object.

AutoRecalc=False
HideDimensionBar=True
HideToolbar=True