Data Blending Features / Filtering
In This Topic
Filtering
In This Topic

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 Allows users to filter specific values in a list.
Range filters Allows users to filter data based on some condition(s).
FlexPivotSlicer Allows users to sort, select and filter data in the pivot (available as a separate control).
Top N filter Allows users to filter top N or bottom N items from a given data.

To know how to apply these filters on fields in code behind, see the topic Configuring Fields in Code that describes implementation similar to the above example through code.

See Also