All, Version 3.2.1 is now available.Version 3.2.1 - 4/1/2013* Added back the wait cursor that is displayed when a search is executing.* Added zoom to supports for row clicks in a related table (if the related data has geometry, both feature to table and table to feature supported).
Yasar, Yes I am working on the issue currently and expect to have it fixed soon.
Andy, Well that is a pretty unique formatting need. I currently do not have anything that supports that (and likely won't in the future). For the datagrid this is something that could be handled with a label function on a GridColumn. Not sure if you are working with source code or not.
Yasar, You have me pretty confused with that question... Related data is ONLY shown in the datagrid... The only thing that is shown in the widget results is an initial layer or table search results, not relate results.
<enabledrawgraphicbutton>false</enabledrawgraphicbutton> <enablebuffergraphicbutton>false</enablebuffergraphicbutton> <enablelocategraphicbutton>false</enablelocategraphicbutton>
includeInLayout="false" visible="false"
<expression alias="Database" textsearchlabel="Search Projects:" isvaluerequired="true"> <values> <value prompt="Project Name" isvaluerequired="false" operator="AND" autosubmit="false">upper(Project_Name) LIKE upper('%[value]%')</value> <value prompt="Project Number" isvaluerequired="false" operator="AND" autosubmit="false">Contract_Number LIKE '%[value]%'</value> <value prompt="Detailed Job Type" isvaluerequired="false" userlist="Administration,Geosciences,Geostructural,all" autosubmit="false">Department = '[value]'</value> </values> </expression>
Jay, If you are going to have multiple value tags for one particular expression parent than you need to think of them as you would any SQL statement in ArcMap. For example you first value needs an operator like AND, also each subsequent value needs an operator except for the last value in your values parent. <expression alias="Database" textsearchlabel="Search Projects:" isvaluerequired="true"> <values> <value prompt="Project Name" isvaluerequired="false" operator="AND" autosubmit="false">upper(Project_Name) LIKE upper('%[value]%')</value> <value prompt="Project Number" isvaluerequired="false" operator="AND" autosubmit="false">Contract_Number LIKE '%[value]%'</value> <value prompt="Detailed Job Type" isvaluerequired="false" userlist="Administration,Geosciences,Geostructural,all" autosubmit="false">Department = '[value]'</value> </values> </expression>
Jay, are you sure you are using a version that supports the autosubmit attribute? It was introduced in Version 3.1.8 - 2/5/2013.
Suely, Searching a related table is supported but it is not currently supported to select the related features in the map for the table that is searched. This enhancement is being looked at though.
Suely, Actually since I responded to your post I have released a newer version that supports selecting related features on the map from a table.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.