We can have the tool-tips in multiple places in BI. Tool-tips show the preview with a bit of description which will help user to know about the dashboards or reports whenever they will move
the mouse over it. We can put tool-tips
in Dashboard, Dashboard page, Report title, Column heading, etc. Developer can provide a brief description
about the dashboard/reports.
To provide the tool-tips in dashboard level, go to catalog
and select the particular dashboard then go to properties of the same. You will
get a section called “Description”, where you can write down the brief
description about it. Need to do the same for dashboard page or report title as well.
Now if you want to provide tool-tips on a column heading you
need to write a bit of HTML code.
You need to write the below code in Column heading and check the Contain HTML heading option .
<span
title="Difference between PR Approval Date and PO Approval
Date">Days Taken</span>
Here, "Difference between PR Approval Date and PO Approval Date" will show as preview on column heading.
"Days Taken" will be the column name.
Here, "Difference between PR Approval Date and PO Approval Date" will show as preview on column heading.
"Days Taken" will be the column name.
Enjoy and stay well !! :)
No comments:
Post a Comment