I have data like this that I want to plot on a pie chart :
Date
Credit
Debit
11/1
100
200
11/2
120
180
11/3
180
150
11/4
175
135
11/5
225
300
I will have a list box for date and when a particular date is selected, I want the pie chart to show 2 pies - one for Credit and the other for Debit. I tried creating the pie chart without a dimension and 2 expressions, but it didn't give me the expected result.
Can you please provide a solution for this (ideally without the need to create another table in the script) ?