Apptio

 View Only
Expand all | Collapse all

How can we get a button to open a report in a new tab of the browser?

  • 1.  How can we get a button to open a report in a new tab of the browser?

    Posted Tue September 24, 2024 05:58 AM

    Hey!

    Could anyone help me point a button on a report - to open up in a new browser tab - instead of opening the report within the same tab?

    The report can be housed in following conditions:

    (a) Different project - but within the same Main 1 / Main 2 environment.

    (b) Different Environment different project

    Thanks!


    #CostingStandard(CT-Foundation)


  • 2.  RE: How can we get a button to open a report in a new tab of the browser?

    Posted Wed September 25, 2024 01:13 AM

    Had a quick look and nothing obvious there.

    You could just build it as an HTML block and embed the target="_blank" in the tags of the hyperlink to the report and stick that on your landing page I suppose?



    ------------------------------
    Mark Johnson
    Delivery Manager - TBM Office
    Origin Energy
    +61 467 863 134
    mark.johnson1@origin.com.au
    ------------------------------



  • 3.  RE: How can we get a button to open a report in a new tab of the browser?

    Posted Thu September 26, 2024 03:14 AM
    Edited by Guillermo Cuadrado Tue November 05, 2024 05:59 PM

    Exactly, @Mark Johnson, @Nitish Thakur

    We have a master report that we embed in each one of our custom ones. In that heading, we have an HTML box with the following content:

    <html>
    <h1>
    <font size="2.8" font color=0E34A0>
     
    <a href="https://XXXXXXXXXXXXXXX/wiki/spaces/TBMT/pages/XXXXXXXXX/Platform+IT+Cost+and+Budget+Model+in+Apptio+-+How-To+Documents" target="_blank">
    Platform IT Cost Model Documentation
    </a>
    </h1>
    </p>
    The "target=_blank" HTML keyword forces the page to open in another tab.



    ------------------------------
    Regards, Guillermo
    ------------------------------