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