JR, OK, I did not notice that you were missing the layer designation from your url in the config file.you have:http://gistest/ArcGIS/rest/services/Parcels/MapServeryou need:http://gistest/ArcGIS/rest/services/Parcels/MapServer/0Where 0 is the number of the layer that you will be searching. This number comes from your REST Services directory.
Dira, In your first two query expressions you are missing the operator<expression>AIN '%[value]%'</expression>you need to add LIKE<expression>AIN LIKE '%[value]%'</expression><expression>C_OWNERS LIKE '%[value]%'</expression>
<expression>AIN '%[value]%'</expression>
<expression>AIN LIKE '%[value]%'</expression>
<expression>C_OWNERS LIKE '%[value]%'</expression>
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.