NavTreeHidden parameter
The NavTreeHidden parameter determines if the Navigation pane displays when users log in
to IBM®
TM1® Web.
This can be helpful if you are displaying a custom homepage for users and you want to completely hide the Navigation pane.
The NavTreeHidden parameter uses the following format in the tm1web_config.xml file:
<add key="NavTreeHidden" value="false;AllowOverwrite=true"
/>
where:
value can be either true or false
- If set to false, the Navigation pane will be displayed when user's log in to TM1 Web.
- If set to true, the Navigation pane will not be displayed when user's log in to TM1 Web.
AllowOverwrite can be set to true or false as follows:
- If you set
AllowOverwrite=true
, the NavTreeHidden parameter is assigned globally to all users, but can be overridden for individual clients using the Client Settings dialog in Architect and Server Explorer. - If you set
AllowOverwrite=false
, the NavTreeHidden parameter applies globally to all TM1 users and can not be overridden for individual clients using the Client Settings dialog in Architect and Server Explorer.