Hello everyone. I'd like to filter a view displaying only the tasks that don't contain a closed context, even if it contain an open context.
I have a context @PREPARE and 3 contexts, let say @A, @B, @C Each @ABCD context is included in @PREPARE My view should display a group @PREPARE with the tasks that have both @PREPARE and one of the @ABC context. But sometime, one of the @ABC context is closed (classes in training period, I don't have to prepare my teaching lessons for) When a @ABC context is closed, I'd like not to see the "prepare lesson for class A" below the group "@PREPARE. Is it possible? ie: - task 1 @A, @PREPARE - task 2 @B, @PREPARE - task 3 @C, @PREPARE When all context are open, I' like to see: @PREPARE - task 1 - task 2 - task 3 @A - task 1 @B - task 2 @C - task 3 But when context @B is closed, I' like to see: @PREPARE - task 1 - task 3 @A - task 1 @C - task 3 -- You received this message because you are subscribed to the Google Groups "MyLifeOrganized" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/mylifeorganized. To view this discussion on the web visit https://groups.google.com/d/msgid/mylifeorganized/f5b0b4da-726c-4fb0-ae83-0c58869e74c6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
