In one of our projects we had a requirement of putting tooltip on column header without losing the data format of the column values.
Below are the steps:
- Open an analysis in OBIEE 11g
- Go to column format of the column where tooltip is required
- Put HTML tag in column Heading and check Contains HTML Markup tag
E.g.:
<b title="Exposure Calculated in USD">Exposure (In USD)</b>
- Go to Results tab and check
I have exported this report in all formats
PDF, CSV, EXCEL
and HTML
.None of the downloads contains HTML
tags in column heading.