Lilliabeth
Technical User
Only very seldom am I asked to work with Crystal. I'd really appreciate some help with this formula.
The above does not work. I've tried replacing the ";" with "and" and also tried "or". I cannot get any of these to work. I want the option of either entering one or all three variables.
Code:
({po_vch.voucher} in {?StartingVoucher} to {?EndingVoucher});
({po_vch.po_num} in {?StartingPO} to {?EndingPO});
({po_vch.rcvd_date} in {?StartingRecdDate} to {?EndingRecdDate})
The above does not work. I've tried replacing the ";" with "and" and also tried "or". I cannot get any of these to work. I want the option of either entering one or all three variables.