Forum Discussion
rosscortb
7 years agoPost Patron
Help sorting column order
Hello, Hoping you can help, might not have done this correctly but here's where I am. I have two date columns, start and end. Shown as i.e 01 Feburary 2015. In then needed to change the format ...
- 7 years ago
Hi rosscortb
It could not work when you sort the same value[Start Date and End Date] by different values[Start Date].You may use sort by 'Start Date Mon' as below green part.
Regards,
rosscortb
7 years agoPost Patron
Yeah, wouldn't let me use Start Date.
HotChilli
7 years agoCommunity Champion
Ah, fine. Error messages are usually helpful.
The message says it doesn't know how to sort because start date is not unique 'enough', that is, the same start date exists for different 'start and end date' values.
So you need to find a way of making it unique, maybe add a calculated column (number) to sort by, constructed from the 'start and end date' field like yyyymmdd from start date and append yyyymm from end date. Just an idea, i haven't tested it.