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
Chart based on grouping
-
- Posts: 5250
- Joined: Tue Mar 20, 2018 5:34 am
Re: Chart based on grouping
Hello,
You can add the DataTransformation source with the necessary grouping, sorting, and calculations and then use it for the Chart component.
Thank you.
You can add the DataTransformation source with the necessary grouping, sorting, and calculations and then use it for the Chart component.
Thank you.
Re: Chart based on grouping
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)
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)
Re: Chart based on grouping
Hello,
What version of our tool do you use?
Could you upgrade to the latest build?
Thank you.
What version of our tool do you use?
Could you upgrade to the latest build?
Thank you.
Re: Chart based on grouping
Hi,
We use 2022.3.2
We use 2022.3.2
Re: Chart based on grouping
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.
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.