Forum Discussion
gheisargheisar
6 years agoFrequent Visitor
Removing duplicate data with if statement based on other columns values.
I have a table that includes the duplicate in one column. I want to get rid of the duplicate. the criteria that witch row of duplicate I want to delete, depends on the comparison and calculation betw...
- 6 years ago
Hi gheisargheisar ,
You may use Group by feature in Query Editor, click on the duplicate column at the same time, then go to Transform->Group By, set the Sum operation for the cumulative value column (column3).
Best Regards,
Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-xicai
6 years agoCommunity Support
Hi gheisargheisar ,
You may use Group by feature in Query Editor, click on the duplicate column at the same time, then go to Transform->Group By, set the Sum operation for the cumulative value column (column3).
Best Regards,
Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.