SOLVED
Make a list with sort group by an id
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
Anastasio_Theohari
8 - Asteroid
‎02-10-2022
01:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello everyone,
I have this case,
id status
3 dog;cat;frog
3 cat;dog;frog
3 dog;cat;frog
4 cat;shark
how can i make id=3 have the same sort?
The desire result will be like this:
id status
3 cat;dog;frog
3 cat;dog;frog
3 cat;dog;frog
4 cat;shark
Any idea how can i implement this?
Thank you
Solved! Go to Solution.
3 REPLIES 3
22 - Nova
‎02-10-2022
01:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
binuacs
21 - Polaris
‎02-10-2022
01:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
22 - Nova
‎02-10-2022
02:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Happy to help : ) @Anastasio_Theohari
Cheers and have a nice day!
