Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Hamzeh
Contributor
Contributor

I want to replace a specific date 18/03/2023 with a new data for it

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 

Labels (6)
5 Replies
Or
MVP
MVP

Add a condition such as Where Date <> '18/03/2023' to your original data load.

Hamzeh
Contributor
Contributor
Author

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 

Or
MVP
MVP

That is the exact condition, assuming your field is named Date and that is the correct format of data for it.

Hamzeh
Contributor
Contributor
Author

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? 

Hamzeh
Contributor
Contributor
Author

Like can I do this?