Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
vlad_komarov
Partner - Specialist III
Partner - Specialist III

Extract information from Content Library

I need to extract an image reference data from one of Content Libraries:

Screen Shot 2016-12-05 at 12.59.18 PM.png

As of now I am using an Inline load:

Images:

Load * INLINE [

    Image, Image Location, ImageID

    Image_d000, /content/Default/Qlik_default_feathers.png, d000

    Image_d100, /content/Default/Qlik_default_flower.png, d100

.......

];

But I would like to load all images in there automatically, without updating my hard-coded script above in case of list updates...

Is it possible?

Looking forward for suggestions.

Regards,

Vlad

0 Replies