Hi
I have created a color tag black
and i have selected lots of file and folder and i have assign the tag color black , they are all inside in a main folder
can i hide these tagged files ?
i have read the manual ,searched around the forum, without an answer
thanks
can I hide tagged files /folders ?
Re: can I hide tagged files /folders ?
You've assigned the text "black" as a tag?
One of my scripts helped you out? Please donate via Paypal
-
giuliastar
- Posts: 365
- Joined: 14 Sep 2013 07:22
Re: can I hide tagged files /folders ?
!lbl:blackAnd that's explained in the help file, Main Topics - Visual Filters^^
One of my scripts helped you out? Please donate via Paypal
-
giuliastar
- Posts: 365
- Joined: 14 Sep 2013 07:22
Re: can I hide tagged files /folders ?
Hi
i had yesterday created a global filter , but it doesn't work
it does not hide the tagged files and folder "black"
it gives me a list of file (exluded the tagged black ), i would like to hide file and folder with the tag label in this case black ,but keeping the volume (folder and files structures)
i mean folder and subfolder ,hiding the all i have taged with the "black" label
thanks Highend
-
giuliastar
- Posts: 365
- Joined: 14 Sep 2013 07:22
Re: can I hide tagged files /folders ?
Hi
I'm reading the main topics , visual filters
I was able to create power filter to hide the files and folder with tag black
but how can i hide files and folder with tagblack and red for example
i have tryied reading filter syntax
Code: Select all
!lbl:black AND !lbl:redCode: Select all
"!lbl:black" AND "!lbl:red"Code: Select all
{!lbl:black} AND {!lbl:red}how can hide 2 tag color labels or more?
tahnks highend
Re: can I hide tagged files /folders ?
Negation works for the complete filter and " AND " is wrong, because they don't have both of these labels (one item)
So it's a logical " OR " that's required
E.g.:
So it's a logical " OR " that's required
E.g.:
!lbl:black;lbl:redOne of my scripts helped you out? Please donate via Paypal
-
giuliastar
- Posts: 365
- Joined: 14 Sep 2013 07:22
Re: can I hide tagged files /folders ?
hi
yes it makes sense
so if i want power filter that hides black and red labels it should be like this
Code: Select all
"hide black and red labels" !lbl:black;lbl:red-
3ccentricity
- Posts: 30
- Joined: 04 Feb 2022 13:46
Re: can I hide tagged files /folders ?
Hi,
I also wanted to do hide folders with certain colour labels but when I followed the formatting in this I still couldn't achieve hiding multiple colour labels, at best I could only hide one at a time. For reference the labels I want to hide are 5 Red, 2.5 Pink-Red, 1.6 Purple-Red. I used the filter:. Any help would be appreciated.
I also wanted to do hide folders with certain colour labels but when I followed the formatting in this I still couldn't achieve hiding multiple colour labels, at best I could only hide one at a time. For reference the labels I want to hide are 5 Red, 2.5 Pink-Red, 1.6 Purple-Red. I used the filter:
Code: Select all
!lbl:5 Red;lbl:2.5 Pink-Red;lbl:1.6 Purple-Red
XYplorer Beta Club