Hi,
it is possible to execute a query if the condition is depending of dropdown value, defined by userdomain, and the condition is an interval, only using the config xml file?
assuming that the layer X has the fields A, B and C, and the layer contains numerical values ??????for each field, like this:
# A B C
1 1 2 3
2 1 2 4
3 2 3 5
I want to make available a query, where the user, select each field want to know (in one dropdown), and select a interval of values in the second dropdown. something like this:
<expression textsearchlabel="">
<values>
<value prompt="Field" alias="FIELD" userlist="A,B,C> </value>
</values>
<values>
<value prompt="Value" userlist="0-1, 1-3, >3"> [FIELD] > [value]</value>
</values>
</expression>
It is possible?
Thanks,
Paula