Basic Table Tool - How to change record order from Alphabetical to specified order
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
Carluccio555
9 - Comet
‎11-20-2022
10:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have set up my workflow to meticulously order every line of data ready to be reported in a table.
I now want to report this data in a specific non-alphabetical product order using a basic table, creating a record for each product using 'group by'.
The table outputs a record for each product but the order is alphabetical by product. How can I get the order I want?
Thanks
Labels:
- Labels:
- Reporting
1 REPLY 1
Felipe_Ribeir0
16 - Nebula
‎11-20-2022
11:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
If you always have the same products, right before the table tool you could join your dataset with a text input that contain the expected order of types, and after the join, order by the RecordID
Product | RecordID |
Product A | 1 |
Product B | 2 |
Product C | 3 |
Product D | 4 |
Product E | 5 |
Product F | 6 |
.
.
.
