Adding a tip to a hyperlink

  • I've set up a url link to one field where if the user clicks on the field it jumps to a IE url, but I want to display some kind of pop up tip so if the user hovers the mouse arrow over the field a little text box will pop up with the text: "click on Ticket No. to jump to URL". or something like that.

    Or, can I create a a little text window that hovers near this field whenever it appears on the report.

    thx,

    John

  • i think what you want is to add the "title" attribute to your a href tag.

    Click Here.

    looks like this:

    http://www.stormrage.com/SQLStuff/TitleAttribute.gif%5B/img%5D

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

  • Assuming this is inside a SSRS report, you can add text, or an expression that evaluates to text, to the ToolTip property of the textbox containing the hyperlink action.

  • Pardon my ignorance Lowell, but where exactly or how do I insert such script.

    This is what I've tried so far:

    in the Textbox Properties window, in the General tab, I typed ="Click Here" in the Tooltip box but it doesn't display anything.

    Also, in the Navigation tab, under Hyperlink action, I checked Jump to URL: and typed the link and saved it. When I run the report and click on that field it takes me to the URL, so this part works just fine.

    What I want to accomplish is when the user runs the report and looks at a Ticket #, I want a kinda tooltip to tell the user he/she can click on that field to go to that URL for that ticket.

    thx,

    John

    thx,

    John

  • no, it's my ignorance John, sorry...

    I know the HTML way to get the desired action, but not how to do it via the Reporting Services Interface.

    I think Nate pointed you in the right direction.

    you need to find the hyperlink, not the textbox you mentioned. the hyperlink should have a tooltip property.

    that is where you want to put int he text "Click on Ticket No. to jump to URL"

    I hope that helps; maybe Nate can weigh in with more detail.

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

  • Thanks Lowell.

    How about it, Nate.

  • John,

    If what you're saying is that the Tool tip does not show up in the Preview tab of the report designer, try deploying the report and viewing it in Report Manager. This is one of those areas where the Preview does not show everything the end user will see.

  • You're right!! after I deployed and viewed in Report Manager it showed.

    thx,

    John

Viewing 8 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic. Login to reply