Hello
I have some Filters in my IG, after Modifications I make a refresh and I want to set it to disable, so as it is on this Foto:

I do not want to delete them I want to make it UNSET in a dynamic action in JS if I push a button.
It would be good too, if I remove and add the filter.
At adding the filter i should somehow set the filter to be unset:
apex.region("IG_GESELLSCHAFTSKONTO_ID").call("addFilter",
{ type : "column"
, columnType : "column"
, columnName : "ROW_AKTIV"
, operator : "EQ"
, value : "1"
});
But If I add a filter it is immediately set. This is the problem.
How could I do it? THank YOu!