NavTreeCollapsedOnStart parameter

The NavTreeCollapsedOnStart parameter determines if the Navigation pane will be minimized or expanded when users log in. If collapsed, a small vertical bar displays to provide the user with a way to restore the pane.

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

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

where:

value can be either true or false.

  • If value is set to false, the Navigation pane will be expanded and display in its default mode when user's log in to TM1® Web.
  • If value is set to true, the Navigation pane will be collapsed when user's log in to TM1 Web.

AllowOverwrite can be set to true or false as follows:

  • If you set AllowOverwrite=true, the NavTreeCollapsedOnStart parameter is assigned globally to all users, but can be overridden for individual clients using the Client Settings dialog in TM1 Architect and Server Explorer.
  • If you set AllowOverwrite=false, the NavTreeCollapsedOnStart parameter applies globally to all TM1 users and cannot be overridden for individual clients using the Client Settings dialog in TM1 Architect and Server Explorer.