Summary
You are able to change the logo that sits at the top left of a report next to the report collection bar. TBM Studio does not have an image upload function, so you will need to contact Support to begin the process.

Changing logo in R12 (Standard Report)
- Submit a support ticket at https://support.apptio.com to request an image change. When creating the ticket, attach the logo or logos that you wish to use:
- Image files must be in .png, .jpg, .jpeg, or .gif file format.
- Image files must be exactly 209x82 px in size.
- Files must be smaller than 1 MB (1024 KB).
- Support will upload your images and reply to your ticket when the changes are complete.
Changing logo in R12 (Custom Report)
- Submit a support ticket at https://support.apptio.com to request an image upload. When creating the ticket, attach the logo or logos that you wish to use:
- Image files must be in .png, .jpg, .jpeg, or .gif file format.
- Image files must be exactly 209x82 px in size.
- Files must be smaller than 1 MB (1024 KB).
- Support will upload your images and reply to your ticket when the image upload is complete. Their message should include URLs for the uploaded images, which will be important later..
- Enter TBM Studio R12 and make sure you are in the Development environment. Navigate to the Reports section of the Project Explorer. Choose Master Reports in the drop down beside the search bar.
- Expand the Master Reports section to show the reports eligible to modify.

- Check Out the particular Master Report you would like to change.
- Select the logo and then select the HTML box in the ribbon and select edit content.

- Paste the logo URL in the box replacing ONLY the highlighted section. See the following example screenshot.

- Check In your changes.
Changing logo using HTML in R11
This option allows you to choose which master reports you would like the logo to change for. You may also use this to insert a logo on a specific report.
- Go to the Master Report that you would like to update
- Go into edit mode and click on the logo on the left

3. You will now see the following code in the function bar <img src='<%=Params!Corporate:Logo%>' width="180"/>
4. Using the link provided to you by support (ex. https://logos.apptio.com/logotest.jpg ) edit the HTML to:
<img src='https://logos.apptio.com/logotest.jpg ' width="180"/> (replace the url with the one received from support)
5. Save the report.
#CostingStandard(CT-Foundation)