Hi,
I have the data in following format.
| Car | Part | Repair date |
| a | 1 | 03-Oct-2013 |
| a | 2 | 23-Apr-2014 |
| a | 3 | 03-Apr-2015 |
| b | 4 | 26-Apr-2015 |
| b | 2 | 12-Jan-2015 |
| b | 5 | 06-May-2014 |
I want to find the order of part "2" in each car (a,b) after sorting the order by repair date for each car.
Can some please help on how to do this in alteryx.