Add a tooltip text in webi Report
Task:
To add a tooltip text over a link or image within WebI report.
Procedure:
To add a tooltip text over a link within a WebI report, follow the steps below:
1. Define the link in HTML syntax. For example:
="<a title=”+Char(34)+”This link will navigate you to the detail report”+Char(34)+”
href=http://anvm21:8080/OpenDocument/opendoc/openDocument.jsp?iDocID=11004&sType=wid>
Detail Report</a>"
2. In Display property for the cell, select HTML in Read cell content as field.
When mouse is hovered over the link, the tooltip will be visible as shown below:
To add a tooltip text over an image within a WebI report, use the alt attribute in <IMG> tag. For example,
=”<img src=URL alt=Tooltip/>”
No comments:
Post a Comment