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
What Proper Transaction Saved Search Formula to use?
Hi Team,
I'm using this formula for a Transaction Saved Search but it's not calculating the correct value.
Here's what I have:
However the results is not computed correctly for the highlighted results:
My original formula looks like this:
(Case when {custcol_item_type.id} != 2 then {quantitycommitted} else 0 end) - ((Case when {custcol_item_type.id} != 2 then {quantity} else 0 end) - (Case when {custcol_item_type.id} != 2 then {quantityshiprecv} else 0 end))
Can you please advise how to correct this and calculate correctly?
Tagged:
0