Oracle 10g and CR 10.
I have a report where in I have grouped the report first by Audit date and then by departments
There is another date in the table called record date.
“Total from previous day” is actually the total that is present from prior business day
“New items” – count of formula (if recordddate = auditdate the 1 else 0) in GF2
“Cleared items” are the one cleared for the audit date - “Total for today” is count of items for the audit. If I run the report today then total for 8-3-2007
For yesterday the data will be
8-2-2007
Department Prev.day New Cleared Total
Dept 1 966 115 -187 894
Dept 2 421 59 -1 479
Dept 3 167 56 -17 206
8-3-2007
Department Prev.day New Cleared Total
Dept 1 894 27 -42 879
Dept 2 479 34 -29 484
Dept 3 206 0 -3 203
I need to some how get the group totals of 8-2-2007 to the next grouping that’s is “Total from previous day(8-2-2007)” as cleared items has to be calculated depending on the previous days totals.
Is there any way to do this?
I have a report where in I have grouped the report first by Audit date and then by departments
There is another date in the table called record date.
“Total from previous day” is actually the total that is present from prior business day
“New items” – count of formula (if recordddate = auditdate the 1 else 0) in GF2
“Cleared items” are the one cleared for the audit date - “Total for today” is count of items for the audit. If I run the report today then total for 8-3-2007
For yesterday the data will be
8-2-2007
Department Prev.day New Cleared Total
Dept 1 966 115 -187 894
Dept 2 421 59 -1 479
Dept 3 167 56 -17 206
8-3-2007
Department Prev.day New Cleared Total
Dept 1 894 27 -42 879
Dept 2 479 34 -29 484
Dept 3 206 0 -3 203
I need to some how get the group totals of 8-2-2007 to the next grouping that’s is “Total from previous day(8-2-2007)” as cleared items has to be calculated depending on the previous days totals.
Is there any way to do this?