If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Mouseover Tooltips

Started by SynexusStuart, 17 Nov 2010 02:51:28 AM

Previous topic - Next topic

SynexusStuart

Hi All,

I'm sure this is in here somewhere already but could someone point me in the right direction?

I have a list report and I want to have a tooltip pop up when the user hovers the mouse over the column title.

I am a complete rookie when it comes to HTML and Java so please make it as simple as possible!!

Cheers
Stuart

vinu

#1
Hi,

try below

Unlock the list report from the tool bar
add the HTML Item before List data item section
paste the below code in to HTML item
<p title="required tool tip message">
add the HTML item after the data item to close the HTML tag,paste below code to close HTML tag.
</p>
lock the report.

HTH,
Venu

SynexusStuart