Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
How to include running total and current value in saved search?
Hi,
I've searched the forum and see how to include the running total in a saved search, but is there a way to only show the current value? For instance, instead of showing each transaction that's getting us to the running total, we only see the line once with the current total? For example, in the below picture I only want to see the first line number where it shows 289 in the right column:
the formula that i'm using in that column is:
{quantity}- (sum/* comment */({applyingtransaction.binnumberquantity}) OVER(ORDER BY {applyingtransaction.internalid} desc ROWS BETWEEN CURRENT ROW and UNBOUNDED following))