<?xml version="1.0" ?> <configuration> <layers> <layer> <name>Louisville Police Facilities</name> <url>http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Louisville/LOJIC_PublicSafety_Louisville/MapServer/3</url> <expression>PD_NAME = '[value]'</expression> <textsearchlabel>Search Police Stations by name... [ Example: 2ND DIVISION ]</textsearchlabel> <titlefield>PD_NAME</titlefield> <linkfield></linkfield> <fields all="false"> <field name="PD_NAME"/> <field name="ADDRESS" alias="Address"/> </fields> </layer> <layer> <name>PropertyBoundaries</name> <url>http://71.176.110.94/ArcGIS/rest/services/CEDA/MapServer/1</url> <expression>SWIS = '[value]'</expression> <textsearchlabel>Search by Assessed Value [ Example: 050100 ]:</textsearchlabel> <titlefield>SWIS</titlefield> <linkfield></linkfield> <fields all="true"> <!--<field name="LOCATION" alias "Address"/> <field name="TOTAL_AV"/> <field name="Link"/>--> </fields> </layer> <layer> <name>PropertyBoundaries2</name> <url>http://71.176.110.94/ArcGIS/rest/services/CEDA/MapServer/1</url> <expression>TOTAL_AV > '[value]'</expression> <textsearchlabel>Search by Assessed Value [ Example: 59000 ]:</textsearchlabel> <titlefield>TOTAL_AV</titlefield> <linkfield></linkfield> <fields all="true"> <!--<field name="LOCATION" alias "Address"/> <field name="TOTAL_AV"/> <field name="Link"/>--> </fields> </layer> <layer> <name>PropertyBoundaries3</name> <url>http://71.176.110.94/ArcGIS/rest/services/CEDA/MapServer/1</url> <expression>LOCATION LIKE '%[value]%'</expression> <textsearchlabel>Search by Assessed Value [ Example: 306 Grant ]:</textsearchlabel> <titlefield>LOCATION</titlefield> <linkfield></linkfield> <fields all="true"> <!--<field name="LOCATION" alias "Address"/> <field name="TOTAL_AV"/> <field name="Link"/>--> </fields> </layer> </layers> <zoomscale>5000</zoomscale> <info>widgets/InfoTemplates/InfoPopupWidget.swf</info> </configuration>
Matthew, In SQL Language single quotes are for sting so just drop the single quotes<expression>TOTAL_AV > [value]</expression>
<expression>TOTAL_AV > [value]</expression>
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.