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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Loading timestamps

Hi,

Is it possible to load only the timestamps of all the files present in a folder without loading it's data?

12 Replies
anbu1984
Master III
Master III

LOAD filetime() As Ts

FROM

(ooxml, embedded labels, table is Sheet1) Where RecNo() < 2 ;

MarcoWedel

LOAD DISTINCT

           Filename() as Filename,

           Filetime() as Filetime

FROM path\*.*;

prieper
Master II
Master II

This is not correct, please check reply from Marco.

Peter