Hi!
In Crystal Reports I have two parametres both are "allow muliple values=true" and when run, the first parametre has values while the second only gives while the second only returns a blank window.
cardcode@select cardcode from OCRD where QryGroup1 = 'Y' or QryGroup2 ='Y' or QryGroup3 = 'Y'
docnum@select docnum, cardcode from opor where DocStatus = 'O' and Printed ='N' and Confirmed='Y' and cardcode in ('@cardcode')
Thanks
Edited by: sfodor on Jun 7, 2011 4:50 PM