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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
kundan2
Contributor
Contributor

One button for different views

Requirement (Illustrated in attached PPT):

We need one button which functions as:

  1. If GLOBAL selected then Global, all Regional rows should be shown in the tabular view. The Speedometer and trending chart should be showing Global value
  2. IF REGIONAL selected then Global, selected Region and Countries within selected Region should be shown in the tabular view. The Speedometer and trending chart should be showing value of selected region
  3. IF COUNTRY selected then Global, Region of selected Country, and selected Country (e.g. Germany is selected, then Global, Europe, Germany) should be shown in the tabular view. The speedometer and trending chart should be showing values of selected country i.e.: Germany

Currently, there is a separate dropdown for the speedometer and trending chart to select Global/any one Region/any one Country. Client don’t need this additional dropdown in the page for speedometer and trend chart.

Labels (1)
2 Replies
Mark_Little
Luminary
Luminary

@kundan2 

This should be possible. with a few action on the button and If GetSelectedCount(FIELD) > 0. Depending on your charts and set set analysis you may also have to utilise containers  

EdgarOlmos
Contributor III
Contributor III

Hi.

You can make an InLine table with the three values that you need to evaluate (GLOBAL, REGIONAL and COUNTRY). This table is going to use it like a selector and with the action GetFieldSelections(FIELD) you can determine which metric is going to be used.

Regards