Page 1 of 1
Color filter all items with tag, label or comment
Posted: 03 Jan 2015 14:36
by binocular222
How to color filter items which have tag/label/comment?
I tried this but not work (match everything, even items without any tag):
Re: Color filter items with tag
Posted: 03 Jan 2015 17:50
by bdeshi
Re: Color filter items with tag
Posted: 04 Jan 2015 02:47
by binocular222
That only works with tag, I want to match either Tag OR Label OR Comment, something like
!prop:#tags: OR !prop:#comment: OR !prop:#label:
Re: Color filter items with tag
Posted: 04 Jan 2015 05:41
by bdeshi
Code: Select all
!prop:#tags: AND prop:#label: AND prop:#comment:
Re: Color filter items with tag
Posted: 04 Jan 2015 09:20
by binocular222
Uh, oh, such obvious.
ok, this thread embarass me, delete pls.
Re: Color filter items with tag
Posted: 04 Jan 2015 09:25
by bdeshi
Might be helpful to others...