Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi the community,
New to Qlikview, I would like to create an incremental load and update the qvd file created with new data based on the excel file name.
All my excel files starts with YYYYMMDD.
As you can see below, I started to write the script.
Incremental_Load_test:LOAD Left(FileBaseName(),8) as [Period ID],Title, [Trip Number], StatusFROM(ooxml, embedded labels, header is 1 lines)where [Period ID] > '20150315';ConcatenateLOAD
Title, [Trip Number], StatusFROM (qvd);Store Incremental_Load_test into (qvd);
When I upload, it says that the field [Period ID] is not found.
Any suggestion ?
Thank you