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

Question

Question

Search bar : Find folders not egal to something

asked on September 19, 2017

Hi all, 

 

I'm trying the code below to find my folders "Prépresse".

{[CPI - Statue]:[Statue]="Prépresse"} & {LF:Name="PR*", Type="F"}

 

I want to change this and find the others folders like :

{[CPI - Statue]:[Statue]!="Prépresse"} & {LF:Name="PR*", Type="F"}

or

{[CPI - Statue]:[Statue]<>"Prépresse"} & {LF:Name="PR*", Type="F"}

 

But this doesnt work. How can I do ?

Thank you for your help.

 

Regards

0 0

Replies

replied on September 20, 2017

Try 

{LF:Name="PR*", Type="F"} - {[CPI - Statue]:[Statue]="Prépresse"}

2 0
replied on September 25, 2017

Thank you Andy,

 

It's working.

Great!

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.