Page 1 of 1

Subtotal Line for each Sub Group

Posted: Tue Mar 01, 2016 6:08 pm
by jp2code
We are trying to duplicate the following report:
Detail Report
Detail Report
getgreenshot_org.jpg (717.25 KiB) Viewed 1442 times
The database has a column called "Dept", which is a 4 character field. The first 2 characters identify the department and the last 2 characters identify the sub department.

The report above is for Department 01 and shows Sub Departments 33, 35, 47, and 49.

My requirement is to make the Stimulsoft report's format the same as the pre-existing report format.

To do that, after each Sub Department, I need to insert an additional Sub Total row for that Sub Department.

What is a good strategy to go about creating a report like this using Stimulsoft Reports.Net?

Re: Subtotal Line for each Sub Group

Posted: Wed Mar 02, 2016 7:57 am
by HighAley
Hello.

Please, try to add a Group Header and Footer with Condition equal "Dept" and show necessary information on the Footer.
You could set the Height of the Group Header to 0 if you don't need it.

Thank you.