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!
Saved search taxtotal formula
Hello Guru's
In a saved search, I've been using this formula (Currency):
CASE WHEN {recordtype}='invoice' THEN {fxamount}-{taxtotal}-{shippingcost} ELSE 0 END
When there is tax within a invoice, this formula works fine, but when there is no tax, this formula always returns nothing. Is there any way to get this formula to displays a value and treats the taxtotal as a 0 when there is no tax?
Invoice with tax INV-US39 (formula works):
Invoice without tax INV-US40 (formula doesn't work):
Result in search:
Tagged:
0