add_value_filter method

add_value_filter

Filters by values of data pivot field.

def add_value_filter(self, base_field_index, value_field_index, type, value1, value2):
    ...
ParameterTypeDescription
base_field_indexintThe index of field in the source.
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