Make sure you use @ as seperator in the source table and it looks something like this:
Original Message:
Sent: 05-24-2024 08:34
From: Tony Wong
Subject: HTML + Icons or Images
Thanks, Robert. I tried your suggestion and I believe the picture can only be a simple bitmap. I tried using my profile picture and the result looks like this. I think what is showing is the top corner of my picture.
------------------------------
Tony Wong
ExxonMobil TBM Consultant
Original Message:
Sent: 05-24-2024 03:39
From: Robert Brilmayer
Subject: HTML + Icons or Images
Hi Guillermo,
Did you know you can also store any picture in a table.
Convert the bitmap to a BASE64 data (for instance with Base64 Image Encoder )
Then past this string into a data set (e.g. Logo MAP) with columns Data and Item like this:
Data@Item
data:image/png;base64,iVBORw0KGgoAAAABJRU5ErkJggg==@Logo
Use a HTML lookup in the report like this:
<style>.logo {width:240px;height:80px;background:url('<%={Logo MAP}:Data[Item="Logo"]%>') no-repeat;}</style><div class="logo"></div>
and Bob's your uncle.
Cheers,
Robert
Original Message:
Sent: 05-23-2024 05:00
From: Guillermo Cuadrado
Subject: HTML + Icons or Images
We had Apptio Support upload our logo a very long time ago, and it's still there:
More recently, we have also used the IconExperience o_collection icons, as described by @Tony Wong below.
------------------------------
Regards, Guillermo
Original Message:
Sent: 05-22-2024 11:13
From: Stephanie Geltrude
Subject: HTML + Icons or Images
Hey folks - Does anyone know if this information on HTML+ Icons is still valid in the latest version? Do w have any opportunity to work with embedded images or icons in HTML in the reporting surface?
https://community.apptio.com/blogs/gregory-nutt1/2020/12/09/using-html-to-display-icons
#ApptioforAll