You are viewing limited content. For full access, please sign in.

Question

Question

How to use search syntax with a wildcard in the middle of the search path?

asked on December 27, 2018

Example: I'm trying to find a folder called "HR" that will be located at the path Human Resources\Employee Files\* - Employee ID*\HR\...

 

I'd like to use wildcards for the Employee ID portion of this. Is there a way to do this? So far I have:

 

{LF:Name="HR", Type="F"} & {LF:LOOKIN="XXXXX\Human Resources\Employee Files\* - Employee ID*\"}

 

There will be information before the - Employee ID, which is why I need the starting wildcard.

0 0

Answer

SELECTED ANSWER
replied on December 27, 2018

Try this:

{LF:Name="HR", Type="F"} & {LF:LOOKIN="Human Resources\Employee Files"} & {LF:ParentName="* - Employee ID*"}

3 0
replied on December 27, 2018

This worked! Thank you

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.