Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Merge duplicated records

Hello all, I recently face a situation. I have two tables. One contain Account Number, Date, and address. The other contain Account Number and Collector. I know I need all the columns in both table....
  • BA_Pete's avatar
    4 years ago

    Hi Anonymous ,

     

    Assuming that you only ever have two distinct rows per account number, you can select the account number column then go to Home tab > Group By and add an aggregation column for each of the other records using MAX(eachColumn).

     

    Pete