Modify Views - change the order of alphbetized lists

P

pambb

In manage views, we use a default group, sort and we group by a an Enterprise
Project Text which we call 'stage gate' there are four: Active, Completed,
Cancelled, Pending. Most of our PMs only want to see Active and Pending. I
suggested re-naming Cancelled and Completed to zCancelled and zCompleted so
they would move to the end...is that really my only option here?
 
D

Dale Howard [MVP]

pambb --

Preface each value with a number, such as:

1 Active
2 Pending
3 Completed
4 Cancelled

Would that work? Let us know.
 
Top