Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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

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?