Hello!
I'm running Crystal Reports 8.5 on Windows NT accessing a DB2 database.
Here's my sources:
TABLE1
RefNum....Received
123321....01/01/2003
123322....04/01/2003
123323....04/04/2003
TABLE2
RefNum....Action
123321....A
123321....D
123321....F
123322....A
123322....F
123323....A
123323....C
123323....C
123323....F
I want to return the data from table2 for each RefNum if one of the actions is D. My result set from the mystery sql/procedure would be:
123321....A
123321....D
123321....F
Thanks in advance for any help.
-Brad
I'm running Crystal Reports 8.5 on Windows NT accessing a DB2 database.
Here's my sources:
TABLE1
RefNum....Received
123321....01/01/2003
123322....04/01/2003
123323....04/04/2003
TABLE2
RefNum....Action
123321....A
123321....D
123321....F
123322....A
123322....F
123323....A
123323....C
123323....C
123323....F
I want to return the data from table2 for each RefNum if one of the actions is D. My result set from the mystery sql/procedure would be:
123321....A
123321....D
123321....F
Thanks in advance for any help.
-Brad