<?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 Search Widget Question - Multiple Feature Selection in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-question-multiple-feature-selection/m-p/660052#M19489</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am working on a project where I would like to have the search return multiple features based on the first 5 digits of a 12 digit string.&amp;nbsp; I suppose my first question is whether this is possible or not.&amp;nbsp; It is not feasible for me to use the Query and Filter function due to the number of records involved.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried several expressions in the Search Widget in hopes of making this happen, but I am unable to produce any results.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If the 12 digit string is '123456789000' I would like the search widget to return all records beginning with '12345'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The expression that I would normally use would be - Left([value],5)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As always, any and all help is sincerely appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Aug 2013 16:37:23 GMT</pubDate>
    <dc:creator>GavinMayeda</dc:creator>
    <dc:date>2013-08-26T16:37:23Z</dc:date>
    <item>
      <title>Search Widget Question - Multiple Feature Selection</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-question-multiple-feature-selection/m-p/660052#M19489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am working on a project where I would like to have the search return multiple features based on the first 5 digits of a 12 digit string.&amp;nbsp; I suppose my first question is whether this is possible or not.&amp;nbsp; It is not feasible for me to use the Query and Filter function due to the number of records involved.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried several expressions in the Search Widget in hopes of making this happen, but I am unable to produce any results.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If the 12 digit string is '123456789000' I would like the search widget to return all records beginning with '12345'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The expression that I would normally use would be - Left([value],5)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As always, any and all help is sincerely appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 16:37:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-question-multiple-feature-selection/m-p/660052#M19489</guid>
      <dc:creator>GavinMayeda</dc:creator>
      <dc:date>2013-08-26T16:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget Question - Multiple Feature Selection</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-question-multiple-feature-selection/m-p/660053#M19490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Gavin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; This is a basic SQL query that you are attempting and the expression would like very similar to what you would use in ArcMap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;yourfieldname LIKE '[value]%'&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 17:47:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-question-multiple-feature-selection/m-p/660053#M19490</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-08-26T17:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget Question - Multiple Feature Selection</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-question-multiple-feature-selection/m-p/660054#M19491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That is what I'm looking for, but how do I get it to cull the results based on the first 5 digits of a given 12 digit string?&amp;nbsp; The end user will be providing 12 digits, but I need the results based on purely the first 5 of the 12.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 18:47:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-question-multiple-feature-selection/m-p/660054#M19491</guid>
      <dc:creator>GavinMayeda</dc:creator>
      <dc:date>2013-08-26T18:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget Question - Multiple Feature Selection</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-question-multiple-feature-selection/m-p/660055#M19492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Gavin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; For that you would have to modify code and do a substring function in flex code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 19:13:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-question-multiple-feature-selection/m-p/660055#M19492</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-08-26T19:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget Question - Multiple Feature Selection</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-question-multiple-feature-selection/m-p/660056#M19493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not being a programmer, this is beyond my skillset.&amp;nbsp; If I am understanding you correctly, in order to have a search or query that will have multiple parameters I will need to add/change code in the Flex Viewer itself?&amp;nbsp; I do have a programmer that works in my department, but she is unfamiliar with the ESRI products.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I suppose a secondary question, would be if the EWidgets have a search/query widget that can handle multiple parameters.&amp;nbsp; At this point, the feedback that I am receiving from staff is that there would be approximately 4 to 6 parameters based on fields within the data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you again for the help and guidance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 16:00:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-question-multiple-feature-selection/m-p/660056#M19493</guid>
      <dc:creator>GavinMayeda</dc:creator>
      <dc:date>2013-08-29T16:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget Question - Multiple Feature Selection</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-question-multiple-feature-selection/m-p/660057#M19494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Gavin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; To search for just a portion of what the user entered like we have been discussing in the thread... That would require changing the code in the searchWidget.mxml. As far as searching multiple fields that is supported by the eSearch widget with not coding required.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 16:35:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-question-multiple-feature-selection/m-p/660057#M19494</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-08-29T16:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget Question - Multiple Feature Selection</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-question-multiple-feature-selection/m-p/660058#M19495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, Thanks Robert.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry about the other items, too much going on today and not enough coffee.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 16:54:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-question-multiple-feature-selection/m-p/660058#M19495</guid>
      <dc:creator>GavinMayeda</dc:creator>
      <dc:date>2013-08-29T16:54:25Z</dc:date>
    </item>
  </channel>
</rss>

