Page 1 of 2

Report with grouped chart

Posted: Tue Nov 25, 2014 11:50 am
by flacid_snake
Hi,

I'm using Reports.Net 2009.2.461 from 10 August 2009.

I need help with the attached report (a csv file with the data is attached, too).

I'm able to group the results for each row (when listing) with a GroupHeaderBand, but, as you can see, grouping separately is not possible when building a chart.

What I need is to build one chart per grouped row (each argument of the chart corresponds with its series' name, which also has the same name as each column header's name). I don't want the 6 six areas and its results on the same chart.

Any help will be appreciated.
Thanks in advance!

Re: Report with grouped chart

Posted: Tue Nov 25, 2014 12:52 pm
by Alex K.
Hello,

Please send us a report template. In the previous post you attached data twice.

Thank you.

Re: Report with grouped chart

Posted: Tue Nov 25, 2014 3:19 pm
by flacid_snake
Sorry, here's is the report template.

Thank you

Re: Report with grouped chart

Posted: Wed Nov 26, 2014 7:57 am
by Alex K.
Hello,

Please try to use the master-detail construction for this task.

Thank you.

Re: Report with grouped chart

Posted: Wed Nov 26, 2014 8:51 am
by flacid_snake
Thank you!

It would be possible to to give a name to each column at X-axis the same way I give a name to each serie?

I've tried to give a name to the argument, but it didn't work for me.

Thank you

Re: Report with grouped chart

Posted: Wed Nov 26, 2014 11:42 am
by Alex K.
Hello,

Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?

Thank you.

Re: Report with grouped chart

Posted: Wed Nov 26, 2014 12:00 pm
by flacid_snake
Hi,

I need (on the X axis), for each column, the same name as the serie (if the serie 1 is named "january", I need the first column to be named "january" at the X-axis, and so on).

Thank you

Re: Report with grouped chart

Posted: Thu Nov 27, 2014 12:03 pm
by HighAley
Hello.

You can just change the Title property of each Series.

Thank you.

Re: Report with grouped chart

Posted: Thu Nov 27, 2014 12:22 pm
by flacid_snake
Hi,

I need to name the columns (X-axis), not the Series' title.

Is it possible?

Thank you

Re: Report with grouped chart

Posted: Thu Nov 27, 2014 12:53 pm
by HighAley
Hello.

Then you should set the Labels - Value Type property.

Thank you.