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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
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