Skip to main content
Announcements
Applications are open for the 2024 Qlik Luminary Program. Apply by December 15 here.
cancel
Showing results for 
Search instead for 
Did you mean: 
diegodr83
Contributor II
Contributor II

Add images to straight table not working (I saw the video about the git repo)

Hello

I'm trying to create an inline table to show text and images. I've added this to the script

LOAD * Inline [

ID , name , file
1 , image1 , https://commons.wikimedia.org/wiki/Category:SVG_special_or_fictional_flags_of_Japan#/media/File:JPS_...,
2 , image2 , hhttps://commons.wikimedia.org/wiki/Category:SVG_special_or_fictional_flags_of_Japan#/media/File:Flag_of_Nobita_(alt).svg,
3 , image3 , https://commons.wikimedia.org/wiki/Category:SVG_special_or_fictional_flags_of_Japan#/media/File:Flag...
];

And I've added commons.wikimedia.org in the security section of qlik sense saas. 

Images are not showing and I still receive an error (using the chrome developers tools): Content Security Policy directive

Refused to load the image 'unsafe:hhttps://commons.wikimedia.org/wiki/Category:SVG_special_or_fictional_flags_of_Japan#/media/File:Flag_of_Nobita_(alt).svg' because it violates the following Content Security Policy directive: "img-src 'self' data: maps.qlikcloud.com ibasemaps-api.arcgis.com cdn.pendo.io app.pendo.io pendo-static-5763789454311424.storage.googleapis.com data.pendo.io *.gravatar.com *.wp.com *.googleusercontent.com cdn.qlik-stage.com cdn.qlikcloud.com d19uocc72ax6zk.cloudfront.net commons.wikimedia.org".

Can you explain me how to set the correctly the security section? In attachment what i am currently doing

 

 

Labels (1)
2 Replies
ajaykakkar93
Specialist III
Specialist III

Hi,
Can you try using this LINK 
to get the below image, Hope it helps



Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

ajaykakkar93
Specialist III
Specialist III

Hi You can use a extension https://github.com/ajaykakkar93/TableBox

This helps you customize using standard table with HTML tags as well for fixed reporting purpose

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting