Hi All,
I have just started my journey with Alteryx and I have an issue with removing 50% of duplicated entries.
I mean that for example I have:
a) 8 rows containing letter "A"
b) 6 rows containing letter "B"
c) 4 rows containing letter "C"
What do I want to get?
a) 4 rows containing letter "A"
b) 3 rows containing letter "B"
c) 2 rows containing letter "C"
Could someone please help me with that ? Is it possible? My file has much more columns, but I would like to understand the logic of this?
Many thanks anyone for clue/support in advance! 🙂