Forum Discussion
Anonymous
6 years agoNot applicable
remove selective duplicate in columns
5 Replies
- MariuszCommunity Champion
- AnonymousNot applicable
why is it using max or min? not kinda sure on how do you do it when u group by the other two columns.
- MariuszCommunity Champion
Hi Anonymous
If you want to get unique values from "BR" and "Chassis" you will have to do something about the rest of the columns.
- Remove them
- Aggregate them ( count, sum, min or max )
- Include in the group.
when you use remove duplicates it will use do a similar thing ( take the unique values of selected columns and take first value of every other column not included in the selection )
What would be the desired outcome that you are expecting?
Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.