Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
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"
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?
Uploaded the png file, but know change. I am wondering if it could be a rights issue.
Have you added the content security?
https://community.qlik.com/t5/Official-Support-Articles/Qlik-SaaS-adding-image-lt-URL-gt-to-a-table-...
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 !
Hello
I am not able to find the URL for the image. Exactly where is the path located?
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.
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.
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-...