Aug 21, 2023 09:20 PM
Hey amazing people 🙂 I have a rollup field puling in unique values, and I really would like it sorted (in this case by ascending date) but I can't figure out how to do that? Community Search didn't bring much up for me.
Here are my settings:
And here is my display result
I would like to see "March 3rd, 2023" March 4th, 2023" "March 5th, 2023"
It seems to pull in based on the order of my current Top view in the Table it is pulling from, but even swapping the View with the sort order I want didn't seem to change anything (And I don't want that view at the top anyway)
Any ideas?
Aug 22, 2023 08:40 AM
Hi Shannon,
Currently, I don't think there is a simply answer. This link provides a solution using scripting though. Hope that helps.
https://community.airtable.com/t5/development-apis/automatically-sort-linked-records-in-a-cell-by-na...
Aug 22, 2023 10:19 AM
Dang, seems like it should be simpler. Thank you for linking this!!
Aug 22, 2023 10:31 AM
Does anyone know for sure what triggers the order it pulls in? Maybe I can revamp things to be the way I need them...
Mar 15, 2024 05:55 PM
This hack won't work for complex values (like full dates), but works without scripts and could be used for simple roll-up sorting, and possibly be adapted.
Mar 15, 2024 07:14 PM
@Shannon_Bradley I believe it sorts based on the order that your linked records are displayed in.