Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
agigliotti
Partner - Champion
Partner - Champion

How to show image with table object

Hi,

I'd need to insert an image (jpeg format) in a Qlik Sense table object.

I just tried with representation as image and "Add URL" as image settings but it does not work, below the error I'm facing:

agigliotti_1-1669627487537.png

I noticed that https is used as protocol even if I put http:// into the Image URL.

Actually via browser the URL using http works fine while using https does not.

Is this the expected behavior? Is https (port 443) requested for image URL? Also is a valid/trusted SSL certificate needed?

In my use case i have more than 20.500 images, what's the best way to manage this?

Could someone drive me to the right direction?

Many thanks in advance for your time.

Best Regards

Labels (1)
2 Replies
Dianah
Contributor
Contributor

Use the <img> tag to add an Image inside the <td> element in HTML. Create a table using the <table> tag and give it a border of 4 px using the border attribute so that we can see the table border. Then , inside the table element, create two rows using the <tr> tag.

 

Regards,

Will

agigliotti
Partner - Champion
Partner - Champion
Author

I'm sorry but i guess you didn't understand my post.
Does Qlik Sense needs a valid/trust SSL certificate to show an image URL within a table?
I know I could use a Content Library but in this case I'd have a limit of 50 files to be uploaded at once.