link to a new page

WizardOz
WizardOz Contributor
edited March 2023 in Scheduled Reports

In a table card, I created a pageurl link.  When an user clicks the pageurl, it leads to the actual webpage.  However, currently, it is not opened in a new tab/window.  So if user wants to continue in DOMO, they either need to go back or open a new DOMO.

 

Is there  a way to set up this link that brings the webpage in a new window/tab? 

 

Thank you.

 

 

Best Answer

  • Ashleigh
    Ashleigh Coach
    Answer ✓

    @WizardOz  here is an example of a Beastmode I create for links, when I click on the value it brings me to a new tab. 

    CONCAT('<a href="', 'https://abcde.com/browse/', `Key`, '" target="_blank">', `Key`, '</a>')

     

    **If this answer solved your problem be sure to like it and accept it as a solution!

Answers

  • Ashleigh
    Ashleigh Coach
    Answer ✓

    @WizardOz  here is an example of a Beastmode I create for links, when I click on the value it brings me to a new tab. 

    CONCAT('<a href="', 'https://abcde.com/browse/', `Key`, '" target="_blank">', `Key`, '</a>')

     

    **If this answer solved your problem be sure to like it and accept it as a solution!

  • WizardOz
    WizardOz Contributor

    Thank you Ashleigh !  it works!

     

    Olivia

     

This discussion has been closed.