View to show Replication Documents

I have a view designed to show all of the replication conflict documents in a database. The selection formula is:

SELECT @isavailable($Conflict)

The view is set to not show response documents in a heirarchy, and there are no Reader Names fields on the documents.

No documents appear in the view, even though I know there are Replication Conflict documents in the database becasue they appear in other views.

Any ideas what is going on here?

Subject: View to show Replication Documents

You just need to add a column in the view.

Raymond

Subject: View to show Replication Documents

I have the same problem.I have a copy of this view in another database and it is working on that other database.

Is there something I sould do ?

Subject: View to show Replication Documents

I had a similar problem and found that it could only be resolved by adding a column at the beginning of the view where the column was defined as being a ‘simple function’ and ‘Attachment Lengths’ was specified as the function. Data records will then appear.

Subject: You could also check out List Fields to aid you resolving conflicts

Check out http://www.listfields.com