> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Preference section Filter

> Preference section Filter

To view all preferences in this section, use the following SQL:

```SQL theme={null}
SELECT * FROM UserPreference WHERE prefsection='Filter'
```

Filter dialog settings

| Preference    | Control type | Access |
| ------------- | ------------ | ------ |
| All           | Bool         | Wizard |
| Associate     | Text         | Wizard |
| DaysAfter     | Number       | Wizard |
| DaysBefore    | Number       | Wizard |
| Group         | Text         | Wizard |
| NumAssociates | Number       | Wizard |
| NumGroups     | Number       | Wizard |

Preference used to remember the setup/state of the Filter dialog


## Related topics

- [Preference section Visual](/en/admin/user-preferences/reference/visual.md)
- [Preference section Associates](/en/admin/user-preferences/reference/associates.md)
- [Preference section AppointmentDialog](/en/admin/user-preferences/reference/appointment-dialog.md)
- [Preference section FindContact](/en/admin/user-preferences/reference/find-contact.md)
- [Filter the section tabs](/en/learn/section-tabs/filter.md)
- [Preference section Functions](/en/admin/user-preferences/reference/functions.md)
