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
910

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!

Accepted Solutions (1)

Accepted Solutions (1)

JBARLOW
Contributor

Basically this

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

Answers (2)

Answers (2)

chmbilal
Participant

Hi Varun,

Thank you!

Yes the Second property name is newtab? make it "false" it will open in same

Thanks

Bilal

varunc6
Explorer
0 Kudos

Thank you Bilal

chmbilal
Participant
0 Kudos

Hi Varun,

You can use the Scripting option

  • Url(https://www.google.com/)
  • Boolean for newtab (true or false)

Thanks

Bilal

varunc6
Explorer
0 Kudos

Hello Bilal

I appreciate your reply.

The script is functioning as you have suggested, just as the Hyperlink option does.

The URL must open in the same tab, per my request.

Thanks

Varun