hi Alteryx community,
we're (our department) converting analytics trainings for non data savvy / technical people from Excel to Alteryx and came across a challenge - Alteryx does not have a "rank" function, which is needed for one of the exercises. Since we market Alteryx as "better and simpler than Excel" I am looking for the simplest solution (not a macro) for non technical people.
Use case – we have 15 branches and 3 indicators per branch. We want to select 5 most risky branches (based on the indicators).
- Solution in Excel
- Use the "rank" function for all 3 indicators, sum the rankings and rank the "sum of ranks" --> select top 5
- Solution in Alteryx (my current idea):
- Sort data by 1st indicator & add "record ID", sort by 2nd & add "record ID", sort by 3rd indicator & add "record ID"
- Sum the indicator ranks (all three record ID columns) and sort the "sum of ranks"
This seems unnecessarily complex. Any other ideas (even if totally out of the box)?
Thank you.