I have a couple of classic report columns that are links and a region display selector with a couple of regions under it. How can I switch between RDS regions dynamically when a corresponding column link is clicked?
I tried setting link type to URL and set it to
apex.region("RDS").widget().aTabs("getTabs")["#MY_TAB_STATIC_ID"].makeActive();
But that did not work - APEX tried to go to a different page.
Here is one option. I didn't use page items but you'll probably be able to reuse the logic:
Create a dynamic action named "Set RDS1"
add a true action to DA "Set RDS1" o
Note that both snippets work:
and