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
@C
But when context @B is closed, I' like to see:
@PREPARE
- task 1
- task 3
@A
- task 1
@C
- task 3