Thanks for your help,
I am using this record selection query:
if {PURCHORDER.PO_DATE} >= date(2010,04,01) then ({PURCHORDER.PO_USER_FLD_1} <> "C")
The problem is that it only returns the data that matches this: {PURCHORDER.PO_DATE} >= date(2010,04,01)
Any ideas?
Thanks,
Will
I am using this record selection query:
if {PURCHORDER.PO_DATE} >= date(2010,04,01) then ({PURCHORDER.PO_USER_FLD_1} <> "C")
The problem is that it only returns the data that matches this: {PURCHORDER.PO_DATE} >= date(2010,04,01)
Any ideas?
Thanks,
Will