What's the easiest way to load the most recent data in your QV?
hi,
I have a program that shows an overview of data but every month i get a new datafile with the most recent data in it. Is it possible to load the newest file without always having to manualy choose the sourcefile? example: file1: 200905.xls; file2: 201003.xls; file3: 201102.xls.
load * from MOSTRECENT.xls
Is there a way to check the date in the filename and load the most recent? or do i have to add a field date in the xlsfile?