How to: Hide/Display QlikSense Panels with MenuBar
Introduction
The below guide will show you how to create buttons that hide/show the QlikSense Title Bar, Selections Bar and Menu Bar. This allows users to present their apps with more screen space for easier viewing and a cleaner interface.
You will Need:
- You will firstly have to create these variables:
vS_SenseTitleBar= 0
vS_SenseSelectionBar= 0
vS_SenseMenuBar= 0
- Create a new item, Type: âButton Containerâ
Button Setup
- Scroll down and under âSettingsâ and create two buttons called âSense Menuâ and âSelectionsâ.
- Expand the âSense Menuâ button and click on âState settingsâ
- Select your Icon and on the same screen click on âActionsâ.
Â
- Ensure that you insert the exact settings below and click on âApplyâ
Name: Set variable, Variable Name: vS_SenseTitleBar, Variable content: =if(vS_SenseTitleBar='0','1','0')
Name: Set variable, Variable Name: vS_SenseMenuBar, Variable content =if(vS_SenseMenuBar='0','1','0')
- Expand the âSelectionsâ button and click on âState settingsâ
- Select your Icon and on the same screen click on âActionsâ.
- Ensure that you insert the exact settings below and click on âApplyâ
Name: Set variable, Variable Name: vS_SenseSelectionBar, Variable content: =if(vS_SenseSelectionBar='0','1','0')
- Expand âAppearanceâ, then âDisplayâ and select âOptionalâ for both âSense Menu Barâ and âSense Selection Barâ
- And insert the below settings:
Sense Menu Bar =$(vS_SenseMenuBar)
Sense Selection Bar =$(vS_SenseSelectionBar)
Final Result:
Users will be able to hide/show their Sense panels at the click of a button: