Hi everyone, I have been using Residentloads and Precedingloads to populate a model/app with data or to transform some tables in the ETL process. But, from a performance perspective, I do not h...
...eard that it is still faster than a residentload by getting the data in memory then manipulating my data then. Is it true that a Precedingload will (in most cases) be more efficient than a residentload...
...pplyMap('MAP_T',AutoNumber(LEFT(A,LEN(A)-3)),'No') as FLAG RESIDENT T; DROP TABLE T; With this, I got 1M rows in my new table FINAL_QVD. I wonder, what is wrong with precedent load What i...
Dear all, "PrecedingLoad works much faster than ResidentLoad"-- till now I found this topic as a myth in QlikView. Tried to find out the reason but haven't got a clear answer till now. But after I...
Hello, i have read PrecedingLoad and https://www.quickintelligence.co.uk/preceding-load-qlikview/ but i still have some dubts about precedingload. Is this: Load ..., ReferenceDate, &n...
I notice strange behaviour when performing a precedingload on a table generated using the peek function? Can anyone explain what's happening and why? @hic do you have an e...
...bvious that I've missed? Seems once I LOAD DISTINCT, that resultset in the precedingload should be just the distinct records. After all, if I were to create the first load, then loadRESIDENT...
Sample script for my Precedingload. Im tryin to do some Apply mapping on just these fields (not finished) while the rest in the SQL Select I just need to load as is. Right now it only loads t...