Replication or save conflicts docs on a view

Hi all

I need a view where I can get all documents that has “replication or save conflicts” errors.

I’ve tried on view selection formula with:

SELECT @All & @IsAvailable( $Conflict )

but I get nothing, and I know that I have some docs with replication or save conflicts.

any ideas ?

Thanks !!!

Subject: replication or save conflicts docs on a view

Use this formula in the viewSELECT $conflictitems!=“”.

To get the documents that are in conflict, use $Ref as a lookup key.

Subject: replication or save conflicts docs on a view

Make sure that “Show response documents in a hierarchy” is unchecked (view properties, 2nd tab)