Sort by Occurrence

I would like to sort a column by occurrence (used in suggestions).
I have an associated VC with count(select(tbl[col],[col]=[_thisrow].[col])) with which I use oderby to sort the keys, but rather than the key being displayed, I want the label displayed.

0 1 302
1 REPLY 1

When you want to show label instead of key value, you should use Ref as a column type.

Top Labels in this Space