Nested Report Summary Problem
Nested Report Summary Problem
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,
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,
Re: Nested Report Summary Problem
Hello,
Please send us your report with test data for analysis.
Thank you.
Please send us your report with test data for analysis.
Thank you.
Re: Nested Report Summary Problem
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
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
- ReportTemplate.png (93.71 KiB) Viewed 2381 times
-
- This is how it should work
- ReportShouldWorkThisWay.png (83.37 KiB) Viewed 2381 times
-
- This is the problem
- ReportProblem.png (71.27 KiB) Viewed 2381 times
Re: Nested Report Summary Problem
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.
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.
Re: Nested Report Summary Problem
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.
Re: Nested Report Summary Problem
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.
Re: Nested Report Summary Problem
Hello,
Can you please send us a sample project with test data which reproduces the issue for analysis.
Thank you.
Can you please send us a sample project with test data which reproduces the issue for analysis.
Thank you.