SOLVED
Sorting data by rows
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
limats
7 - Meteor
‎09-16-2020
01:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
3 REPLIES 3
17 - Castor
‎09-16-2020
03:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @limats
If I understand correctly, you want to create a custom sort order. This is how I would do it.
Amarendra
10 - Fireball
‎09-16-2020
10:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@limats You can add weights to your custom field and then use a tile tool to sort. See attached
‎02-07-2021
06:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yes this works - thank you!
