Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am applying incremental load.first table load and get store it in qvd first. after that take max of date from it and store it in to variable.
after that load second table and concatenate it with first qvd and apply where condition for date.however i get repeated data from first qvd after applying where condition on date ?
qvw for the same it attached below.
please suggest any changes.
maybe adding a quote
where date > '$(vDate)';