I have a multiple section document for records that are grouped in section at Submitter and Submit Date. The top level is Submit Date and the second level is Submitter. I need to calculate the percentage of records inside the second section For eg
Submit Date has 10 records for 3 submitters as A-2 records, B-3 records and C 10 records. Now I need percentage in from of the number of recrods when calculated inside their sections like below
-----------------------------------------------------Section(Submit Date)---------------------------
Submit Date:3/17/2014
-------------------------------------------------Section(Submitter)--------------------------------------
Submitter A - 2 records (20%)
------Detail of records
Submitter B- 3 records (30%)
------Details of records
Submitter C- 3 records (50%)
------Details of records
-------------------------------------------------End Section Submitter----------------------------
---------------------------------------------End Section Submit Date------------------------
I tried using Running Sum but if the report has multiple submit date it goes on adding the count for next sections too..