Problem with grouping data for stacked bar chart
Posted: Wed May 02, 2012 2:55 pm
Hi,
I try to create a stacked bar chart with data like that:
Master: 1
Detailvalue 1: 10
Detailvalue 2: 12
Detailvalue 3: 14
Master: 2
Detailvalue 1: 8
Detailvalue 2: 20
Detailvalue 3: 5
(...)
It worked to group the master/detail stuff and show the data
in a list form.
There're also several charts for all master/detail records.
But that's the problem as I try to create just one chart
which creates a bar for every master record and then stack
all details.
It really doesn't work. What is missing here? It would be
nice if you could give me a hint what to do here.
You can download the VB.NET 2008 project from here:
http://www.punktsoft.de/temp/ReportDemo3.zip
Thank you in advance.
Best Regards,
Thomas
I try to create a stacked bar chart with data like that:
Master: 1
Detailvalue 1: 10
Detailvalue 2: 12
Detailvalue 3: 14
Master: 2
Detailvalue 1: 8
Detailvalue 2: 20
Detailvalue 3: 5
(...)
It worked to group the master/detail stuff and show the data
in a list form.
There're also several charts for all master/detail records.
But that's the problem as I try to create just one chart
which creates a bar for every master record and then stack
all details.
It really doesn't work. What is missing here? It would be
nice if you could give me a hint what to do here.
You can download the VB.NET 2008 project from here:
http://www.punktsoft.de/temp/ReportDemo3.zip
Thank you in advance.
Best Regards,
Thomas