Problem with Pie chart in Group footer

Stimulsoft Reports.NET discussion
Post Reply
Mishaa
Posts: 4
Joined: Wed Aug 29, 2018 12:00 pm

Problem with Pie chart in Group footer

Post by Mishaa »

My business object has 3 Columns, "DateVal", "RoomFname", and "RoomCount".
I group them with DateVal and in group footer I use Pie Chart , for argument data column i set "RoomFname" and Value data column Set with "RoomCount".
but in run time it just show two chart and both of them have all the RoomFname and their value.
My list is look like this
Image
I attach my report
Attachments
RoomFull.mrt
(22.41 KiB) Downloaded 151 times
Lech Kulikowski
Posts: 7345
Joined: Tue Mar 20, 2018 5:34 am

Re: Problem with Pie chart in Group footer

Post by Lech Kulikowski »

Hello,

In this case, you should master-detail construction instead grouping. Please check the sample report:
http://demo.stimulsoft.com/#Net/ChartOnDataband

Thank you.
Mishaa
Posts: 4
Joined: Wed Aug 29, 2018 12:00 pm

Re: Problem with Pie chart in Group footer

Post by Mishaa »

Lech Kulikowski wrote: Fri Aug 31, 2018 5:34 am Hello,

In this case, you should master-detail construction instead grouping. Please check the sample report:
http://demo.stimulsoft.com/#Net/ChartOnDataband

Thank you.
Hi,
How Can I Use master-detail when I just Have One Business Object?? Could you please Help me? I checked the Link but couldn't find Solution.

Many Thanks.
Lech Kulikowski
Posts: 7345
Joined: Tue Mar 20, 2018 5:34 am

Re: Problem with Pie chart in Group footer

Post by Lech Kulikowski »

Hello,

For business objects only prepare additional object(master data) which will contain grouped data main level.
for any other data sources, you can create virtual source (Data from Other Data Source) with necessary grouping.

Thank you.
Mishaa
Posts: 4
Joined: Wed Aug 29, 2018 12:00 pm

Re: Problem with Pie chart in Group footer

Post by Mishaa »

Lech Kulikowski wrote: Sat Sep 01, 2018 7:14 pm Hello,

For business objects only prepare additional object(master data) which will contain grouped data main level.
for any other data sources, you can create virtual source (Data from Other Data Source) with necessary grouping.

Thank you.
I tried again but not working. Could you please Give me a sample or change my attachment??
many Thanks.
Lech Kulikowski
Posts: 7345
Joined: Tue Mar 20, 2018 5:34 am

Re: Problem with Pie chart in Group footer

Post by Lech Kulikowski »

Hello,

In your case, with business objects, directly in the report - it is not possible. You should create an additional business object which will contain only grouped dates.

Thank you.
Attachments
Capture.PNG
Capture.PNG (96.2 KiB) Viewed 1961 times
Mishaa
Posts: 4
Joined: Wed Aug 29, 2018 12:00 pm

Re: Problem with Pie chart in Group footer

Post by Mishaa »

Lech Kulikowski wrote: Mon Sep 03, 2018 8:11 am Hello,

In your case, with business objects, directly in the report - it is not possible. You should create an additional business object which will contain only grouped dates.

Thank you.
many thanks
it solved my problem
Lech Kulikowski
Posts: 7345
Joined: Tue Mar 20, 2018 5:34 am

Re: Problem with Pie chart in Group footer

Post by Lech Kulikowski »

Hello

We are always glad to help you!
Please let us know if you need any additional help.

Thank you.
Post Reply