IBM Cloudability

 View Only

Inquiring Minds – How technical do I need to be to use Cloudability?

By Varad Rajeev Muthal posted 14 days ago

  

Inquiring Minds is a monthly community series to help share questions from both internal IBM staff and our customers to better understand using the IBM Apptio suite of products.  We’ve collected these questions during our live Instructor lead classes, from posts to our Ask an Instructor page on our community website, and general questions that have been shared with the Education team.  We hope this helps and look forward to answering more questions in the future!

This month's blog is written by Principal Instructor Justin Kean and is related to using HTML in ApptioOne’s Report Studio…. Specifically “Can I change the font size of a KPI component?  Can I personalize it?”  I’m happy to say that the answer is yes!  Here is an HTML command that was created to set a KPI to 14pt font.  I also re-ran this command by changing the font-size to 24 as well (See emboldened section below). 

<style>

indent{padding-left: 0.2en;}

body{background-color:#ffffff;}

</style><hr size=3 color=#d95718><p class="indent">

<span class="kpi-bar-text2" style="font-size:24px;font-weight:bold;color:#004C76;">

Current Apptio Month

</span>

</p><p>

<span title="Current Month" style="color:#000000;font-size:25px">

<B>

<div class="kpi-bar-value">

<span class="indent">

<span style="color:#000000">

<%=CurrentDate("MMM yyyy")%>

</span>

</span>

</div>

</B>

</span>

</p>

             Example A (14pt font)  
           

           
Example B (24pt font)

                         

This is just an example of what you can do with HTML in the ApptioOne ReportStudio. 
If you need more information about the HTML functions definitely talk with your Customer Service Managers and your Account Managers.  We’ll be looking forward to answer more questions for you in the future!

                            

0 comments
23 views

Permalink