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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to read files in a directory

Hello guys,

I have a directory that has several images and their name is the product code.

How do I read all images to the directory?

1 Solution

Accepted Solutions
Not applicable
Author

It was hard, but I get.

Attached hereto and print the file.

gera_arq.png

View solution in original post

8 Replies
Not applicable
Author

UAU,

The entire community could not answer me how do I do it?

I'm not believing.

Has a solution that is load frame by frame but believe QlikView is better than that.

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

See BUNDLE INFO LOAD in he Help.

-Rob

Not applicable
Author

Rob,

This will help me much need something that is inserted when new images he can read this form and I need to always be updating the CSV files.

is to solve?

MarcoWedel

can you post a sample and describe how you would like to use those images?

thanks

regards

Marco

Not applicable
Author

Discover how I can do.

I'll run a BAT every day where the result will be a text file containing the names of all the files of that folder.

With that the Qlikview only need to read this file.

With its hint of .cvs can get this result.

Thank you very much.

Not applicable
Author

Hi,

Well .. I try creating a Catalog with the ProductID and concatenate it the path at the beginig and then concatenate at the end the image format (jpg, png...) something like this:

LET vImagePath = 'C:\MyDocuments\Project1\Images\';

LET vImageFormat = '.jpg';

MyImageCatalog:

LOAD

     ProductID, // to link with my model

     '$(vImagePath)' & ProductID & '$(vImageFormat)' as ImageProduct

Resident ProductTable;

Finally you can use ImageProduct field in a Text Box or Straight Table specifing Representation = Image.

Best regards.

Not applicable
Author

I do not understand how you did.

I am posting here an example of what I need.

A file with the images.

If you can post a qvw it'll be very grateful.

About .bat did not work, I'm still working on it.

Not applicable
Author

It was hard, but I get.

Attached hereto and print the file.

gera_arq.png