All,<br><br>I have the following query:<br><br>query &quot;Open RTV Lines&quot; <br>&nbsp;&nbsp;&nbsp; line : DetailLine(status in (StatusConstants.OPEN, StatusConstants.PARTIALLY_MATCHED))<br>end<br><br>And what appears to be happening is it is only picking up those lines that are marked with 
StatusConstants.PARTIALLY_MATCHED and not those marked with StatusConstants.OPEN.&nbsp; <br><br>Now here is the rub, if a line gets marked as StatusConstants.OPEN then it gets pulled off the agenda for further processing.&nbsp; Could this be why it is not getting picked up by the query?
<br><br>Ron<br>