Put Chart based on grouped data in GroupHeader

Stimulsoft Reports.WEB discussion
Post Reply
Viktor Krykun
Posts: 4
Joined: Wed Jul 08, 2015 9:41 am

Put Chart based on grouped data in GroupHeader

Post by Viktor Krykun »

I need to add a chart based on grouped data. This chart must be placed in GroupHeader to be abled to collapse. The schema is next:

[[+] Category Name 1 ]
[ Chart 1 ]
[ Data 1 ]
[[+] Category Name 2 ]
[ Chart 2 ]
[ Data 2 ]

Is it possible to implement this? Thank you!
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Re: Put Chart based on grouped data in GroupHeader

Post by Edward »

Hi Viktor,

I think that is possible to achieve. We have support for some processing of the data inside the report on a DataSource level - please have a look at the DataFromOtherDataSource data source. That is the Datasource that can order and group some data and to prepare that for displaying some data in the aggregated form with using of Count, Sum, Avg, etc. functions.
Also please have a look at the 'Interactive Reports', 'Hierarchical Reports' sections at our live demos:
https://demo.stimulsoft.com/

Is that something similar to your task? Could you make a sample based on one of those reports?

Thank you,
Edward
Post Reply