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!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Why is this an invalid Expression
Can anyone tell me why this keeps returning an Invalid Expression? I have tried 100 different formats / combinations and can not get it to return a valid result.
What I want to get is:
$2,345
TYPE = Formula (Numeric)
Summary Type = SUM
Formula = case when to_char({trandate},'YYYY') = 2009 then to_char((nvl({quantity},0)*{item.cost}),'$9,999,999') else 0 end
When I enter
case when to_char({trandate},'YYYY') = 2009 then nvl({quantity},0)*{item.cost} else 0 end
it works
When I enter
case when to_char({trandate},'YYYY') = 2009 then to_char((nvl({quantity},0)*{item.cost}),'$9,999,99 9') else 0 end
I get "invalid expression"
Thanks,
0