Editor Query
Editor Query 'Conditions':
-Equals (=)
-Does not Equal (!=)
-Starts With
-Ends With
-Contains
-IS NULL
-IS BLANK
-IS NOT NULL
-IS NOT BLANK
Editor Query 'Results':
-Any existing column header in the dataset
-Constant (this will add another drop down box to put the constant in)
How to use the Editor Query:
Type 'CASE WHEN condition1' (This can be any of the listed conditions)
Type 'THEN result1' (This can be any of the listed formats)
If you need to add more conditions, repeat the format 'WHEN condition2 THEN result2'
If you do not want a WHEN condition, type 'ELSE result'
To end the statement, type 'END' at the end of the statement
Last updated