The question is stupid, I should know the answer, but I’m not getting it.
How can I, given two conditions, create filters that do “and” and “or”?
For example, these are the two conditions:
[<currentTiddler>get[Field1]count[]match[0]]
[<currentTiddler>get[Field2]count[]match[0]]
How can I combine them to get these two filters?
both fields are empty (1 and 2)
at least one field is empty (1 or 2)