A place for Apptio product users to learn, connect, share and grow together.
Hi folks,
Back when I was teaching Custom report creation in Apptio R11, we used to teach people how to create buttons that could be used to navigate back to the previous report or to other reports in project. Inevitably though someone wants to be able to navigate to an external site. This can be done but not using the button report component. You have to use an html component with the <a> tag to create the link and the <button> tag to make it a button. I'm going to give a very simple example here but you can use online HTML resources like W3Schools.com if you want to make a fancier button.
So to add the link button, you'll need to insert an HTML Component into your report.
Add the following code to your Edit Content dialog:
<a href="http://www.apptio.com"><button type="button">Go to the Apptio Website</button></a>
This adds a button to your report that when clicked will take you to the Apptio Website.
This is a very simple example, I didn't do any formatting of my text or my button. If you want to get fancy with your button you can read more about style sheets on www.w3schools.com.
Great @Sam Gunther, i'm glad you found it useful.
Thanks Debbie! This was very helpful.
Thanks @Debbie Hagen for the short and simple example. Another feature I have to try and also add. But when...? :-)