HideTabBar parameter

The HideTabBar parameter determines if IBM® TM1® Web can display multiple tabs when a user opens multiple TM1 Web objects, or if only one view is displayed.

This can be useful if you want to limit users to one view at a time.

Example of HideTabBar parameter set to false.

The HideTabBar parameter uses the following format in the tm1web_config.xml file:

<add key="HideTabBar" value="false;AllowOverwrite=true"/>

where value can be either true or false.

  • If value is set to false, multiple tabs can be displayed. This is the default behavior of TM1 Web.
  • If value is set to true, multiple tabs are not displayed and only one object can be opened at a time.

The AllowOverwrite option is not currently used for this parameter.