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

Discussion

Discussion

Advanced Search syntax to remove set of results from search

posted on April 8, 2022

I am trying to search for documents that do not have a relationship/linked document associated with them.  The following syntax returns entries that have a link:

{[Expense Reports]:[CheckNumber]="*"}&{LF:Relationsrc="2"}

I tried subtracting the documents with a link by changing the syntax to:

{[Expense Reports]:[CheckNumber]="*"}-{LF:Relationsrc="2"}

but I get no results.

What am I doing wrong?

Thanks.

 

0 0
replied on April 8, 2022

After further experimentation I found that this is the correct syntax:

 

{[Expense Reports]:[CheckNumber]="*"}-{LF:Relation="2"}

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

Sign in to reply to this post.