Help

This Product Ideas board is currently undergoing updates, but please continue to submit your ideas.

"Rank" column type

cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Christian_Rodri
5 - Automation Enthusiast
5 - Automation Enthusiast

I imagine lots of people use Airtables to keep track of ordered lists that they want to filter, reorder, and remanipulate, but ultimately return back to the original ordered list.

Further, I imagine that from time to time they want to change how that ordered list is orderedโ€ฆ

ENTER THE RANK TYPE! It:

  • only accepts integer values
  • when a number is changed, if increments everything at or above it!

A table could even have multiple rank columns for different dimensions! Itโ€™s like magic! Orderly magic!

6 Comments
Izaac_Post
6 - Interface Innovator
6 - Interface Innovator

Are you talking about something similar to an Auto-number/ID functionality (which is implemented), or a way to automatically adjust the numbering of a list when you rearrange the list order?

Christian_Rodri
5 - Automation Enthusiast
5 - Automation Enthusiast

What Iโ€™m describing is closer to your second interpretation, although I believe that having it depend on a GUI-based re-ordering would be fraught with usability issues. If it were to be implemented that way you would only want it to adjust the numbering on a re-ordering event when the list is already sorted by that particular column.

Example of your implementation
In other words, if we have a list restaurants with three columns (breakfast_rank, lunch_rank, and dinner_rank) and we were dragging restaurants up and down, we would only re-number the rank column that was currently being sorted. To put it differently, if Iโ€™m sorted by breakfast_rank and am moving restaurants up and down, only update breakfast_rank, not any of the other rank values.

Example of my implementation
In Airtable (and generally in tabular datasets) entries will often be sorted in a variety of different ways. Hence, it makes sense to sort according to data, not update data according to sort. To that end, what Iโ€™d recommend is that the datatype respond to value changes of a row in the column, not to the location of the entry in the visual GUI.

In other words, if we have these ranked restaurants:

  • lunch_rank | restaurant_name
  • 1 - Auntie Anneโ€™s
  • 2 - Bobโ€™s Burgers
  • 3 - Cashmere
  • 4 - Dillonโ€™s

Then updated the lunch_rank value of Cashmere to 2, the other elements in the list would re-rank accordingly:

  • lunch_rank | restaurant_name
  • 1 - Auntie Anneโ€™s
  • 2 - Cashmere
  • 3 - Bobโ€™s Burgers
  • 4 - Dillonโ€™s

In the interface we could be sorted based on any column, or arbitrarily based on UX events, but rank would be based on the dataset explicitly. UX interfaces work well when thereโ€™s only a single rank dimension per table, but not if multiple ranks are supported.

Izaac_Post
6 - Interface Innovator
6 - Interface Innovator

It would be a cool feature. Temporarily, you can use an workaround :grimacing: of creating a separate view for โ€œBreakfast Rankโ€ โ€œLunch Rankโ€ and โ€œDinner Rankโ€, and rearrange them. The record number to the left of the primary field will provide the rank number for the specific view without altering the values for the other fields. I know this makes it super hard to do anything useful with that data, but I guess itโ€™s a start.

mangen
5 - Automation Enthusiast
5 - Automation Enthusiast

This would be super useful in forms. For example: students have to submit their top 3 choices for jobs. Right now, I have three linked columns feeding into the form and the students select a job from each one to express their preference. The follow-up work of assigning jobs to students would be much easier if there was a sortable rank column (or some commensurate functionality).

Deirdre_OConnor
4 - Data Explorer
4 - Data Explorer

Agreed. I would love this functionality in forms!

Tim_Ellis
4 - Data Explorer
4 - Data Explorer

Yes - I would love this!