Filter on Checked Only

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
JGM
Posts: 40
Joined: 01 Oct 2016 22:38

Filter on Checked Only

Post 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

highend
Posts: 14570
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Filter on Checked Only

Post 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>>);
One of my scripts helped you out? Please donate via Paypal

JGM
Posts: 40
Joined: 01 Oct 2016 22:38

Re: Filter on Checked Only

Post by JGM »

Highend,

Thank you, works perfectly...JGM

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Filter on Checked Only

Post 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

JGM
Posts: 40
Joined: 01 Oct 2016 22:38

Re: Filter on Checked Only

Post 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

Post Reply