Analytics Resources: Insights, Best Practices,

Case Studies and More

close
Written by Saurabh Takkar
on October 30, 2013

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

Column

  • Put HTML tag in column Heading and check Contains HTML Markup tag
E.g.: <b title="Exposure Calculated in USD">Exposure (In USD)</b>
column1
  • Go to Results tab and check

results

I have exported this report in all formats PDF, CSV, EXCEL and HTML.None of the downloads contains HTML tags in column heading.

You may also like:

Data Modeling Business Intelligence PowerBI

Dimension Specific Aggregation in Power BI

When dealing with facts and measures in any BI tool, you can set the aggregation method (such as sum, count, average etc...

Oracle BI Applications Data Modeling OBIEE 12c

eBusiness Suite and Oracle BI Applications Security

By default, an Oracle Business Intelligence installation is configured with an authentication provider that uses the Ora...

Data Modeling Oracle DB OBIEE 12c

Standard Date Dimension Build

The SQL Below generates a date dimension table where the DATE_WID is a chronological key. This is essential for getting ...