Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
Can you share your app?