Hello,
I am using CR 9.
I have created a report that lists all outstanding payroll checks. There is no grouping or subreports in the main report.
The report consist of simply: check number, check date, and amount.
The problem is when a check is voided, that check number is listed twice. Once for the positive amount, and once for the negative amount. The sum of the two is inconsequential, but the presentation is not what I am going for.
I have created a running total to count the check number and reset on the change of the check number field. This gives me a starting off point to find the voided checks, but I would like to know how I can choose to suppress the voided checks alltogether.
I tried to suppress the detail section with a formula stating to suppress if the running total =2, but this only suppresses the negative amount, and not the positive amount.
I was thinking I could create an array dynamically. The array would hold the check numbers that the running total = 2, and suppress all check numbers in the array.
I'm not sure how to do this, or if there is a better way.
Thanks in advance.
I am using CR 9.
I have created a report that lists all outstanding payroll checks. There is no grouping or subreports in the main report.
The report consist of simply: check number, check date, and amount.
The problem is when a check is voided, that check number is listed twice. Once for the positive amount, and once for the negative amount. The sum of the two is inconsequential, but the presentation is not what I am going for.
I have created a running total to count the check number and reset on the change of the check number field. This gives me a starting off point to find the voided checks, but I would like to know how I can choose to suppress the voided checks alltogether.
I tried to suppress the detail section with a formula stating to suppress if the running total =2, but this only suppresses the negative amount, and not the positive amount.
I was thinking I could create an array dynamically. The array would hold the check numbers that the running total = 2, and suppress all check numbers in the array.
I'm not sure how to do this, or if there is a better way.
Thanks in advance.