-
The issue: sorting is creating groups:
Result: sorting is alphabetical within the groups rather than within the entire list. Example:
The Problem Expected Result: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Within the current constraints of the query language you can't sort the data the way you described. There's an update coming in the future which should let you do this but for now maybe the solution below could work. If you don't need to display the other times, you can sort the table by watched key by first sorting the watched key
Alternatively you could also flatten the list. This will sort within the list but means you'll have multiple rows for each watched entry
Hopefully one of those helps while we wait for the query language update. |
Beta Was this translation helpful? Give feedback.
-
I believe after messing around for a bit more this should give what you want
|
Beta Was this translation helpful? Give feedback.
I believe after messing around for a bit more this should give what you want