Aggregating group subtotals
-
- Posts: 21
- Joined: Wed Dec 02, 2020 9:21 pm
Aggregating group subtotals
Hello,
I am having some issues aggregating values obtained by grouping data. The data were grouped based on borrower first and last name as otherwise the report would list the same borrower more than once as some borrowers have more than one unique borrowerId.
I was able to group the borrowers and their loans accordingly but now I am having issues pulling values from other parts of the report to do simple arithmetic.
My goal is to obtain the principal balance of each borrower and divide it by the TotalUnpaidPrincipalBalance. When I try pulling the total UPB (unpaid principal balance) into the group header it just returns the same amount as the principal balance of each borrower.
What would you recommend?
Thank you
Enrique Flores
(p.s. I am not sure how to download the report in MRT format as I do not have a drop-down menu with a "Save As" option)
I am having some issues aggregating values obtained by grouping data. The data were grouped based on borrower first and last name as otherwise the report would list the same borrower more than once as some borrowers have more than one unique borrowerId.
I was able to group the borrowers and their loans accordingly but now I am having issues pulling values from other parts of the report to do simple arithmetic.
My goal is to obtain the principal balance of each borrower and divide it by the TotalUnpaidPrincipalBalance. When I try pulling the total UPB (unpaid principal balance) into the group header it just returns the same amount as the principal balance of each borrower.
What would you recommend?
Thank you
Enrique Flores
(p.s. I am not sure how to download the report in MRT format as I do not have a drop-down menu with a "Save As" option)
-
- Posts: 21
- Joined: Wed Dec 02, 2020 9:21 pm
-
- Posts: 21
- Joined: Wed Dec 02, 2020 9:21 pm
-
- Posts: 21
- Joined: Wed Dec 02, 2020 9:21 pm
Re: Aggregating group subtotals
I was able to obtain my desired outputs using the setting the "Process Duplicates" property to "Merge by Tag"
Though the output values are accurate, the format of the output is not what I was looking for. I added the lines to separate and to differentiate the values because adding a component style for odds/evens would look very strange.
Though the output values are accurate, the format of the output is not what I was looking for. I added the lines to separate and to differentiate the values because adding a component style for odds/evens would look very strange.
- Attachments
-
- DesiredOutcome_201230.png (49.86 KiB) Viewed 2977 times
-
- Posts: 7341
- Joined: Tue Mar 20, 2018 5:34 am
Re: Aggregating group subtotals
Hello,
Please send us a sample report with test data that reproduces the issue for analysis.
Thank you.
Please send us a sample report with test data that reproduces the issue for analysis.
Thank you.
-
- Posts: 21
- Joined: Wed Dec 02, 2020 9:21 pm
Re: Aggregating group subtotals
Thank you for getting back to me. How can I send you the sample report?Lech Kulikowski wrote: ↑Wed Dec 30, 2020 9:54 pm Hello,
Please send us a sample report with test data that reproduces the issue for analysis.
Thank you.
I'm using the .NET reporting tool.
-
- Posts: 7341
- Joined: Tue Mar 20, 2018 5:34 am
Re: Aggregating group subtotals
Hello,
Report template - .mrt file and test data (xml, json, etc) that we can run and reproduce the issue.
Thank you.
Report template - .mrt file and test data (xml, json, etc) that we can run and reproduce the issue.
Thank you.
-
- Posts: 21
- Joined: Wed Dec 02, 2020 9:21 pm
Re: Aggregating group subtotals
I was able to resolve my issue using a merge based on values and tag.
However, I have a different issue for the same report. Could you show me or tell me where I can download an .mrt version of my report as I do not see the option to do so.
However, I have a different issue for the same report. Could you show me or tell me where I can download an .mrt version of my report as I do not see the option to do so.
-
- Posts: 21
- Joined: Wed Dec 02, 2020 9:21 pm
Re: Aggregating group subtotals
This is my submenu under "File" tab
-
- Posts: 21
- Joined: Wed Dec 02, 2020 9:21 pm
Re: Aggregating group subtotals
[UPDATE] We made some changes to the Reporting tool on our end. We are now able to save as .mrt