Is there a way to Group on a field but sort on a totally different attribute?
for example
Code: Select all
Code Type
0 Giraffe
1 Ape
2 Zebra
3 Cat
0
1
2
3
but I'd like to instead show the Type in the group header, but obviously if I group on name I'd get
Which is not the correct order.
Is there a way to do this? Yes. Thanks for your help Vlad.