Filter Data Results - Advanced Mode
Have you ever needed to filter a custom age range or filter checkbox (multi choice) questions by "or" instead of "and"? The aytm stats page provides an advanced mode if you need a custom filter utilizing aytm Logic syntax.
Using Advanced mode
In the example below, the study will be filtered by aytm's preset age ranges, ensuring the results page is filtered by the respondents' ages. To set this up we use the variable age_range in, then bucket our preset age groups: 13-17, 18-24, 25-34. Put this together and the correct syntax is age_range in '13-17', '18-24','25-34' Note: Learn more about creating custom age ranges. |
Starting from Basic mode
While you can build the logic for a filter entirely from scratch, it may be helpful to start with some parameters, and then edit them.
Note: Similar to using logic in the Survey Editor, the system will give an error if you enter a logic string that is not valid. Otherwise, if the logic string is valid the stripe next to the text box will be blue. |