I have a repeating group that is loading data - I want to sort this data by a field on the table (which is an option set), however, it will only let me choose Created Date, Modified Date or Slug.
The field I want to sort by is ‘Ranking’ which contains an Option Set (OS Ranking). OS ranking has options 1st, 2nd, 3rd etc. I would be sorting by either the Display or number of the option set
This question comes up in the forum on almost a weekly bases, and the short answer is (as it’s always been) that you can only sort a list of Things by fields on the actual datatype, and not by fields on a related datatype, in vanilla Bubble.
So there are two solutions:
Just add the sort field onto the actual datatype, and sort by that.
For Solution 1, I thought I was doing this by having field ‘ranking (Type: OS Ranking)’ on the Depth Chart table? Or do you saying I need to store OS Ranking’s number as a number on the Depth Chart thing?