Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
igoralcantara
Partner - Specialist
Partner - Specialist

Programmatically add images do a content library (Qlik Sense)

I need a way to programmatically add images to a content library or (best case scenario) have a way for a content library to add automatically all images in a given folder and when a new image is added, to automatically include in the content library?

Basically, I am trying to do is to show an image in the UI that is not loaded inside the application. The image will depend on the user's selections. Info Load does not work in Qlik Sense, just in QlikView. Absolute paths, even with standard mode disable, also do not work for images. Adding the images to the web is also not an option.

Any thoughts?

Check out my latest posts at datavoyagers.net
1 Solution

Accepted Solutions
Levi_Turner
Employee
Employee

This style of approach seems to be what you're looking for: https://github.com/ahaydon/Qlik-Cli-Windows/issues/169#issuecomment-992778994

It leverages the Qlik-Cli-Windows PowerShell module (how to install) to interact with the Qlik Sense Repository API.

View solution in original post

1 Reply
Levi_Turner
Employee
Employee

This style of approach seems to be what you're looking for: https://github.com/ahaydon/Qlik-Cli-Windows/issues/169#issuecomment-992778994

It leverages the Qlik-Cli-Windows PowerShell module (how to install) to interact with the Qlik Sense Repository API.