Filter Data
Filters can be applied to Data Components through the Filter Table.
Activity Steps
- Click the Data Component in the Project Tree.
- Click on the Configure the Filter and Data Tab at the bottom of the Main Canvas.
The Filter Table displays at the top of the Main Canvas.
- To activate a filter in the table, check Use for the relevant row.
- Select the Column Name from the available options. These are determined by the data you uploaded.
- Select how to Compare the data from the table below.
Operator Function = Equal to. != Not equal to. > Greater than. >= Greater than or equal to. < Less than. <= Less than or equal to. IN Any values in a comma delimited list. For example, entering a condition of 1,2,3 would match any value that is 1, 2 or 3. NOT IN Any value that is not in the comma delimited list. For example, entering a condition of 4,5,6 would match any value that is not 4, 5 or 6. LIKE Any value that matches the conditional pattern with these characters:
- ? – Any single character. For example, entering a condition of LIKE "??0" would match any value of 3 characters and ending with a zero.
- * – Zero or more characters. For example, entering a condition of LIKE "D*" would match any column value that starts with a "D".
- # – Any single digit (0-9). For example, entering a condition of LIKE "###*" means match any value that starts with 3 digits.
NOT LIKE Any value that does not match the conditional pattern. See examples for LIKE RegEx Any value that matches the conditional "regular expression". Note: Regular expressions are very powerful patterns that can be very complex. Using regular expressions is only recommended if you have a good understanding of how they work.
- Enter the Condition relative to the chosen Compare operator.
- If required, enter a Comment.
- Apply the filter in one of the following ways.
- Right-click the row of the filter in the Filter Table and select Apply Filter or Reload Data from the menu. The option that displays depends on the type of Data Component you apply the filter to.
- Click Apply Filter or Reload Data in the Filter and Data tab.