Nested Report Summary Problem

Stimulsoft Reports.NET discussion
Post Reply
erbeynam
Posts: 7
Joined: Fri Jan 25, 2013 1:27 am

Nested Report Summary Problem

Post by erbeynam »

Hi,

I generated a nested groups report pretty similar to the one you have in the demo (NestedGroups.rtm).

It has Report Title - Grop Header 1 - Group Header 2 - Data - Group Footer 2 - Group Footer 1 - Report Summary
My data is coming from a Business Object.

Data is being grouped correctly with conditions.
First one is the day - and the second one is category.

I am suppose to have a Sub Total after Category Group and Day Total after day group.

So I have {Sum(Data,(MasterDS.UI_Price * MasterDS.Received_Qty))} on Group Footer Band 2 and
{Sum(Data,(MasterDS.UI_Price * MasterDS.Received_Qty))} on Group Footer Band 1.

Data and teh calculations are correct. The data is being grouped correctly.

The problem I have is this:

Sub Total and Day Total repeat after each Data line. they are suppose to show up at the end of the group.

Tried changing the order of Footer 1 and footer 2. Tried many other things. No dice.

Can you help?

Thanks,
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Nested Report Summary Problem

Post by Alex K. »

Hello,

Please send us your report with test data for analysis.

Thank you.
erbeynam
Posts: 7
Joined: Fri Jan 25, 2013 1:27 am

Re: Nested Report Summary Problem

Post by erbeynam »

I cannot send you data or template since it is classified.

I am sending you sanitized screen shots for all. Take a look please and let me know if you see anything out of place.

Thanks,

Erol
Attachments
template
template
ReportTemplate.png (93.71 KiB) Viewed 2378 times
This is how it should work
This is how it should work
ReportShouldWorkThisWay.png (83.37 KiB) Viewed 2378 times
This is the problem
This is the problem
ReportProblem.png (71.27 KiB) Viewed 2378 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Nested Report Summary Problem

Post by HighAley »

Hello.

We need to reproduce the problem to solve it. Could you create a sample report template with a sample data which reproduces the issue and send it to us.
Business Objects should have the same structure.

Thank you.
ramburle
Posts: 4
Joined: Mon Feb 18, 2013 10:42 am

Re: Nested Report Summary Problem

Post by ramburle »

We are facing the same problem we have only one level of grouping (for testing), Group header is printed only once per group which tells us that grouping is working fine however when it comes to group footer it repeats once for each dataline and we have only count() placed in the footer, which prints just like a line number (incrementing one for each line and printing immediately after the line). We are using trial version for Silverlight (Pure), evaluating software. This is a key test for us to decide to go with stimulsoft or not, since our entire project is based on Business Objects.
ramburle
Posts: 4
Joined: Mon Feb 18, 2013 10:42 am

Re: Nested Report Summary Problem

Post by ramburle »

In Silverlight we registered EntitySet (Entity Model) as business object and faced this problem. Once converted it as List and registered, every thing works fine.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Nested Report Summary Problem

Post by Alex K. »

Hello,

Can you please send us a sample project with test data which reproduces the issue for analysis.

Thank you.
Post Reply