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!
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