How can I create a Todo page filtered after two tags ? #2311
-
I have tasks that I get from customers and I have tasks that are internal . Which is the best method to different these kind of tasks ? Should I add a tag "customer" to the customer tasks ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @F3000, I'm not sure that there is a 'best' method. It would be fine to use tags, if you wanted to. If you have different customers, the tags could optionally indicate the customer... So you could have tags
Then you can filter by You could also use custom grouping to group by the customer names For example:
Personally, I find it's easy to forget to add tags, so I generally try and use location information - like a But not everyone likes using a folder structure in their vaults. |
Beta Was this translation helpful? Give feedback.
I would put this in the
ToDo
file:By using
NOT (... )
in theGeneral
section you ensure that every task not in a customer file is shown, which is nice and safe.