Ok I am rusty on notes client apps. Remind me again how to create a view for each mont and get the view titles to align up in proper order. I have Reports/Monthly/1. january…but of course when you get to October for 10. - it pops 10 to the top of the list. I am talking about view titles, not view columns. I forget how to work around this. Ideas???
Subject: Montly views - month in view name - mis ordered
Use outlines instead?
Subject: Montly views - month in view name - mis ordered
You’d need to use leading zeroes on the single-digit month numbers since the “numbers” are sorting as text.
Subject: Montly views - month in view name - mis ordered
The view titles are readed as text and not numbers / dates and so sorting is done considering it to be a text value. Two options to achieve this:
-
Rename you views like: “Reports/Monthly/01”, “Reports/Monthly/02” (use double digits for months instead of single digits) this way the months will come in an order.
-
Create an outline with entries pointing to these views. You can create the enteries in any order u want.
Subject: RE: Montly views - month in view name - mis ordered
Oh duh…both good answers. My brain is fogged today. I forgot about 01, 02… and outlines. I think I will just use the 2 digit method.
thanks for the quick response guys.