In one VL, I have this sorting order:
1. A composite column that returns yes/undefined (#currentlyreading), sorted ascending
2. A series-like column (#readinglist), sorted ascending
3. A datetime column (#lastread), sorted descending.
I recently finished a …
0 Comments