Page 1 of 1

How to create a chart with grouped by X-axis labels

Posted: Wed Aug 17, 2011 6:28 am
by vbtux
Hi ,

Please take a look at the following picture:
Image

I would like to group all labels on the X-axis , how can I do this?

Thanks

How to create a chart with grouped by X-axis labels

Posted: Thu Aug 18, 2011 1:20 am
by HighAley
Hello.
vbtux wrote:Please take a look at the following picture:
Image

I would like to group all labels on the X-axis , how can I do this?
You can do it using Virtual DataSource.
1. Create a New Data Source with 'Data from other Data Source' adapter.
2. In the Groups tab you can choose column to group on.
3. In the Results tab you can choose column and aggregate function.
4. Now you can create Chart using data from new DataSource.

Thank you.

How to create a chart with grouped by X-axis labels

Posted: Thu Aug 25, 2011 4:54 am
by vbtux
I would like to display all months on the chart, each month has four value ,labels should be displayed only once not four times
Could you please tell me how to group labels?

It should look like this:
Image

How to create a chart with grouped by X-axis labels

Posted: Fri Aug 26, 2011 1:14 am
by HighAley
Hello.
vbtux wrote:I would like to display all months on the chart, each month has four value ,labels should be displayed only once not four times
Could you please tell me how to group labels?

It should look like this:
Image
Which of 4 values do you want to display?
If you want only one value to use you can use a report like attached report.
Otherwise use the method from my previous post.

Thank you.