Hi all
I need to create a view where I can get ONLY those documents that has replica errors, but I can’t get the formula for it.
Any idea ?
Thanks !!!
Happy New Year !!!
Hi all
I need to create a view where I can get ONLY those documents that has replica errors, but I can’t get the formula for it.
Any idea ?
Thanks !!!
Happy New Year !!!
Subject: Replica Error view
@IsAvailable($Conflict)
Regards
Byju Joy
Subject: Replica Error view
please be more specific, what do you mean by “replica error”?
Subject: RE: Replica Error view
make sure the view property “show response docs in hierarchy” is NOT selected. This property is located in the view properties box on the second tab.
Subject: RE: Replica Error view
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.