Page 1 of 1
Filter on Checked Only
Posted: 15 Dec 2016 02:56
by JGM
Is there a way to filter on checked (selected) items only? I have been playing with the Quick Search (F3) filters on the columns but since the checkboxes are not considered column fields I was unable to find a way to filter on checked items only.
Any assistance would be most appreciated.
Thank you...JGM
Re: Filter on Checked Only
Posted: 15 Dec 2016 08:21
by highend
You could use a script (pro version) that puts the selected files into a paperfolder and then filter them?
Code: Select all
paperfolder("Filtered", <get SelectedItemsPathNames <crlf>>);
Re: Filter on Checked Only
Posted: 15 Dec 2016 14:02
by JGM
Highend,
Thank you, works perfectly...JGM
Re: Filter on Checked Only
Posted: 16 Dec 2016 10:08
by admin
Isn't this what you want?
View | Tab | Filter By Selection(s) (Shift+Alt+J)
And also this might be useful:
View | Sort By | Selected Items to Top
Re: Filter on Checked Only
Posted: 16 Dec 2016 16:07
by JGM
Indeed, View | Tab | Filter By Selection(s) (Shift+Alt+J) is what I was looking for.
I will attempt to add that to a button.
Thank you all for your time and assistance.
Sincerely,
JGM