Platform

Platform

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

 View Only
  • 1.  Changing Background Color on Report

    Posted Tue May 30, 2017 12:22 PM

    Just curious, are we able to change the background color of a report itself? If so, how would I go about doing that.

     

    It is shown as light grey for now and would like to change to white if possible.




    #TBMStudio


  • 2.  Re: Changing Background Color on Report

    Posted Tue May 30, 2017 02:59 PM

    Option 1: Group

    V11: (top) Ribbon > Insert > Group

    V12: (top) Report > Group

    Both: Right-click inserted group > Properties > General > Grouping Style: Blue

    ...a few colors to choose from.

    We can enlarge the group and place it behind other report components to provide a background color.

     

    Option 2: HTML/CSS

    V11: (top) Ribbon > Insert > HTML

    V12: (top) Report > HTML

    Both: Click inserted HTML component > (top) Ribbon > HTML > Edit content.

    Copy/paste this code: <div style="width:500px; height:500px; background:blue"></div>

    ...edit size and color as needed. Place behind other report components to provide a background color.


    #TBMStudio


  • 3.  Re: Changing Background Color on Report

    Posted Wed July 19, 2017 11:47 AM

    You can also change the background color for a tab.  Right click anywhere in the tab and choose properties..

    tab background

    there are several different selections to choose from


    #TBMStudio


  • 4.  Re: Changing Background Color on Report

    Posted Tue August 01, 2017 01:16 PM

    to make the group that Chris Davidson describes always fill the report page:

    1) add the group (see Chris's comment)

    2) set it's color

    3) put your report content inside the group

    4) Right-click the group and pick 'Position and Size'

    5) On the ribbon go to the 'Format' tab. Pick 'Dynamic' then 'Fill right and Bottom'


    #TBMStudio