Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
rathnam_qv
Creator
Creator

Hyper link to dimension

Hi All,

PFA

i want to provide hyperlink to a QC number in straight table.Once the user clicked on the particular number it should open the link with details to that QC number.

How to achieve it?

Thanks,

Muni.

3 Replies
MK9885
Master II
Master II

You can do that in Table Box.

Instead of Text representation you have to choose URL

In your Dimension use

ex: QC & '<url>www.yahoo.com' (Replace www.yahoo.com with your link)

Link.png

See the above image.

If the QC number has a dedicated url, it will point it to that number and show it's details in url.

rathnam_qv
Creator
Creator
Author

Hi Arvind,

Thanks for your reply.

I tried with your suggestions but still m facing issue.

My Expression is : $(Vincd_num)&'http://servicedesk.abc.com/DAisd/pdmweb.exe'

Thanks,

Muni.

MK9885
Master II
Master II

Try the below expression...


$(Vincd_num) & '<url>http://servicedesk.abc.com/DAisd/pdmweb.exe'


Thanks.