Hello, I am having some troubles creating query input controls for jasper server. For example the query
select domain from domains
returns 3 domains
- internal
- shared
- samples
However, when I am trying to use this query for query input control I got this list
- [Null]
and 1 field instead of 3
Do you know what should I do to get the right query
Thanks