Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have a requirement to display 2 List Boxes to display charts with respective of invidual selection list boxes.
when user select Product only the first chart will change. When user select Customer the respective chart required to change(single chart). But the below case when I select from any List Box both charts are changing. Please suggest.
Let assume,
Fields are- Product, Customer and Quantity
For Product Chart
Expression: Sum({<Customer= >} Quantity)
For Customer Chart
Expression: Sum({<Product= >} Quantity)
Use Alternate States for those as you expected
Let assume,
Fields are- Product, Customer and Quantity
For Product Chart
Expression: Sum({<Customer= >} Quantity)
For Customer Chart
Expression: Sum({<Product= >} Quantity)
Thank You Its working for me