-
Is it possible to sort by strings but not alphabetically but where the strings map to some value? For example, I have a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I almost have something working, but I can't get it to work well with null fields.
This works but null fields are sorted first. I tried using
|
Beta Was this translation helpful? Give feedback.
I almost have something working, but I can't get it to work well with null fields.
This works but null fields are sorted first. I tried using
default
(andldefault
) and for some reason that filters null fields out of the results, which isn't what I was hoping for.