Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
ashishpalkar
Creator III
Creator III

Hyperlink not passing correct values in table

Hi There

I have created table, in expression I have created URL. I am passing one value in the URL to other page.

When there is more than one rows of data , the URL is not passing selected rows data, instead it passing all the rows data.

Any suggestions pls.

Sample URL format i am using in expression.

=ContactName& '<url>http://xxx.xxx.net/xxx/xxx.htm#type=profile&ID=' & vID

Thanks in advance,

4 Replies
Clever_Anjos
Employee
Employee

Try concatenate the values

ContactName& '<url>http://xxx.xxx.net/xxx/xxx.htm#type=profile&ID=' & CONCAT(distinct vID,',')

ashishpalkar
Creator III
Creator III
Author

Hi , i tried with this solution but still not passing correct values.

ashishpalkar
Creator III
Creator III
Author

Sorry cant share the file.  any other solution you could find?