Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a document that runs off a QVD, the problem I have is that the QVD has old data that is no longer updated but I need the data in my final output. Every month I need to add the last months information and was wondering if i can append the months data to the old data without reloading the whole dataset
Thanks
Yeah, you can, something like following threads:
Incremental reload and store into QVD file
Hope this will help!!
Yeah, you can, something like following threads:
Incremental reload and store into QVD file
Hope this will help!!
yes,u can do by implementing Incremental load concept on ur load statement with out pulling previous data which u r having on ur .qvd.
pls share for incremental load script on community.
hope helps,
You can perform the partial reload which will append the newly data to Old data without loading old data.