Page 1 of 1

Filter (12)

PostPosted: Fri Apr 15, 2022 3:42 am
by wingfield65
Hello,

new users here that does not know java. how do I use filters(12) to filter by file name. would like whatever java I need to include such that I can simply change text as needed. (example : give me all files that include "david" or all files that include "TX Dallas"

thank you,

david

Re: Filter (12)

PostPosted: Fri Apr 15, 2022 4:05 pm
by StraightShooter
The same thing happened to me, but it was because I had accidentally removed some file extensions. You might want to check the same.

Re: Filter (12)

PostPosted: Tue Apr 19, 2022 9:09 pm
by therube
Would *david* be sufficient?

12:Filters
Code: Select all
Mask:  *david*

Code: Select all
Mask:  *TX*Dallas*

Re: Filter (12)

PostPosted: Thu Apr 28, 2022 2:47 pm
by wingfield65
thank you therube. I didn't realize that the filter worked with standard masking. thought it only used java.