Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
m2r4miller
Contributor III
Contributor III

Tabbed Menu Structure in QlikView

I wanted to take a minute to share how we handle creating a Tabbed interface in QlikView, where an individual sheet in a QlikView application can contain multiple views accessible by clicking "Tabs".

For example, consider the following view which shows three such "Tabs" on the Analysis sheet:

Tabs 1.png

In our environment we wanted to set up a Tab Menu system so that when the user navigates from one sheet to another in the application, when they return to a sheet, whatever Tab was active when they left is still active when they return, and even when they close and reopen the app either through Access Point or direct URL.

What I present here is the end product, it works well for us and I hope it works for you as well.

When looking at the sample QVW, be sure to look at:

  1. The script
  2. Sheet Properties - Triggers as each sheet has an OnActivateSheet and OnLeaveSheet Trigger assigned.
  3. Tab button (Tabs are simply styled Text Objects) Actions, Background and Border Colors.
  4. Conditional Show Expression of the large Tab Areas that demonstrate how to show/hide objects when Tabs are clicked.

Also, on the Dashboard sheet I included our pop-up help implementation that I've seen used in other QlikView samples - click the green question mark button to activate, click the gray question mark button to deactivate the help.

Labels (1)
0 Replies