Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Return Different Results as FAIL on Transaction Search.
Hi All
I am trying to find the best way of getting results back that are not the same. For Example, If the Item 'TAX CODE' on a Sales Order is different to another Item TAX CODE on the same Sales Order, how would I write this in a search to only give me results that are different. I tried writing this as a CASE WHEN formula, see below. What I would like to do is have the following. CASE WHEN {item.taxcode} = {item.taxcode} THEN 'OK' WHEN {item.taxcode} IS NOT {item.taxcode} THEN 'FAIL'. Now I know IS NOT, will not be apart of a formula but would there be another way of doing so?
0