There are many ways to create a filter in Displayr. When you want to simply filter on select categories in a variable or across variables the easiest way to do this is through our filtering interface. It supports basic filter logic like in the example below, as well as advanced logic discussed later on. This article describes the filtering tool interface and a Method to create a simple filter. Filters can be used in View Mode for viewers to filter pages interactively or in Edit Mode to filter outputs in the Document.
Requirements
Please note these steps require a Displayr license.
- What is Filtering
- A Displayr document containing a Data Set.
The filtering tool interface
- The filter name that shows up in the Data Sets tree and Filter(s) list on outputs and in View Mode.
- Logic for joining conditions
- ALL: All conditions must be true for a respondent to be included in the filter.
- ANY: Any one of the conditions must be true for a respondent to be included in the filter.
- NONE: No conditions must be true for a respondent to be included in the filter.
- NOT ALL: Any one of the conditions must be false for a respondent to be included in the filter.
- The number and percentage of respondents filtered in by this group of conditions.
- The number and percentage of respondents filtered in by this individual condition.
- The variable set used to create a condition for the filter.
- Depending on the structure of #5 you may be prompted for other logic fields:
- Nominal - you can create a grid with another question to be even more specific with your filters.
- Binary-Multi - you can change the logic to be things like, is any of, is none of, is only, etc.
- Numeric - you have common numeric operators like greater/less than, equal to, between, etc.
- Date/Time - similar to numeric, but have even more operators like is within last period, outside, is before last period, etc - plus you get to select the aggregation of the period (year, month, etc).
- Text - operators include contains, starts with, contains regular expression, etc.
- For Nominal or Binary-Multi variable sets, the categories are listed for you to select for the criteria.
- Add Condition is what you will use to add another bit of criteria (or comparison) for your filter.
- Add Group will create a new grouping for you to add conditions to, otherwise known as nesting your conditions. In criteria like: "(a equals 2 or b equals 3) and c equals 4", the a part of the logic inside the () would be a group of the two conditions for a and b.
An example of adding multiple conditions and groups is discussed in our How to Create a Complicated Filter article.
Method
- Select to the Anything > Filter > New (or click the New button next to the Filter(s) dropdown in the object inspector of an output).
- Select the variable you wish to use as a filter from the Select Data drop-down menu (e.g., Age).
- Select the categories(s) you wish to be included in the filter (e.g., 18 to 24, 25 to 29 and 30 to 34).
- OPTIONAL: Type in the desired Filter label in the text field at the top.
- Select Create filter.
Next
How to Customize the Filter Control List in View Mode
How to Create a Complicated Filter
How to Create a Binary Filter from Selected Data
How to Create a Combo Box Filter
How to Create a List Box Filter
How to Create a Text Box Filter
How to Build Tables that Automatically Filter to the Latest Periods