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: 
Not applicable

How to display more than one URL in same cell

Hello All,

I've a data like this https://test.com/group/test/home|https://test.com/group/test1/home1   in

in one of the cell field URLLINK. I need two links created separately for each of this link.

I was able to show it as a link if I use 'Test'&<url>& Subfield(URLLINK,'|',1) and representation as Link.

But for more than one links concatenated with '|' symbol, can any one please let me know how to show it as two separate links in the straight table.

1 Reply
agomes1971
Specialist II
Specialist II

Hi,

to put it in a new line add: & CHR (10) &

To detect several links use a if expression to see how many

and then apply in the true condition.

Regards

André Gomes