Hello,
I want to loadExcel files using the incremental method. The files are being loaded on hourly basis (24 times a day) into designated folder in the following manner (starting at 26/01/2...
...ike to use an incrementalload with a store qvd command but i don't know how to modify my actual script to achieve that Here below my actual script , if some one could h...
Hi, I have questions about IncrementalLoad. If I create incrementload automatically for every week. But in the table don't have example Week 1, week 2, ... Week 52. Can anyone give ideas on how t...
Hi, Hoping someone have done this before and can help me. I want to store campaigns in a QVD, each campaign has different criterion so I load the criterion for each campaign from an Excel f...
Hello Qlik Community! I am trying to do incrementalload. The goal was to load all excel files in folder on a monthly basis (loaded by name and wildcard), check unique reference if it exists (l...
Hi good day, I am trying to create an incrementalload of my records, and from my historical data use the last modification date to upload only those new or updated files that have been m...
...ilelist ('*.xlsx') WaitTimesData: BUFFER (incremental) Load * From $(ExcelFile) (ooxml, embedded labels, table is [WaitTimes]); Next ExcelFile; STORE WaitTimesData INTO [F:\DataAgg\W...
Hello experts, I cannot make incremantal load(Insert , update, delete). I do as Qlik help directs but i dont understand the problem. Here is my script : Let ThisExecTime = Now();
IncLoad:
LOAD...
Hola a todos Estoy intentando hacer una carga incremental de una tabla SAP, La tabla es la EBAN y uso el campo de fecha de modificacion (ERDAT) para hacer la comparacion de la fecha maxima y h...