Hi there,
Apologies for the basic question, but how do you sort and order data by field name, so not by not ascending/chronological order.
E.g. I have:
Column One | Column Two |
A | C |
A | R |
A | P |
W | C |
W | R |
W | P |
G | C |
G | R |
G | P |
M | C |
M | R |
M | P |
T | C |
T | R |
T | P |
I | C |
I | R |
I | P |
I want:
W | R |
W | C |
W | P |
A | R |
A | C |
A | P |
I | R |
I | C |
I | P |
G | R |
G | C |
G | P |
M | R |
M | C |
M | P |
T | R |
T | C |
T | P |
Thanks in advance
Solved! Go to Solution.
Hi @limats
If I understand correctly, you want to create a custom sort order. This is how I would do it.
@limats You can add weights to your custom field and then use a tile tool to sort. See attached
Yes this works - thank you!
User | Count |
---|---|
52 | |
27 | |
25 | |
24 | |
21 |