Hi,
I am on Oracle APEX 5.0.2. I have a button in a report region. Now, on click on this button, I want to open a modal dialog page.
Here, when I specify page details in button, it renders button with href=javascript:apex.navigation.dialog(<URL>), since target page is a modal dialog.
Now, I want to trigger this modal page from my dynamic action, where first, I will do a check on an item, if it is not null. If not null then only open dialog page, else give an alert to have value in the item.
Can any one help, how it can be achieved? I tried specifying URL in javascript:apex.navigation.dialog in my dynamic action, but it gave error due to missing p_dialog_cs.
Thanks.