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.
IF/THEN/ELSE sytnax for formulas?
Is there an IF statement in formulas?
I have found decode, but I need to be able to test for cases such as:
{leadtime}>2
My guess is that if my lead time is < 3, it's probably not accurate.
I would like a formula similar to the following:
IF {leadtime}>2 THEN {leadtime} ELSE 14 END IF;
in mysql it would be IF(leadtime>2,leadtime,14)
Is this possible in a formula?
0