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: 
sweety0912
Contributor II
Contributor II

Need Quick help

Hi,

I have four Bar charts in my dashboard. All four bar charts should effect to one list box. But every Bar chart has their own buttons and it should be responsive to their own charts. It means when i select button it should change only the relative chart but if i select list box all four charts should respond.That's how i created list box.

The problem i am facing here is

If i select button all the charts are responding since all four tables joined with common fields. I have tried set analysis and alternate states ..etc.nothing is working for my requirement.

Can anyone help on this.

Regards,

Sweety

2 Replies
ychaitanya
Creator III
Creator III

May be this can help.

Step1 : Create  states : State A, State B,State C, State D, state E

Step 2 : Assign the list box to State A

Step 3 : Assign all the charts to State B,State C, State D, state E

Step 4: Create an additional expressions in each chart and make it conditional to only show when the list box in State A is selected.  Getselectedcount(Listbox,0,stateA) (Ex: GetSelectedCount(%field,0,'statename')


that way each charts respects their selections and also the Listbox Selections



shiveshsingh
Master
Master

Can you share your app?