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.
Please note that on Saturday, April 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
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