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.
search with SQL Expression
Okay I need help from a sotra techie person (or really techie person who can talk to me like I am in 2nd grade). I have a saved search and I want to insert a column with a formula, and I keep getting an error. Could some please help me with the expression?
I want to create an IF THEN Statement as such:
If {a} = True Then {b} IF NOT {c}
Where {a}, {b} and {c} are NetSuite fields or expressions.
To be more specific:
If {a} = True THEN {today}-{date_one} IFNOT {“ “}
{a} is a check box
{date_one} is a custom field with a date value
0