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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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