Hi,
Under Oracle APEX 24.2.10, I have a page.39 on application 108, that display 3 regions :
An interactive grid for adding people to the IG and another interactive grid for adding other people in the other interactive grid.
I have a region which is a form named “Send SMS” on a table that I would like to hide dynamically if there are nothing in the 2 interactive grids and to show when the two interactive grids are populated.
The Hide/show action should be done with a add/hide action on the region “Send SMS”. Perhaps it should be achieved if an item contains dynamically the total number of lines in the first IG and the total number of lines in the second IG grid ? And to check the values of these items dynamically ?
Bes regards.