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

Question

Question

Is there Advanced Search Syntax to return documents that don't have a linked document?

asked on November 1, 2019

I need to identify the documents that are filed without a linked document. Is there a Search syntax for that?

{LF:Relationdst<>"4"} does not return anything and it should. {LF:Relationdst="4"} returns the documents that filed with that link.

I want documents that don't have a relationship link at all.

0 0

Answer

SELECTED ANSWER
replied on November 1, 2019

If {LF:Relationdst="4"} works, then try the inverse.  Subtract {LF:Relationdst="4"} from your results.  For example {LF:LookIn="yourfolder", Subfolders="1"}-{LF:Relationdst="4"}

2 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.