Welcome to the newest episode of Product Potpourri!
I wanted to highlight a great question that shows the flexibility of Apptio, especially if you can use a bit of HTML. This all started with the question, "Can I change the font size of a KPI component? Can I personalize it?" it's actually possible! You can use HTML to create custom widgets that look just like the original "real" KPI widgets. Since I'm not an expert with HTML I turned to the Apptio Community as well as our internal teams. I'm glad I did! They provided a snazzy bit of HTML that gave me this result:
If you'd like to use this same HTML command as a baseline to create your own custom report components here's the code they provided:
<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:14px;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>
It's always great to see what sort of custom changes you can make in your reports to really have them shine!
------------------------------
Justin Kean
Apptio
Sr Instructor
------------------------------
#Reports#ProductPotpourri#CostingStandard(CT-Foundation)