I have a Staff datagrid which I have no filter in the definitions (45 rows show). I have a field called “Status” which can be the one of these choices: Active, Inactive, or NULL. My client wants to display a list of “Active” staff as a default. Like there is a filter value on the Status field, then hit CLEAR FILTERS to show all staff.
Is it possible to pre-set a filter on a load of a datagrid?
Also, when I filter for “Active”, inactive rows also show. Looks like a “contains” operator in the query.