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

Question

Question

How to Build an Advanced Search that looks for value in one field OR another field on a folder?

asked on August 28, 2015

I have a requirement in a workflow where a folder may have a unique identifier on "Field 1" or "Field 2", so I need to find that folder before doing additional things with it.

I could of course do 2 searches, but I'm wondering if it can be done in one search?

Can this be done?

0 0

Answer

SELECTED ANSWER
replied on August 28, 2015

I believe you can use the advanced search and use the OR instead of the &.

 

{[]:[Field 1]=""} | {[]:[Field 2]=""}

1 0

Replies

replied on August 28, 2015

That's it. Thanks!

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

Sign in to reply to this post.