Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Everyone,
I just want to ask a simple question. I have OrderID's and i dont want to include OrederID's starting with Certain Letters like S , O etc..
So in the end what function i should use. with where clause or any suggestions.
Thanks,
Salman
Hi,
Check with wildmatch()
if(not WildMatch(OrderID,'S*','O*'), OrderID)
Celambarasan
Hi,
Check with wildmatch()
if(not WildMatch(OrderID,'S*','O*'), OrderID)
Celambarasan
Thanks for quick reply Celambarasan