Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
CASE WHEN saved search text formula
Another formula question. My formulas don't seem to be working lately. What is wrong with this formula I am trying to use for a saved search?
CASE WHEN {isinactive} = 'Yes' THEN 'Inactive' WHEN {isinactive} = 'No' THEN 'Active' ELSE '0' END
It is showing 0 for everything. I have tried several versions of this. Everything I see makes me think this formula should be correct. Can anyone help me to understand what is wrong here. Also, is there someplace to find samples of case formulas for all kinds of uses?