Table Sort 2 Columns [message #1831918] |
Wed, 02 September 2020 17:58 |
Luis Nothvogel Messages: 56 Registered: October 2019 |
Member |
|
|
Hi there,
So I have got 2 Column that are important to my sorting. The first one would be a Integer column where I just sort descending. Now comes the Problem the second column i have which is important for sorting is a string column. Now I want that rows with the same string in that column are "together" so that they are next to each other regardless of the integer column. The rows with the same string would sort of be a group. I tried using the sort index but i it didnt quit work the way i described it.
Is there a scout inbuild way to do this?
Example:
Integer , String, other ...
Row 1: 5 ,a ,....
Row 2: 2 ,a ,....
Row 3: 4 ,b ,....
Regards,
Luis
|
|
|
|
|
Re: Table Sort 2 Columns [message #1831942 is a reply to message #1831940] |
Thu, 03 September 2020 11:56 |
Arthur van Dorp Messages: 48 Registered: October 2015 |
Member |
|
|
I don't understand yet what you want to achieve. In your first screenshot the rows are grouped by the Number column and within each group the rows are sorted descending regarding the Factor column. That's how I understood what you wanted to achieve. Is there some additional sort order on those (implicitly by the first sort order generated) groups that you want?
[Updated on: Thu, 03 September 2020 11:57] Report message to a moderator
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.29929 seconds