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!
Allocating Freight Charges for Line Item Saved Search
Greetings!
After some searching within the User Group, I was unable to find a solution that was able to work on this search - so please pardon and direct me to the right place if this question is duplicated elsewhere.
I'm working on a saved search to calculate gross profit by line item, but am running into an issue when taking into account freight revenues and costs. The correct calculation for our gross profit should be:
GP = Product Sales + Freight Invoiced to Customer - COGS - Freight Paid
Using field names, I'm writing it as:
GP = {netamountnotax} + (NVL({shippingamount}, 0)) - (NVL({fulfillingtransaction.cogsamount},0)) - (NVL({custbodycustbody_freight_cost},0))
0