Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
let prevmon=date(addmonths(today(),-1),'MMM YYYY');
LOAD
"As of Date",
"xxxx",
"xxx",
"XXXX",
"XXXX"
FROM [lib://Source/SourceLanding/Reports/monthlyDetail report as of $(prevmon).xls]
(biff, embedded labels, table is [qry For Comments$]);
if you wants to do incremental load. first you need to store your current file to qvd, the concatenate with current load. or if your volume isn't that much and your files are stored in the same folder, just load all your table with wildcard match.
Thanks a lot @WangKun , if possible could you please share an example for the both ways how it exactly works.