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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Formula doesn't work in saved search
I create a new saved transaction search type : item fulfillment. Then I want a calculate the total from sales order
- the rate in Sales Order. I use the formula(numeric) is CASE WHEN {createdfrom.quantity} != 0 THEN {createdfrom.amount} / {createdfrom.quantity} ELSE 0 END. » It does work when I preview, It show 0
- the amount in Item Fulfillment. I use the formula(numeric) is CASE WHEN {createdfrom.quantity} != 0 THEN ({createdfrom.amount} / {createdfrom.quantity}) * {quantity} ELSE 0 END » It does work when I preview, It show 0
Please everyone guide me how to use a work formula. Thank you
0