How to filter all tasks, removing from result tasks given to ALL others in the team?
carloscadu says:
Hi,
I could accomplish a query that deliveries partially what I need:
not givenTo:personx@email.com
However, I would like to create a query that doesn't request to enter other persons email by email always a new member enters to the team. This way, I would avoid to change the query adding new members often, in order to keep my list clean, presenting just tasks not given and my tasks.
Actually, I am looking for a query that would sound like that:
not givenTo:others
in which "others" isn't a valid syntax, just my wish the query could work simpler as that.
Is there any query like that which can be implemented in RTM?
Thanks for assistance,
Carlos
I could accomplish a query that deliveries partially what I need:
not givenTo:personx@email.com
However, I would like to create a query that doesn't request to enter other persons email by email always a new member enters to the team. This way, I would avoid to change the query adding new members often, in order to keep my list clean, presenting just tasks not given and my tasks.
Actually, I am looking for a query that would sound like that:
not givenTo:others
in which "others" isn't a valid syntax, just my wish the query could work simpler as that.
Is there any query like that which can be implemented in RTM?
Thanks for assistance,
Carlos
biokinton says:
isGiven is a valid search operator. Have you tried creating a smart list using 'isGiven:false'?
Cheers!
Cheers!
carloscadu says:
Thanks!
'isGiven:false' doesn't work, because it also removes the tasks which were given to me
'isGiven:false' doesn't work, because it also removes the tasks which were given to me
carloscadu says:
It worked raymond. Many thanks!