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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Johanna_
Contributor II
Contributor II

Attached images in flat table (on Sense Enterprise)

Hi Everyone,

I am using Qlik Sense Enterprise on Windows and was wondering if it is possible to include attached images into a flat table? I tried using 'lib://AttachedFiles/Image.1.png' as the URL, but this didn't work.

Labels (1)
1 Solution

Accepted Solutions
Johanna_
Contributor II
Contributor II
Author

Found a way!

I used 

='/appcontent/c476fa21-9e78-4740-a437-d6a03dfa/image.png' for the URL

 

View solution in original post

4 Replies
Sabrina_V
Partner - Creator II
Partner - Creator II

Hello,

I download my images on a content library in the QMC. Then on the straight table I type this type of formula : 

'https://<ip adress of my server>/content/<name of the content libray>/<name of my image>.png'

Johanna_
Contributor II
Contributor II
Author

Thank you for your answer!

I don't have direct access to the QMC so another way would be nice.

Sabrina_V
Partner - Creator II
Partner - Creator II

Johanna_
Contributor II
Contributor II
Author

Found a way!

I used 

='/appcontent/c476fa21-9e78-4740-a437-d6a03dfa/image.png' for the URL