Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

IL load issue

Hi All,

i think somethink wrong with my script.. when i load full load, i get  332923 lines, but when i load incremental load i get  only 6398 lines..i want load from sql only new or modified records, and concatenate wiht old qvd files by not exist id. and store in qvd.

Please help

Labels (1)
1 Reply
martinpohl
Partner - Master
Partner - Master

The problem is the exists statement.

QlikView will only load 1 dataset from the qvd for each offeringid. Then it exists and the second dataset is not loaded.

Maybe you can create an explicit field for example union offingid&timestamp of last change

Regards