Skip to main content
Announcements
Global Transformation Awards submissions are open! SUBMIT YOUR STORY
cancel
Showing results for 
Search instead for 
Did you mean: 
bilionut
Contributor III

Uploading data files to a specific folder

Hi,

I have to loading data from  a range of folders like that:

..\ AAA \ 2015_12 \
..\ AAA \ 2016_01 \
..\ AAA \ 2016_02 \
...
..\ AAA \ 2016_12 \

How can I address a file from a specific folder in a row, for example, at the earliest month or the latest one?

1 Solution

Accepted Solutions
avinashelite

To get the files path as a column use

FilePath() as path in the script

if you want yo load the latest files then check this

Load latest Excel file to Qlikview

View solution in original post

3 Replies
qlikview979
Specialist

Do like this in your script

filepath() as Folder path

avinashelite

To get the files path as a column use

FilePath() as path in the script

if you want yo load the latest files then check this

Load latest Excel file to Qlikview

bilionut
Contributor III
Author

Thanks a lot Avinash R!


This link is what I needed