Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
PUBLIC CLOUD
PRIVATE CLOUD
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
How to implement mouse Hover
pm.nayak84
Hi ,
I want mouse hover property on one of the report column .
For example
When mouse scroll over column CustmerId , it should display custmer firstname and last name and phonenumber.
Please let me know how i can acheive the same when the customerid is not a HTML field .
Thanks
Priya
Find more posts tagged with
Comments
mwilliams
You can use a text box and write HTML in it. You can use the <value-of> tag to grab the dataSet field.
johnw
You will need to write some old school Javascript. Take a look at the following example. It uses a mouse over event for both a chart and table rows.
http://digiassn.blogspot.com/2009/06/birt-highlight-chart-series-on.html