Page 1 of 1

Put Chart based on grouped data in GroupHeader

Posted: Wed Feb 14, 2018 8:58 am
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!

Re: Put Chart based on grouped data in GroupHeader

Posted: Thu Feb 15, 2018 2:12 pm
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