Platform

Platform

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

 View Only

Use HTML to center data in report columns 

Mon December 08, 2014 04:21 PM

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


#support
#reporting
#How-to
#capability



#TBMStudio
#Reports
#bestpractice
#Support

Statistics
0 Favorited
5 Views
0 Files
0 Shares
0 Downloads

Comments

Thu September 07, 2017 12:05 PM

@Andre Harmon, you may already be doing this, but FYI  


#TBMStudio