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.
How to I persist the percentage calculation on the Totals row?
I am updating my Saved Search so that the totals row can still perform percentage properly.
Currently, the totals row is still blindly coming up with the SUM of the rows above it. This is incorrect and not actually practical in this context for the formula (percent) field type.
Ideally, it is supposed to be Total Qty Returned divided by Total Qty Sold.
My vague idea was to update the formula field by applying a CASE WHEN the row is identified or marked as a total, THEN perform the ideal division of the two mentioned columns.
When I made my attempt on this solution, I tried the % total function, but the numbers at the bottom is not supposed to be 100%.
0