Hello Robert, i want to thank you for this new e-search version. But i have a question, can i populate a combo box with a specific query ? for example:
<expressions>
<expression alias="Sismic" textsearchlabel="Select fields to search" isvaluerequired="true">
<values>
<value prompt="City" isvaluerequired="false" uniquevalsfromfield="City" operator="AND">City= '[value]'</value>
This will populate my combo box with all distinct values of city in my service, but i want just the cities that are in State='Rio de Janeiro', for example. Is it possible to make that ?