Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to replace a specific date 18/03/2023 with a new data for it without getting a duplicate data
Like getting the old and new 18 data at the same time when reloading the data
Add a condition such as Where Date <> '18/03/2023' to your original data load.
Can you tell me the exact condition?
I just want to update the date 18 without getting a duplicate because I already have 18 but I need to upload the new 18 after edit
That is the exact condition, assuming your field is named Date and that is the correct format of data for it.
Okay what if I want to remove the date (old)18 from qvd and then upload it again so the new 18 will be in it automatically?
Like can I do this?