Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
I have two bar charts in single sheet names like B1,B2 and one button.Here my requirement is i want show by default Chart B1,then one user click on the button i want to show them chart B2. again user click on button i want to show B1(vise versa)with out button selection should be show only Chart B1.
Is it possible in Qlik Sense?if its possible can any one share the sample app?
loveisfailstalwar1omarbensalemmto
Regards
mahesh
Do u have to do it using a Button?
Why don't u create a filter? that would be so much better I think.
I mean, create an inline table:
load * inline [
ChartID, Chart
1, B1
2, B2
];
Now add this new dimension Chart as a filter in ur sheet (instead of the Button)
and in ur first chart, under adds-on add this:
count(ChartID)=2 or ChartID=1
in ur second Chart
ChartID=2
Result:
1) if I don't select :
2) If I select B1
3) If I select B2
It's a client requirement i want to use only button.
Only ONE button? No chance to use 2 buttons maybe?
Yes, By using Single Button not yet published using "Sheet Navigation" extension. You may request them to work in filter level to show like that?
Hi All,
Thanks for sharing your ideas.
Regards
Mahesh
Hi Mahesh,
You can check the ShowHide Container extension from the Qlik Branch:
Since this is a question about Qlik Sense, I suggest that you post this question in the "New to Qlik Sense" discussion section.
Cheers,
Carlos