# Filtering

This topic covers filtering feature in flexpivot control.

## Content



Filtering is one of the core features available in the FlexPivot control. The filtering feature enables users to display a specified set of data as per the filters applied on the fields.

FlexPivot supports four types of filters:

| **Filter Types** | **Short Description** |
| --- | --- |
| [Value filter](/componentone/docs/win/online-flexpivot/features/Filtering/UsingValueFilters) | Allows users to filter specific values in a list. |
| [Range filters](/componentone/docs/win/online-flexpivot/features/Filtering/UsingRangeFilters) | Allows users to filter data based on some condition(s). |
| [FlexPivotSlicer](/componentone/docs/win/online-flexpivot/features/flexpivotsliceroverview) | Allows users to sort, select and filter data in the pivot (available as a separate control). |
| [Top N filter](/componentone/docs/win/online-flexpivot/features/Filtering/top-n-filter) | Allows users to filter top N or bottom N items from a given data. |


> type=note
> To know how to apply these filters on fields in code behind, see the topic [Configuring Fields in Code](/componentone/docs/win/online-flexpivot/concepts/ConfiguringFieldsinCode) that describes implementation similar to the above example through code.

## See Also

[Using Value Filters](/componentone/docs/win/online-flexpivot/features/Filtering/UsingValueFilters)

[Using Range Filters](/componentone/docs/win/online-flexpivot/features/Filtering/UsingRangeFilters)