add_label_filter method

add_label_filter

Filters by captions of row or column pivot field.

def add_label_filter(self, base_field_index, type, label1, label2):
    ...
ParameterTypeDescription
base_field_indexintThe index of field in the source.
typePivotFilterTypeThe type of filtering data.
label1strThe label of filter condition
label2strThe upper-bound label of between filter condition

See Also