|
Thanks, I guess this is equivalent to following condition.
(PARTTYPE = '1' AND PARTCOST > 999)
OR (PARTTYPE = '2' AND PARTCOST < 50)
Don Cavaiani on Wednesday, March 09, 2011 11:38 AM wrote:
[If] parttype EQ '1'
AND partcost GT 999
OR parttype EQ '2'
AND partcost LT 50
I have requirement like below. How to put this condition in WRKQRY?
(PARTTYPE = '1' AND PARTCOST > 999)
OR (PARTTYPE = '2' AND (PARTCOST< 50 OR PARTQTY>1000))
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.