Hi all--
I'm new to alteryx (it's a great tool), and have a question. Perhaps there's an easy way to do this, perhaps not--but I haven't been able to figure it out myself.
Suppose I have a datasheet with three fields: Name, Country of Origin, and Age. I want to transform this into a datasheet that shows, for each country, what the difference between that country's max age and min age is. For example, if the original datasheet has four entries for Switzerland:
Jane // Switzerland // 42
Doug // Switzerland // 2
Ronald // Switzerland // 11
Eunice // Switzerland // 20
Then the output datasheet would have, as one row: Switzerland // 40 . This output datasheet should have # rows = # unique Countries of Origin in the input datasheet.
Any thoughts on this? Many thanks!