#1
|
|||
|
|||
GTD sorting question
If I have a filter that includes a range of upcoming appointments amongst other items & I sort up on the appointment column, the items with no appointments went to the bottom, giving priority, i.e. top of list to no appts. If I sorted down appts them came to the top in reverse order, i.e. last appt first, etc.
I also found this true for priority. Now maybe I'm missing something but it seems to me if I am sorting up on Appt, all apts should come to the top in descending order, i.e. appts closest to today first, etc. Does this confuse anyone else? Maybe I'm doing something wrong or am mis-interpreting what sort is supposed to do here. Thank you. |
#2
|
||||
|
||||
Whatever sort you do, it's either date sorting or value or alphabetical sorting (irrespective of the attribute name) ... with it's comparison operator and predefined behaviour for undefined values. For date, you can see that undefined date is less that any defined date. Similar for values, any number is bigger that the undefined one ...
With this in mind, you can understand what results you get and can accommodate your searches accordingly (for example excluding those where this column is not defined, logically it's not an appointment you should see in the seach), or set some default values. For example, you could set in your template default appointment date to 1/1/2100, so that those with 'unset' value would go to the end ... |
#3
|
|||
|
|||
Quote:
|
#4
|
||||
|
||||
Quote:
|
#5
|
|||
|
|||
Quote:
Last edited by janrif; 04-05-2007 at 07:48 PM. |
#6
|
||||
|
||||
Quote:
Sorry, I probably dont understand sth. If you do appt>=today and all other things in search are AND, how can you get in the result items that have no 'appt' set? I guess you did sth wrong in your search, and when you do OR for priority attribute, you didnt indent it properly. Can you post a screenshot where I can see a search and some results? |
#7
|
|||
|
|||
Quote:
|
#8
|
||||
|
||||
ok, I see
1. so you are using OR, not AND as you wrote here: "Try creating a search of appt >= today & priority = urgent or important (or 1 & 2) & is not completed" 2. you are mixing Events with Tasks in the "Upcoming EVENTS" search. I suppose Tasks have their own "Upcoming TASK" search. If you really want to have them in one search, maybe you could change your "appointment" attribute and call it just "Date" (it's clear that it is an appointment date from the fact that you are in Appointment template item). You'd use it also in Tasks instead of Due Date. This could be then used in both Appointment and Task template where it would have obvious meanings "Appointment Date" and "Due Date" respectively. Just an idea ... |
#9
|
|||
|
|||
Quote:
This may be due to the fact that I don't really don't understand the most efficient way to use UR's many talents. I think you are suggesting that I am mixing apples & oranges which may, in fact, be the case. I have to think about this. |
|
|