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.
Transaction Report w/ Month Columns
I'm running a transaction report for a fixed period of times, grouped by item. I'd like to have a column for each month in the time period and the # sold. I'm trying to do a formula field something like this, which I'll then SUM:
case when to_char({trandate},'Month') = january then {quantity} else 0
case when to_char({trandate},'Month') = february then {quantity} else 0
That's getting me an invalid expression. Can anyone tell me what I'm doing wrong there and point me in the right direction?
Thanks,
Mike
0