Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey there,
I am trying to use the Text and Image box to create a URL clickable link which opens the link in the web browser. I am using it to graph tickets by a unique ticket id. I basically want the URL to be 'https://www.tickets.com/ticketid' and I want the ticketid in the url to change based on which ticket id is filtered in Qlik Sense. Any help would be appreciated.
Regards,
Lorcan Chinnock
I solved the problem, using a table extension from Qlik Branch I just created a column which wrapped the ticket ID in a URL which was then recognized by the extension as a clickable link. The wrapper I used was 'https;//www.database.com/'&ticketid where ticketid was the field value which was changing
I solved the problem, using a table extension from Qlik Branch I just created a column which wrapped the ticket ID in a URL which was then recognized by the extension as a clickable link. The wrapper I used was 'https;//www.database.com/'&ticketid where ticketid was the field value which was changing
What extension did you use? I need to do something like that.