Chart based on grouping

Stimulsoft Reports.WPF discussion
Post Reply
rth001
Posts: 32
Joined: Fri May 15, 2020 9:17 am

Chart based on grouping

Post by rth001 »

Hello,

Is it possible to create a chart based on grouped data? If yes, can you please provide some guidance.

My databand looks like

ProductID Value
2690 1
2690 2
2690 3
2691 1
2691 1
2691 1

My group header band looks like
Product Id Sum(Value)
2690 6
2691 3

I would now like to create a Chart based on the grouped values. Is this possible somehow?

thanks
Lech Kulikowski
Posts: 6196
Joined: Tue Mar 20, 2018 5:34 am

Re: Chart based on grouping

Post by Lech Kulikowski »

Hello,

You can add the DataTransformation source with the necessary grouping, sorting, and calculations and then use it for the Chart component.

Thank you.
rth001
Posts: 32
Joined: Fri May 15, 2020 9:17 am

Re: Chart based on grouping

Post by rth001 »

Hi Lech,

I heard about this,but have no idea how to access.

We are using the integrated Stimulsoft WPF Designer and I don't see this option.

We are using Business Objects

What is needed to activate the data transformation? (see screenshot)
2022-08-19 13_19_36-Designer.png
2022-08-19 13_19_36-Designer.png (30.35 KiB) Viewed 9342 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Chart based on grouping

Post by HighAley »

Hello,

What version of our tool do you use?
Could you upgrade to the latest build?

Thank you.
rth001
Posts: 32
Joined: Fri May 15, 2020 9:17 am

Re: Chart based on grouping

Post by rth001 »

Hi,

We use 2022.3.2
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Chart based on grouping

Post by HighAley »

Hello,

Unfortunately, the data transformation is not available in WPF.

There is a Data Source from Other Data Source but you can't use it with Business Objects.

If you could register Business Objects with the RegData() method, it will be possible to aggregate data with Data Source from Other Data Source.

Otherwise you should modify your Business Objects and aggregate data on your side.

Thank you.
Post Reply