<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic eSearch widget and relates in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-widget-and-relates/m-p/191771#M5970</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry if this is a stupid question but I searched and read many things and simply can't find an answer on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that I can view related tables in eSearch widget, but can I search data within the related tables (relationship class in this case) and therefore select the related feature based on that search using this widget?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 May 2015 15:54:46 GMT</pubDate>
    <dc:creator>EricGardecki</dc:creator>
    <dc:date>2015-05-14T15:54:46Z</dc:date>
    <item>
      <title>eSearch widget and relates</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-widget-and-relates/m-p/191771#M5970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry if this is a stupid question but I searched and read many things and simply can't find an answer on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that I can view related tables in eSearch widget, but can I search data within the related tables (relationship class in this case) and therefore select the related feature based on that search using this widget?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 15:54:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-widget-and-relates/m-p/191771#M5970</guid>
      <dc:creator>EricGardecki</dc:creator>
      <dc:date>2015-05-14T15:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch widget and relates</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-widget-and-relates/m-p/191772#M5971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You can add the related data (likely a table) as a table in eSearch and then search the table layer and the related data (likely the feature layer) will be zoomed to and selected when using the relates in reverse. Hope that male sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 16:03:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-widget-and-relates/m-p/191772#M5971</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-05-14T16:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch widget and relates</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-widget-and-relates/m-p/191773#M5972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That does make sense.&amp;nbsp; I'll test that out and see if it does what I'm trying to do.&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 16:21:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-widget-and-relates/m-p/191773#M5972</guid>
      <dc:creator>EricGardecki</dc:creator>
      <dc:date>2015-05-14T16:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch widget and relates</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-widget-and-relates/m-p/191774#M5973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well I didn't want to have to ask but I've now spent all afternoon on this and can't even see what you suggested in action because I can't seem to get any results searching on dates.&amp;nbsp; I apparently just don't have the format right but I don't know what else to try anymore.&amp;nbsp; Can you tell me how to search on dates?&amp;nbsp; I'm using SQL geodatabase and the field is the auto-created editor tracking field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I have currently but have tried tons of things.&amp;nbsp; I get no errors, just no results.&amp;nbsp; And I verified that there are some entries in the table to find.&amp;nbsp; I tried YYYY/MM/DD and appending 00:00:00.&amp;nbsp; Frustrated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;values&amp;gt;
&amp;nbsp; &amp;lt;value prompt="From Date (MM/DD/YYYY)"&amp;gt;created_date &amp;amp;gt;= '[value]'&amp;lt;/value&amp;gt;
&amp;nbsp; &amp;lt;value prompt="To Date (MM/DD/YYYY)" operator="AND"&amp;gt;created_date &amp;amp;lt;= '[value]'&amp;lt;/value&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/values&amp;gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suggestions? thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:38:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-widget-and-relates/m-p/191774#M5973</guid>
      <dc:creator>EricGardecki</dc:creator>
      <dc:date>2021-12-11T09:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch widget and relates</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-widget-and-relates/m-p/191775#M5974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; What is the underlying DB for your Geodatabase (SQL Server, fgdb, Ocacle,etc)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 21:01:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-widget-and-relates/m-p/191775#M5974</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-05-14T21:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch widget and relates</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-widget-and-relates/m-p/191776#M5975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SQL Server&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 22:19:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-widget-and-relates/m-p/191776#M5975</guid>
      <dc:creator>EricGardecki</dc:creator>
      <dc:date>2015-05-14T22:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch widget and relates</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-widget-and-relates/m-p/191777#M5976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;values&amp;gt;
&amp;nbsp; &amp;lt;value prompt="From Date (MM/DD/YYYY)"&amp;gt;BETWEEN created_date '[value] 00:00:00'&amp;lt;/value&amp;gt;
&amp;nbsp; &amp;lt;value prompt="To Date (MM/DD/YYYY)" operator="AND"&amp;gt;'[value] 23:59:59'&amp;lt;/value&amp;gt;
&amp;lt;/values&amp;gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that does not work use this one:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;values&amp;gt;
&amp;nbsp; &amp;lt;value prompt="From Date (MM/DD/YYYY)"&amp;gt;created_date &amp;amp;gt;= '[value] 00:00:00'&amp;lt;/value&amp;gt;
&amp;nbsp; &amp;lt;value prompt="To Date (MM/DD/YYYY)" operator="AND"&amp;gt;created_date &amp;amp;lt;= '[value] 23:59:59'&amp;lt;/value&amp;gt;
&amp;lt;/values&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:38:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-widget-and-relates/m-p/191777#M5976</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T09:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch widget and relates</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-widget-and-relates/m-p/191778#M5977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using between worked!&amp;nbsp; But it should be "created_date BETWEEN" not the other way around apparently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still have to set up relates yet but I'm a step closer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 13:17:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-widget-and-relates/m-p/191778#M5977</guid>
      <dc:creator>EricGardecki</dc:creator>
      <dc:date>2015-05-15T13:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch widget and relates</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-widget-and-relates/m-p/191779#M5978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe I have everything set up.&amp;nbsp; I have eSearch searching a table that is related to a feature class.&amp;nbsp; It brings back a list and there is an icon for seeing the related record for each record that was found with the search.&amp;nbsp; Clicking the icon shows the related record and is then zoomed to.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I need to select ALL of the related features to everything in the search results so I can display them at once and have them in the datagrid.&amp;nbsp; One at a time doesn't help.&amp;nbsp; Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 13:40:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-widget-and-relates/m-p/191779#M5978</guid>
      <dc:creator>EricGardecki</dc:creator>
      <dc:date>2015-05-15T13:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch widget and relates</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-widget-and-relates/m-p/191780#M5979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; No that is not an option that I am aware of.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 13:42:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-widget-and-relates/m-p/191780#M5979</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-05-15T13:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch widget and relates</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-widget-and-relates/m-p/191781#M5980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you know of any other way I can accomplish this through the flex viewer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search on data in related table and select all of the features that had hits in the search result?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe relates isn't even the answer for my issue...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;I have a catch basin point feature class.&amp;nbsp; They will be inspected and I want to keep track of all of the inspections so I created a table for just the inspections and a one to many relationship class tying it to the feature class.&amp;nbsp; I want to be able to go in and get a map of say all of the catch basins that were inspected in 2014 or answer the question, which catch basins weren't inspected yet.&amp;nbsp; I thought this (relationship class to table) was the answer but if I can't pull out the info as described it won't work.&amp;nbsp; I can make it work in ArcMap but I want others to be able to do this through our flex app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice on how to best accomplish this?&amp;nbsp; I considered archiving (and no relates) but it's clunky to work with and still requires ArcMap.&amp;nbsp; Can the Query Widget or Attributes Table Widget help with this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 13:56:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-widget-and-relates/m-p/191781#M5980</guid>
      <dc:creator>EricGardecki</dc:creator>
      <dc:date>2015-05-15T13:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch widget and relates</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-widget-and-relates/m-p/1096688#M22866</link>
      <description>&lt;DIV class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;Using Flex Viewer eSearch Widget 3.7&lt;/P&gt;&lt;P&gt;Want to add calendar on date filed instead of text value to be entered.&lt;/P&gt;&lt;P&gt;Please provide guidance.Screenshot is attached&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Sep 2021 11:03:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-widget-and-relates/m-p/1096688#M22866</guid>
      <dc:creator>TasadduqHussain</dc:creator>
      <dc:date>2021-09-09T11:03:28Z</dc:date>
    </item>
  </channel>
</rss>

