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.
NVL Formula Help
I've got a custom field that is a date field. I'm doing a search for an CSV export. If that custom date field is empty then I want the result to be a comma ','.
Here is what I tried:
Formula (Text)
NVL({custbody3},',')
I also tried:
CASE WHEN ({custbody3} IS NULL) THEN ',' END
{custbody3} is the custom date field
I get an invalid expression error.
Any thoughts? I'm stumped and I'm sure it is simple.
Thanks!
Haile
0