Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hyperlink in Table

Hi

I have a field in which i am showing a hyper link ... , if i use the text "Click" to show the hyperlink and move my cursor top of the Click i dont see the text , if i just use the link as it is and when i hover i can see the complete url , how do i see the complete url when i hover over the Click text ?

below is my expression URL is the field which has the URL ,

'Click' & '<url>' & URL

Attached the example with sample data.

Thanks

4 Replies
Not applicable
Author

Any help on this ?

amars
Specialist
Specialist

Hi,

Go To Expressions tab -> Display Options -> Representation -> select Link

URL.jpg

Not applicable
Author

Thats what i did .... in order to get my links work , what i want is to display the underlying complete URL when i hover over "Link" text

Anonymous
Not applicable
Author

The closest I can think of is use this:

'Click: ' & URL & '<url>' & URL

And make columwidth small enough to show only word 'Click'.  On hover you'll get 'Click' followed by URL.  Not exactly what you want, I know.  Maybe helpful to a degree.

Regards,

Michael