rbh123456789
Technical User
CR 11.5
I need a method in Crystal (perhaps a formula) what will produce the same number of records that my below SQL statement does:
-----
select caseid from schema.view where status = 4
group by caseid
-----
Basically, i want a total count of 'caseids' with a 'status' equal to 4. The records must be grouped by caseid because there are sometimes multiple rows per record.
Thanks everyone
I need a method in Crystal (perhaps a formula) what will produce the same number of records that my below SQL statement does:
-----
select caseid from schema.view where status = 4
group by caseid
-----
Basically, i want a total count of 'caseids' with a 'status' equal to 4. The records must be grouped by caseid because there are sometimes multiple rows per record.
Thanks everyone