I am creating a report to determine the status of accounts. It is a pipeline type report to show the progression of the account. The formulas are simple:
(if status_code = 180 then status_code) then I am using a running total for group totals and grand totals.
I know that this can easily be done in Access, but does Crystal require a subreport or something to distinguish between the different status_code columns?
(if status_code = 180 then status_code) then I am using a running total for group totals and grand totals.
I know that this can easily be done in Access, but does Crystal require a subreport or something to distinguish between the different status_code columns?