RemoveFilter
removeFilter
Removes the filter with the given id.
Syntax
removeFilter(filterId)
Arguments
filterID: Is a numeric expression. It is the id of the filter returned by addFilter function when the filter was added. Error message will be shown when the id is invalid.
Return type
empty
Examples
removeFilter(1);//remove the first filter added
Availability
Version 5.5