$ConflictAction and View Designs

I am developing view that satisfies various fields within a form, but, my problem is when $ConflictAction = “1”, the view will display the forms that doesnt meet the requirements regardless of what the field says.

Here is the code:

SELECT (Request_Type = “New Part Request” &

@Contains(Action; “Enter”) & !@Contains(Action;“Flammability”) &

(@Contains(AUDRES;“”) | @Contains(AUDRES;“Fail”))) &! @Contains(AUDRES;“Pass”)

It will still display forms with Pass that have $ConflictAction = 1.

Any suggestions?

Subject: $ConflictAction and View Designs

Do you have a response hierarchy in the view? Are the documents in question responses? Are they replication/save conflicts?

Subject: RE: $ConflictAction and View Designs

No, I do not have a responce hierarchy in the view. The documents are replication/save conflicts.