I need to figure out a way in Crystal to do the following:
--Read CASE file (containing CASE number)
--For each CASE number, read DOCKET file (linked on a CASE_ID field)
--Keep and PRINT the detail from the CASE file if
-DOCKET file has either a GEFFCC and/or JAGFECC DOCKET
CODE
-DOCKET file has COLLCAP or RCOLLCAP (but not
both)
-if DOCKET file has both COLLCAP and RCOLLCAP DOCKET
code, ignore CASE and do not print
I have the basic report together but not the DOCKET logic.
This seems like it would be a group-selection, but I don't know how.
Your help is GREATLY appreciated!
MB
Government Coder Mark
--Read CASE file (containing CASE number)
--For each CASE number, read DOCKET file (linked on a CASE_ID field)
--Keep and PRINT the detail from the CASE file if
-DOCKET file has either a GEFFCC and/or JAGFECC DOCKET
CODE
-DOCKET file has COLLCAP or RCOLLCAP (but not
both)
-if DOCKET file has both COLLCAP and RCOLLCAP DOCKET
code, ignore CASE and do not print
I have the basic report together but not the DOCKET logic.
This seems like it would be a group-selection, but I don't know how.
Your help is GREATLY appreciated!
MB
Government Coder Mark