COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: SynexusStuart on 17 Nov 2010 02:51:28 AM

Title: Mouseover Tooltips
Post by: SynexusStuart on 17 Nov 2010 02:51:28 AM
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
Title: Re: Mouseover Tooltips
Post by: vinu on 17 Nov 2010 05:55:29 AM
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
Title: Re: Mouseover Tooltips
Post by: SynexusStuart on 17 Nov 2010 06:04:41 AM
Thanks Venu