Ranking set of results

I have a table which sorts race times into fastest (after a calculation for handicap adjustment), but I want to be able to add a ranking to show that the fastest time is 1st, then 2nd, 3rd, etc.
Is this possible please?
Thanks

I think you could use the Tadabase Pipe “Sort by One Condition” to sort the records and then acquire the recordids of those sorted records. Once you’ve obtains these record results you could then “award” the placements to the records in the order you received them.

Thanks for your reply GREDDIE, I will take a look at pipes and see if i can work through your suggestion.

1 Like

Hey @mattuk, welcome to our community! :smiley:

Can you please help me understand what you’ve set up already? When you say your table sorts race times into fastest times, do you mean you have a number field already in that table, and then you sort by that number field? Furthermore, what is the calculation for handicap adjustment?

I’d love to help, but I need a bit more context.