Hello all!
I am using Crystal Report 8.5. I am having a problem retrieving the data I need. Here is my setup:
My report is grouped by Case Number
Running Total
Summarize {table.Transaction}
Type of Summary (sum)
Evaluate
On change of field {table.ReceiptNum}
Reset
On change of group {table.CaseNumber}
THEN to get a running total for each group:
onfirstrecord or
{table.ReceiptNum}<>previous({table.ReceiptNum}) or
{table.CaseNumber} <> previous({table.CaseNumber})
The problem I am having is this:
I am not sure why 399 did not get counted. It is happening periodically throughout the report. Please advise.
I am using Crystal Report 8.5. I am having a problem retrieving the data I need. Here is my setup:
My report is grouped by Case Number
Running Total
Summarize {table.Transaction}
Type of Summary (sum)
Evaluate
On change of field {table.ReceiptNum}
Reset
On change of group {table.CaseNumber}
THEN to get a running total for each group:
onfirstrecord or
{table.ReceiptNum}<>previous({table.ReceiptNum}) or
{table.CaseNumber} <> previous({table.CaseNumber})
The problem I am having is this:
Code:
254
254
216 470
399 470
356 826
I am not sure why 399 did not get counted. It is happening periodically throughout the report. Please advise.