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!
Using % Formula of Summary level
I'm trying to calculate the waste percentage of a certain group of items. For waste, I'm basically just comparing the total qty purchased, to the current available qty.
I'm using an item search, setting the criteria to Trans Type=PO, then summing the Trans Qty. Also including the available field, and grouping by item. This part works well.
I'd like to add a Waste % column. I'm able to create the column using Formula(Percent)- {quantityavailable}/{transaction.quantity}. This works perfectly on the drill down screen, but I need to bring it to the summary level. The % is only useful if I'm using the sum of the trans qty. I'm just not sure how to accomplish this.
0