Forum Discussion

coyote_ptm's avatar
coyote_ptm
Frequent Visitor
4 years ago
Solved

Keep Old Values

I have a requirement that I don't seem to understand how to do.   I have a table exported from an external software package ( it's exported to csv and picked up for refresh ) that contains: employ...
  • Anonymous's avatar
    Anonymous
    4 years ago

    Hi coyote_ptm ,

     

    Firstly, the same question as Ashish_Mathur mentioned, what does your table looks like?

    Empl PCT
    1 50
    2 55
    3 60

    Or

    Empl PCT Last Changed
    1 50 2/1/2021
    2 55 3/1/2021
    3 60 4/1/2021

    I think you need [Last Changed] column to determind the last changed date of data for each employee. 

    You want to add a new row if some employee's PCT is changed instead of replacing. However refresh will replace the old value by new value. So I think refresh is not suitable. Here I suggest you to load the new data , use Append function and remove the duplicates.

    For reference: Append queries

    Select columns, right click and remove duplicates. Result is as below.

     

    Best Regards,
    Rico Zhou

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.