Home
Analytics
optional y series grouping
aaraya
Hi,
Hi have problem to grouping table and chart line.
my return dataset
grupo | data_name | valor | fecha
1 | ventas1 | 500 | 10,20
1 | ventas1 | 495 | 11,70
1 | ventas2 | 500 | 10,50
1 | ventas2 | 495 | 12,00
2 | comision | 487 | 14,60
2 | comision | 300 | 12,30
2 | comision2 | 407 | 11,10
2 | comision2 | 350 | 10,60
insert a table and grouping for column(grupo)
in the header group insert a line chart
value y series = valor
category x series = fecha
Optional Y Series Grouping = data_name
but in the chart series only show first row off grouping. ??
for group 1 = only ventas1 but not ventas2?
Find more posts tagged with
Comments
Hans_vd
Hi Aaraya,
As far as I can see, this blogpost describes exactly what you need:
http://enterprisesmartapps.wordpress.com/2012/01/16/birt-generate-a-separate-chart-for-each-group-value/
Did you do it like this? Select the "Select data from <dataset>" radio button and create a filter?
Regards
Hans