Forum Discussion
Custom sort order column headers
- 4 years ago
In that case you need to create different names for the DetailMain headers based on how they need to be sorted and create the sorting order accordingly. ("Budget for Month", "Budget for YTD"...)
- 4 years ago
Hello Paul,
Then the colums become to wide. I solved it differently. Not very elegant, but i created unique values by using No-Break Spaces.
Thanks for thinking along with me.
As Greg_Deckler points out, you need to sort the DetailMain column by a sorting column. However, to do so each value in the DetailMain column must have the same sorting value; so Budget must have the same sorting value for example (the Sort column has several different values for Budget). So you need a new sorting column for the DetailMain column
- JeroenHD4 years ago
Helper I
Hello Paul,
Thanks for clarifying further. But that means that the order of DetailsMain as a sub header will have all the same order. That will not solve it. For example Budget column under Month will be 3rd in order, but should be 2nd under YTD. Or am i missing something?- PaulDBrown4 years ago
Community Champion
In that case you need to create different names for the DetailMain headers based on how they need to be sorted and create the sorting order accordingly. ("Budget for Month", "Budget for YTD"...)
- JeroenHD4 years ago
Helper I
Hello Paul,
Then the colums become to wide. I solved it differently. Not very elegant, but i created unique values by using No-Break Spaces.
Thanks for thinking along with me.