Hello Community,
I have a collection, suppose Col1. It has 2 columns i.e. Operating System and UserId.
I need to filter out the rows in Col1 with its name as Linux and Mac. But before it filters both I want to remove duplicates if any.
Operating System UserId
Mac. 123
Mac. 123
Linux. 652
Mac. 124
First thing, two seperate collections for Linux and Mac.
Second thing, removing duplicates based on UserId.
Note:one userId can have multiple OS.
------------------------------
Guggs Kia
------------------------------