Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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?