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
Sandii
09/14/2020, 2:30 PM
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.