Hi,
I am working with APEX 20.
Depending of the value of an item through a radio group, I want a branching to a specific page, when pressing a button.
There are two kind of pages: a modal page, and a regular page.
For instance, I choose "Modal page" and press the button that is a submit button, the branching mechanism pops up to the given modal page.
Using the APEX features, it works fine.
If I choose "New tab page" and press the button (that is the same button) that is a submit button, the branching mechanism (that's a different one becauase I wish the branching to another page) open the desired page, but on the same tab.
How can I instruct APEX to open that page in a new tab?
The "Link Builder - Target" wizard does not allow to set up a property like "_blank".
Thanks by advance for any tip.
Kind Regards