Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
arusanah
Creator II
Creator II

qliksense help

I have requirement to display a pie chart on button click.

I have two buttons

Button 1 , Button 2

when user clicks Button 1 , pie chart should display data by population

when user clicks  Button 2 ,  pie should display data by age group

  

  

UIDPLAN IDage
1a22
2b30
3c17
4d45
5e65
6f72

  

age bucket
10-30
31-40
41-50
51-80

in Qlikview I created two pie charts and used to show & hide them condition , but not able to do that in qliksense . can somebody help me with this .

3 Replies
Clever_Anjos
Employee
Employee

I don´t think you can do this in sense using regular objects.

Try some extension or mashup

Anonymous
Not applicable

You can use button extension to toggle variable that tie up with your dimension

extension: Qlik Branch

for example

Variable => vDim

Button set up =>

First Action = Set variable value

Variable Name = vDim

Value = if(vDim = 1, 2,1)

Dimension in chart => pick(vDim, PLAN ID, age)

ngulliver
Partner - Specialist III
Partner - Specialist III

Hi,

Have a look at this blog on creating toggle buttons in QlikSense. It should help:

https://www.quickintelligence.co.uk/toggle-buttons-qlik-sense/

Neil