Generate a char for each row
Posted: Tue Apr 22, 2014 10:31 pm
Hello, I have a trouble.
In report, I'm working with a Pie Chart, the results of the Datasource that I get is like:
Project ValueX ValueY
===== ===== ======
foo 0 1
bar 2 0
etc 1 1
When I get a preview, each chart has the same data: A pie with the the values 2,1,1,1.
I want a Pie Chart with this format:
1 Pie Chart: values 0 and 1
2 Pie Chart: values 2 and 0
3 Pie Chart: values 1 and 1
I hope that you can help me. Thanks!
In report, I'm working with a Pie Chart, the results of the Datasource that I get is like:
Project ValueX ValueY
===== ===== ======
foo 0 1
bar 2 0
etc 1 1
When I get a preview, each chart has the same data: A pie with the the values 2,1,1,1.
I want a Pie Chart with this format:
1 Pie Chart: values 0 and 1
2 Pie Chart: values 2 and 0
3 Pie Chart: values 1 and 1
I hope that you can help me. Thanks!