designadda / pentaho-fc-plugin

Automatically exported from code.google.com/p/pentaho-fc-plugin
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Multi-Series Charts #99

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
- The multi-series chart sample that is given with the plugin works fine, but 
they fetch the same measure data for all the columns in the chart as shown in 
the attachment. Obviously the total sales for each year is different.

What version of the product are you using? On what operating system?
pentaho-fc plugin v2.0
Pentaho Enterprise Edition 4.5
FusionCharts Enterprise Edition 3.2

Question:
What should be the correct query structure if I want to show the total sales 
for each year.

Original issue reported on code.google.com by vprasa...@pec.edu on 31 Dec 2012 at 6:01

Attachments:

GoogleCodeExporter commented 8 years ago
The correct layout of the chart is the same for all multi-series chart.
We are using the same measure just to simplify the query sample. 
If you add one column to the result set you will get a new column in the chart.
Example:
Name|Measure1|Measure2|....|..
a   |1       |2       |... |..
... |..      |..      |..  |.. 

Original comment by david.du...@xpand-it.com on 10 Jan 2013 at 11:54

GoogleCodeExporter commented 8 years ago
Thank you so much. My understanding of the issue was wrong. Everything is 
fixed. Thanks.

Original comment by vprasa...@pec.edu on 11 Jan 2013 at 4:43