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