Hello All,
I've searched the internet but with a generic search of IN, I can't find any help.
Is there a way in javascript to say IN or Not IN
For example I want to say
J.Product_Code IN ('A', 'B', 'C')
or
J.Product_Code NOT IN ('A', 'B', 'C')
Thanks
Tom