Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Saravana
Contributor
Contributor

Getting File Path as an User Input

Hi all,

I am using Qlik Sense and Qlik View to visualise data from CSV files. I have written a script to load the data from the files using "LOAD" statement like this:

LOAD * FROM [C:\\Projects\Temp.CSV](txt, codepage is 28591, embedded labels,  delimiter is ',', msg);

When I try to use the same workbook for different set of files, I should manually edit the file paths in the script which many users might not like.

Can anyone let me whether it possible to get the file path of the CSV file from the user using Popups?

Thanks,

Saravana

Labels (5)
1 Reply
Channa
Specialist III
Specialist III

edit library path or add new library

Channa