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!
Formula in Search to display total amount for specific items
The save search result that we want is something like this
Amount
PO# Phase Description Item 1 Item 2 Item 3 Others
For the amount of each item, I've tried to use formula (currency) field below
CASE WHEN {item} ='1773' then {amount} else 0 END
I'm not sure if I use the wrong internal id for item field, which is from purchase order and item is from each line item in the PO. I've set the criteria to Mainline is false as well.
Really appreciate if anyone can help to enlighten me with this formula search.
0