Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
sarasmonu
Creator
Creator

Toggle Between 2 bar charts

Hi All,

I have 2 bar charts in a Qliksense application.

One bar chart displays the actual values across list of projects and another bar chart display planned and actual stacked .

I want to have the ability to toggle between these 2 bar charts ie if i qlik on an Actual button Bar chart to display actual data should show and hide the other and vice versa.

Please help!

2 Replies
jerryyang756
Creator
Creator

Right Now there is no default feature in Qliksense to toggle between two bar charts. You Can do that using conditional expression

create a variable vToggle

Set the variable value using this qlik extension : Qlik Branch

If(vToggle=1, <Expression1>,<Expression2>)

karthikoffi27se
Creator III
Creator III

Hi Monu,

Please refer the below link for toggle between two charts. You need to change for your requirement.

Navigating Charts with Variable Buttons - QlikSense

Many Thanks

Karthik