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

LINK displayed as image

I have a chart showing customers and various key facts. As an additional column I have set up a link from Qlikview to a web based CRM system.

I found in earlier posts the following code to use:

='To CRM' &'<URL>'& URL_CRM&%CUSTOMERID


Where "URL_CRM" is stored as the link to the CRM system and "%CUSTOMERID" links to the specific customer.

This works when I represent the expression as an link and every cell shows the text "To CRM", which can be clicked on.

I want to change this so that instead of text saying "To CRM", there is an image in the cell instead, eg:

='qmem://<bundled>/BuiltIn/question_g.png' &'<URL>'& URL_CRM&%CUSTOMERID


But I can not seem to get it to work. Does anyone have experience with this and know if it is possible?

Thanks

1 Solution

Accepted Solutions
Not applicable
Author

I dont think that is possible, because you can present a column as either link or image and not both.

But cant you create a table with two columns, one with the link and one with the image.

/Daniel

View solution in original post

1 Reply
Not applicable
Author

I dont think that is possible, because you can present a column as either link or image and not both.

But cant you create a table with two columns, one with the link and one with the image.

/Daniel