Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
WEBINAR June 25, 2025: Build on Apache Iceberg with Qlik Open Lakehouse - REGISTER TODAY
cancel
Showing results for 
Search instead for 
Did you mean: 
FrankC
Creator
Creator

Images in a straight table in the cloud

I have uploaded the image into the application media section.  I want to display that image on each row of the straight table.  However when the row is displayed, the image in not visible.

Also, if I try to access the url by itself, I am getting page not found.  I am using the following syntax (which could be wrong)

https://tenant/api/v1/apps/app_id/media/files/imagename

RED would be our actual values

Labels (2)
1 Solution

Accepted Solutions
-SW-
Partner - Creator II
Partner - Creator II

SW_0-1749473382661.png

Please see attached, once you go to developer tools, go to your media library. Select the element inspector, click on the image, and if you expand the code, that should give you direct path.

View solution in original post

14 Replies
-SW-
Partner - Creator II
Partner - Creator II

Hi,

Your filepath looks right... what image file type are you using? I find .png more friendly.

Also make sure in your field properties, representation is set to "image"

FrankC
Creator
Creator
Author

Hey

 

The uploaded image is a jpg and the field property is set to image.  I will upload a png file to see if that makes any difference.  Are there any security specifications needed for the space to show the image?

FrankC
Creator
Creator
Author

Uploaded the png file, but know change.  I am wondering if it could be a rights issue.

rafaelencinas
Partner - Creator
Partner - Creator

Hi @FrankC 

Follow this Steps

1 - Open the App

2 - Put this image as a Sheet Image ( Thumbnail )

3 - Active Developer Mode (F12)

4 - Use the selection Tool to select an element e click in the Image

5 - In the Elements developer table will show the fully path of this image

6 - Copy this URL and create a new dimension

7 - Set the dimention as Image

 

Enjoy !

Senior Qlik Architect
Cobra, Stallone, "You're a problem and I'm the solution"
FrankC
Creator
Creator
Author

Hello

 

I am not able to find the URL for the image.  Exactly where is the path located?

-SW-
Partner - Creator II
Partner - Creator II

SW_0-1749473382661.png

Please see attached, once you go to developer tools, go to your media library. Select the element inspector, click on the image, and if you expand the code, that should give you direct path.

FrankC
Creator
Creator
Author

Thanks for the screenshot.  I do have the URL path.  I added the path to the straight table, but the icon is not visible.  I add the url to the background of a table and the image shows as expected.

-SW-
Partner - Creator II
Partner - Creator II

did you look at the link i sent previously?

Have you added the content security?
https://community.qlik.com/t5/Official-Support-Articles/Qlik-SaaS-adding-image-lt-URL-gt-to-a-table-...