cancel
Showing results for 
Search instead for 
Did you mean: 

The SAC Application Designer doesn't allow the usage of the hyperlink option

varunc6
Explorer
0 Kudos
917

Hi Experts,

System : Sap Analytics Cloud Application Designer

I need to launch the external URL from the same Chrome tab, but as shown in the below screenshot, "Open in New Tab" is defaultly selected from the Hyperlink option.

Is it possible to write the script so that it opens an external URL in the same tab?


Any help is appreciated!

View Entire Topic
JBARLOW
Contributor

Basically this

NavigationUtils.openUrl("https://www.google.com",false);