Crystal 10 & SQL 2000 database
I have a number field {MEDICATION_ID} and a string field {MEDICATION_NAME}.
Both fields are in the same table RX_MED_TWO.
I would like to use a parameter in my record selection using the medication number(s). I would then like to have the report return the list of medication names used in the record selection.
Input: 53201, 52302
Expected Output: Crestor 40 MG PO Tabs, Crestor 5 MG PO Tabs
I've found other posts and resources explaining how to return the {MEDICATION_ID} numbers, but nothing like this.
I could use the actual medication name in the parameter, but {MEDICATION_ID} is indexed, and I have a higher accuracy typing number strings than "greek" pharmacy names.
Thank you for help.
I have a number field {MEDICATION_ID} and a string field {MEDICATION_NAME}.
Both fields are in the same table RX_MED_TWO.
I would like to use a parameter in my record selection using the medication number(s). I would then like to have the report return the list of medication names used in the record selection.
Input: 53201, 52302
Expected Output: Crestor 40 MG PO Tabs, Crestor 5 MG PO Tabs
I've found other posts and resources explaining how to return the {MEDICATION_ID} numbers, but nothing like this.
I could use the actual medication name in the parameter, but {MEDICATION_ID} is indexed, and I have a higher accuracy typing number strings than "greek" pharmacy names.
Thank you for help.