How to use the "In filter" in properties

the “In Filter” option simply tells Frappe to show that field in the filter dropdown on a DocType’s list view. When you enable it, the field becomes available as a filter so users can easily narrow down records based on that value. It doesn’t show the field as a column that’s what “In List View” is for and it doesn’t affect the form itself. It only controls whether the field appears as a filter option in the list view. If you don’t see the field immediately after enabling it, just reload the page or clear the cache, and it should show up.

By default, all fields will appear in the filter in ListView, whether ‘In Filter’ is enabled or not.

yes that is true…

Then, what is the purpose of “In filter”

yesh you’re right all fields can be filtered in List View whether “In Filter” is enabled or not. The reason for that is that the “In Filter” checkbox is basically a legacy setting (old feature). In older versions of Frappe, it was used to highlight certain fields in the quick filter bar, but that feature has been removed. In current versions, enabling “In Filter” does not change the filter behavior or move the field to the top. Filtering works the same with or without it.

1 Like