|
#1
|
|||
|
|||
reverse order sorting?
In the older versions of URP, the program let me sort and reverse sort siblings.
In the new version, if I'm using the sort by date-parsing capability, I can't get the siblings to reverse sort, with the most recent item appearing topmost. Is there a way to do this? If the answer is obvious, apologies in advance. If it's not currently possible, can it be provided? Thanks. Regards, Bal |
#2
|
|||
|
|||
Reverse sorting in the tree works the same whether sorting as a string, date, or number -- choose Sort Siblings once to sort ascending (if manually ordered), choose Sort Siblings again to sort descending, again for ascending, etc. I created three siblings:
2/2/07 3/1/08 1/22/09 and sorting them alternatively sorts in the above order or 1/22/09 3/1/08 2/2/07 if sorted again. |
|
|