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.
SuiteWorld | October 25–28, 2026 | Las Vegas
Registration opens June 9. Be ready when passes drop. Get the green light now - Convince your boss
Registration opens June 9. Be ready when passes drop. Get the green light now - Convince your boss
DECODE(TO_CHAR formular - Need a column that the total quantity sold for the past 12 months
Answer Id: 23079
I have followed this answer ID - which is great - note that I have modified it - so when downloaded to excel I do not have blank fields in the quantity as excel can't do formulars on blank fields easily. So it really should have NVL function around it.
NVL(DECODE(TO_CHAR({today},'MM') - TO_CHAR({trandate},'MM') + 12*(TO_CHAR({today},'YYYY')-TO_CHAR({trandate},'YYYY')),0,{quantity}),0)
These formulas are populating one month in each column for the prior 12 months.
But now i want a formula that adds up the last 12 months and I can't work out how to do that. I would suggest this answer ID should be updated to put that formular in once it is determined!
1