filter_top10 method

filter_top10

Filter the top 10 item in the list

def filter_top10(self, field_index, is_top, is_percent, item_count):
    ...
ParameterTypeDescription
field_indexintThe integer offset of the field on which you want to base the filter
(from the left of the list; the leftmost field is field 0).
is_topboolIndicates whether filter from top or bottom
is_percentboolIndicates whether the items is percent or count
item_countintThe item count

See Also