Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
i want to use Incremental Load in my qvd to get only the data when load, but
im saving the data(history) into the qvd by doing this cuz no history in the database so i save it on the qvd to get the history day by day
Do you have a unique identifier key for your rows (like for example [MyUniqueKey])?
If this is the case, start loading the dataset from the database.
Then Concatenate data from the QVD with a where clause like:
Where Not Exists([MyUniqueKey])