Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have product,customer,country,region, year fields.and i am creating two charts.one is bar chart other one line chart.
my requirement is when i select product and customer list box it reflect the bar chart.
when i select year,region and country in list box it reflect the line chart .
my chart is always showing initial and when selection is done in list box than only reflect the chart.
how to implement?
Thanks
Chaitanya
tthat’s what I said just use the dimensions in set analysis where you want your bar chart to reflect as mentioned in my earlier thread. Like sum({< listbox1, listbox2, listbox3 >} yourfieldname).
For line don’t use any set analysis.