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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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