Hello everyone,
Does anyone know how to use the Advanced View editor in a D2 property page? The following appears in the D2 4.5 admin guide: “This editor provides a text field for typing a DQL query as the condition. This editor is only available in D2 Client 3.1.”
So two questions.
1. Is this actually available in 4.5? (It still shows up in the UI so I suspect yes)
2. What is a sample of a DQL query you might use here? I guessed you might use a standard DQL select query and if it returned results that evaluates to true, if it doesn't return results then it evaluates to false. That doesn't seem to be working so I'm wondering if there is a special syntax here or if this field is expecting a subset of a full query.
Thanks!
Eric