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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
sakshikaul
Creator II
Creator II

How to load multiple files n qlikview from FTP (source)?

Hi

I want to load multiple files of material master in qlikview. and source is FTP. .here in below image you can see there are multiple files ie full load and some changed records are also kept in the same folder. so how to hamdle the same ?Untitled.png

30 Replies
marcus_sommer

The path is wrong:

FROM $( vToday)[D:\Qlik_OrderSheets\OrderSheets\QLIK*]

It should rather look like:

FROM [D:\Qlik_OrderSheets\OrderSheets\QLIK*$( vToday)*.csv]

- Marcus