Pre-filters
From Fabrik
Prefilters allow you to filter the data that is shown in the table.
Unlike element filters there is no user interface to interact with prefilters
Common Examples:
Show all records older than a certain date:
where:
field = {your date element}
condition: less than
value: NOW()- INTERVAL 1 WEEK
type=no quotes
Show records belonging to the logged on user
where:
field = {your user element}
condition: less than
value: {$my->id}
type=text

