What is the difference between a result table filter and a data model filter?
There are two different types of filters:
Data Model Filters: filters that are applied to the data model before generating the result table.
Column Filter: Filter based on an arbitrary column of your data model.
Custom PQL Filter: configure a custom filter using PQL code.
Result table filters/Threshold filter: Subsequent filters that are applied to columns of the result table, e.g. filtering on entries in the result table with column 2 > threshold x.