filter_by_value method

filter_by_value

Filters by values of data pivot field.

def filter_by_value(self, value_field_index, type, value1, value2):
    ...
ParameterTypeDescription
value_field_indexintThe index of value field in the value region.
typePivotFilterTypeThe type of filtering data.
value1floatThe value of filter condition
value2floatThe upper-bound value of between filter condition

See Also