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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Delta Loads - SAP

Quick question about delta loads for anyone who's willing to give me a hand.

Bascially, what is the most efficient way in which to carry out the process?

When there are multiple RequestID.qvd files, how can I merge these into one file before I load them into the QV app. Can this be done? Or do I have to load each file individually?

Thanks

Labels (1)
2 Replies
danielrozental
Master II
Master II

Brian, not sure what exactly are you looking for but you can do something like this to load all files.

LOAD *

FROM RequestID*.qvd;

Not applicable
Author

From my understanding of delta loads, every time a delta load is run any new Request IDs found will be loaded into seperate qvd files, one for each unique request ID.

My question is when there is a build up of requestID qvds, what is the best way to manage them. Can they be merged into one?

Or do I have to call them individually from in my script in order for them to run?