Crystal 10 - SQL database. Trying to find vendors that do not have a % sign in their payment terms. I have tried a couple formulas that generally work for me, but are not working in this instance - see below.
not ({PM00200.PYMTRMID} like "*%*")
{PM00200.PYMTRMID} <> "*%*"
Examples of raw data include (there are 30 or more payment terms):
NET 30
2% 10 NET 30
UPON RECEIPT
1% 10 NET 30 VENDORS
I would want NET 30 and UPON RECEIPT to be included on the report.
It must be something easy I am missing. Please advise.
THANKS!
not ({PM00200.PYMTRMID} like "*%*")
{PM00200.PYMTRMID} <> "*%*"
Examples of raw data include (there are 30 or more payment terms):
NET 30
2% 10 NET 30
UPON RECEIPT
1% 10 NET 30 VENDORS
I would want NET 30 and UPON RECEIPT to be included on the report.
It must be something easy I am missing. Please advise.
THANKS!