Is it possible to delete/remove a row in a saved s...
# suiteanalytics
l
Is it possible to delete/remove a row in a saved search result through criteria if certain fields are empty? (Is empty is not applicable since the fields are formulaS)
s
Build your CASE WHEN to return a 0 when it is empty (or if there are "bad" conditions) and a 1 on the "good" conditions, then compare to 0 or 1.