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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
CristianJorge28
Partner - Contributor
Partner - Contributor

Partial Load Qlik Cloud

Hello, I'm having a problem with partial loads.

Honestly, it's my first time using this, and I can't find much documentation.

Currently, I have partial loads configured using WHERE clauses with date or NOT EXIST clauses for IDs, but it takes just as long as a full load. Sometimes the data even increases, and I don't understand why.

Could someone please review my code and tell me if it's correct?

I've attached the code.

Thank you very much.
Regards.

Labels (4)
1 Reply
vighnesh_gawad
Partner - Creator
Partner - Creator

Hi @CristianJorge28 ,

  it seems you are using ADD Only in partial load statement, that's why data is increasing as its getting appended to old loaded data. if you want to use partial reload to override data, then you should use keyword Replace instead of ADD.

Regards, Vighnesh Gawad
Connect with me on LinkedIn | GitHub