dynamic_filter method

dynamic_filter

Adds a dynamic filter.

def dynamic_filter(self, field_index, dynamic_filter_type):
    ...
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).
dynamic_filter_typeDynamicFilterTypeDynamic filter type.

See Also