Tool Tip When Mouse Over Report Name

I know you can enter tooltips inside a report and on the input controls, etc, but was hoping to be able to enter a tooltip on the report name as shown on the main Reports menu which lists all reports.   For example, you would mouse over a report name from the list and it would give you a tooltip regarding the report contents to help the user better select the report they need to run.    I realize I could use the description field for this, but thought tooltips may allow more characters.

I am using Studio and JS 6.1

 

Thanks.

katherine.vierra's picture
Joined: May 22 2013 - 8:56am
Last seen: 5 years 1 week ago

4 Answers:

I'm using JS 6.2 and the tooltip will show up when hovered on the description. 

There is a 250 character limit on the description. 

reportdev's picture
10570
Joined: Oct 12 2015 - 12:05pm
Last seen: 9 months 1 week ago

You can create a "Feature Request" at Tracker for this.

http://community.jaspersoft.com/bug-tracker

hozawa's picture
170567
Joined: Apr 24 2010 - 4:31pm
Last seen: 3 years 9 months ago

Hi,
You must understand that tooltips are available on Images, text fields, charts, etc but not on Static Fields. So make sure that your report name is a Text field enclosed in double quotes.
For example, if my report name is Data Distribution, the text field will look like below;



Then follow the below steps;
1) Right Click on the text field and select Hyperlink.
2) You will notice the below dialog box;



3) Enter the fields as selected above.

Result:


Please be advised, I am using iReport designer and in case you are using Studio, I am pretty sure the setting may not be very different apart from the fact that hyperlink would be available in the side bar properties.
Also, The reason why I selected "Hyperlink Type" as "Reference" is because I wanted a curson pointer (not visible in the screenshot). 

Regards,
KKriplani

kkriplani's picture
5056
Joined: Sep 4 2015 - 2:18am
Last seen: 11 months 1 week ago

Thanks for the responses.  I will use the descriptions with the 250 word limit.

katherine.vierra's picture
Joined: May 22 2013 - 8:56am
Last seen: 5 years 1 week ago
Feedback