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!
saved search mainline formula
i am trying to figure out how to pull the non-mainline items.
for mainline,
CASE WHEN {mainline)='*' THEN
this works...
but i can't get the non mainline
i've tried
CASE WHEN {mainline}=' ' THEN
CASE WHEN {mainline}='' THEN
CASE WHEN {mainline}=null THEN
CASE WHEN {mainline} is null THEN
CASE WHEN {mainline} is not null THEN
CASE WHEN {mainline}!='*' THEN
can anyone help?
0