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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
jegadeesan
Creator
Creator

How to load latest excel file using time stamp

Hi,

How to load a latest excel file using time stamp ?

Regards,

Jegadeesan G

10 Replies
Anil_Babu_Samineni

How about this script, This script works file for me

Main:

Load * From Table;

INNER JOIN (Main) LOAD max(DateFile) as DateFile RESIDENT Main;

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful