Filter Data at the Dataset-Level
Use these steps to create a filter in the dataset that limits the data available in a workbook.
You can filter data on multiple tables and columns. For example, you might apply a filter to a SCHOOLS_METRO column in a SCHOOLS table and to a TOTAL_DONATIONS column in a DONATIONS table using
SCHOOLS.SCHOOLS_METRO='rural' AND DONATIONS.TOTAL_DONATIONS > 10000
.
When you apply filters to a dataset, the filters are applied when you create workbooks based on that dataset.