filter_top10 method

filter_top10

Filters by values of data pivot field.

def filter_top10(self, value_field_index, type, is_top, item_count):
    ...
ParameterTypeDescription
value_field_indexintThe index of data field in the data region.
typePivotFilterTypeThe type of filtering data. Only can be Count,Sum and Percent.
is_topboolIndicates whether filter from top or bottom
item_countintThe item count

See Also