I have been able to create button/icons and the help text when hovering over with mouse, by copying a button from the Master data set mappings report. I can save it and I can view this in Cost Transparency but then if I go in tomorrow the rollover help text is no longer working.
It would be good to get advice on whether this functionality is available using HTML, and maybe it is an issue with my HTML see below. I have also attached a picture of when it is working correct. It would be good to know if this functionality will work using HTML in a button or whether this will never work correctly, and I am wasting my time.
HTML in button properties -
<div class="apps_dataset_mappings_card">
<img class="icon" src="
https://logos.apptio.com/test.png" width=150
height=100
" alt="" />
<div class="card_content">
<h4>view direct Consumption<img src='biit/icons/glyphs/48x48/arrow_orange.png'></h4><br>
<div class="buttonText">This report provides an overview of the Public Cloud and Storage Direct consumption showing Actuals v Budget including optimisation opportunities
</div>
</div>
</div>
#CostingStandard(CT-Foundation)