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.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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