HiProbably another small thing to resolve, but I can't figure out what's the problem...I have a XY Event layer base on a SQL Server 2008 R2 table. Connection made by OLE DB.The geometry of that layer is based on two fields (WebMercatorX , WebMercatorY)Of course, there's no OBJECTID for that Layer.With the "out-of-the-box" search widget, i get multiple results. ("Graphical Search" or "Text Search")But with the Enhanced Search widget 3.1.12 (compile version), I only get 1 result every time. (I think the first row in the table)"Graphical Search" or the "Text Search"uniquevalsfromfield doesn't work. The dropdownlist isn't filling upIs the Enhanced Search Widget design to deal with XY Event layer?I'm using FlexViewer 3.1 with Enhanced search widget 3.1.12, ArcGIS server 10.0Alex LavoieQuebec city<layer> <token/> <definitionexpression/> <enableexport>true</enableexport> <name>BDMT</name> <url> xyz /rest/services/WMAS/BDMT3WMAS/MapServer/0</url> <expressions> <expression alias="dossier number" textsearchlabel="Search by # dossier" > <values> <value prompt="Exemple: 3366114 or 3366" isvaluerequired="true">#Dossier LIKE '%[value]%'</value> </values> </expression> <expression alias="MRC" textsearchlabel="Search by MRC:" isvaluerequired="true"> <values> <value prompt="Exemple: " isvaluerequired="true" uniquevalsfromfield="MRC" autosubmit="true">MRC = '[value]'</value> </values> </expression> <expression alias="Municipalite" textsearchlabel="Recherche par Municipalite:" isvaluerequired="true"> <values> <value prompt="Exemple: Nicolet" isvaluerequired="true" uniquevalsfromfield="Municipalite" autosubmit="true">Municipalite = '[value]'</value> </values> </expression> </expressions> <graphicalsearchlabel>Use one of the graphical search tools to select Zoning</graphicalsearchlabel> <spatialsearchlayer>true</spatialsearchlayer> <titlefield>#Dossier</titlefield> <fields all="false"> <field name="#Dossier"/> <field name="dossier_id" alias="ID Dossier" visible="true" gridfield="true"/> <field name="Municipalite" alias="Municipalité" visible="true" gridfield="true"/> <field name="MRC" alias="MRC" visible="true" gridfield="true"/> </fields> <links/> <zoomscale usegeometry="true" zoompercent="2"></zoomscale> <autoopendatagrid>true</autoopendatagrid> <queryattachments>false</queryattachments> </layer>