Apptio for All

Apptio for All

A place for Apptio product users to learn, connect, share and grow together.

 View Only

How to: HTML KPI 

Sun July 10, 2022 12:22 PM

The KPI report component is an incredible easy way to display key performance indicators based on fields from tables, calculations, and other perspectives from modeled objects.

If you would like to create a KPI based on information not available in modeled objects, an HTML KPI might be a good alternative:


TThe code could be adjusted to modify the look of the KPI:

The code to copy & paste: 

<div style="background:#ffffff;width:100%;height:90%">
<hr size=3 color=#ff661c>
<p class="indent">
<span class="kpi-bar-text" style="font-size:14px;font-weight:bold;color:#004C76;">
Current Month
</span>
</p>
<B>
<div class="kpi-bar-value">
<span class="indent">
<span style="color:#000000">
<%=CurrentDate(“MMM yyyy”)%>
</span>
</span>
</div>
</B>
</div>

#ApptioforAll

Statistics
0 Favorited
14 Views
0 Files
0 Shares
0 Downloads