You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.
I have created a database with 2 forms ( form1 and form2 ) . Both forms have an item with name 'subject'
I also have created douments for each form.
I have configured a query to get all documents from the database that are of type form1 AND have the word form in 'subject'
DqlExplorer builds the correct query in the Development Options sections, but the submitted qury is missing the Form="form1" part.
The result is 2 documents, but this also includes the document created with form2
The text was updated successfully, but these errors were encountered: