Summary
In Apptio Studio you can display conditional icons in report tables to indicate changes in values. Often, the icons are aligned left in the cell by default. Using additional HTML, you can center the icons.
Example:
This formula is an example of using the '3colorcircles' function to display different colors per conditions set in the formula. The icons are left-aligned in the column.
=Icon("3colorcircles",Cost Change<0,Cost Change<.1,Cost Change<100)
To center the icons, add the following HTML to the formula:
="<div align='center'>"&Icon("3colorcircles",Cost Change<0,Cost Change<.1,Cost Change<100)&"</div>"
Further Support
If you need further support implementing this feature, please submit a support ticket to: www.support.apptio.com