When there is more than one filter in your widget based on the same column, the result of the filters corresponds to records that match one of the filters selected. Filters are thus processed as ORs, not as ANDs. For example:
- Filter #1: categorisation with “Landowner”
- Filter #2: categorisation with “Youth”;
- Filter #3: location equals “Canada (Country)”;
- Results: individuals with “Landowner” OR “Youth” in the categorisation field AND
located in Canada.
Add filters to your widget for more accurate results.