Editor Query
Last updated
Equals (=)
Does not Equal (!=)
Starts With
Ends With
Contains
IS NULL
IS BLANK
IS NOT NULL
IS NOT BLANK
Any existing column header in the dataset
Constant (selecting this adds a field to enter the constant value)
Type CASE WHEN condition1 (using any of the listed conditions).
Type THEN result1 (using any of the listed result formats).
To add more conditions, repeat the pattern WHEN condition2 THEN result2.
To add a fallback without a condition, type ELSE result.
End the statement by typing END.
Last updated

