Hello
i have a table like the below. I want a rank column which will show me the rank based on the price. how can i do this?
Yes it can ! Here is the updated workflow !
Hi @Sammy22 ,
You can do it by using Sort tool then RecordID tool ! Here is a sample workflow !
Hi @Sammy22
You can do something like below. This method will help you if you want to maintain data row order.
Workflow:
1. Using record id tool to capture order.
2. Using sort tool to sort descending on price.
3. Using record id to set rank.
4. Using sort tool to sort back into order.
Hope this helps : )
There are multiple order numbers so i need the ranking grouped by the order number. Sorry should have clarified in the first message!
Here is the updated version !
You can use multi-row formula tool to create group ranking.
Can it give the same rank if the price is the same. it wouldn't currently do that it seems.
It should work. Refer snapshot below.
Nicely done @Jean-Balteryx
I guess i forgot same ranks my bad😅
Cheers and Happy Analyzing 🙂