Analysis - Filters

Filters have been updated to work with string values for open ended questions and it’s now possible to use strings in the same way as codes.

Text comparison is case insensitive. Wildcards are written as “*”
If a row reference is not given the result will be the union (OR) of all open ended rows in the specified question.
\Q.s.r=”Brand 1” 
All respondents that have answered “Brand 1” (or “brand 1”, “BRAND 1” and so on but not “Brand 12”)
\Q.s.r=”*Brand 1*” 
All respondents that have given an answer that contains “Brand 1”
\Q.s.r=”Brand*” 
All respondents that have given an answer that starts with “Brand”
\Q.s.r=”A*B” 
All respondents that have given an answer that starts with “A” and ends with “B”
\Q.s.r=”abc”;”xyz” 
All respondents that have answered either “abc” or “xyz”
XML syntax: 
<... filter=”\Q.s.r=&qout;Brand 1&qout;” ...>