Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Enable/Disable Row-Filter in IG

HansMueller69Nov 3 2023 — edited Nov 3 2023

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!

Comments
Post Details
Added on Nov 3 2023
4 comments
142 views