Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hai all,
I am facing a problem plz help me out.Thanks in Advance.
Here is the scenario like i have a list box and two charts like A and B charts for these two charts i am defining each state and if i filter the list box the two charts has to work.
Thankq Very much
Hi,
I have created 3 fields Item,Sales,Qty.
Created a item as a listbox and 2 charts one for sales and other for qty. In the chart1 expression i have created sum({A<Item = $::Item>} Sales) and chart2 expression sum({B<Item = $::Item>} Qty).
Now selecting item from drop down list , both charts will change for the selected item.
Is this is requirement.
One more thing , create alternate state A and B, and assign to alternate state A to chart1 and B to chart2.
Hope this helps.