<?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 Selection Manager missing &amp;quot;Select from current selection&amp;quot; in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/selection-manager-missing-quot-select-from-current/m-p/826033#M7861</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm experiencing an issue in WAB about Selection Manager class:&lt;/P&gt;&lt;P&gt;I need to set the tool so that it can make a selection among &lt;STRONG&gt;already selected&lt;/STRONG&gt;&amp;nbsp;features;&lt;/P&gt;&lt;P&gt;just like ArcMap (ArcGIS Desktop) does with its tool (see figure below)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" height="231" src="https://community.esri.com/legacyfs/online/447968_Immagine.png" width="424" /&gt;&lt;/P&gt;&lt;P&gt;I'm not able to find the correct option&amp;nbsp;neither among Selection Class nor among ArcGIS API JS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/447969_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;Selection manager class has:&lt;/P&gt;&lt;P&gt;setFeaturesToSelection,&amp;nbsp;addFeaturesToSelection,&amp;nbsp;removeFeaturesFromSelection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 May 2019 11:54:03 GMT</pubDate>
    <dc:creator>GianniContino</dc:creator>
    <dc:date>2019-05-20T11:54:03Z</dc:date>
    <item>
      <title>Selection Manager missing "Select from current selection"</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/selection-manager-missing-quot-select-from-current/m-p/826033#M7861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm experiencing an issue in WAB about Selection Manager class:&lt;/P&gt;&lt;P&gt;I need to set the tool so that it can make a selection among &lt;STRONG&gt;already selected&lt;/STRONG&gt;&amp;nbsp;features;&lt;/P&gt;&lt;P&gt;just like ArcMap (ArcGIS Desktop) does with its tool (see figure below)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" height="231" src="https://community.esri.com/legacyfs/online/447968_Immagine.png" width="424" /&gt;&lt;/P&gt;&lt;P&gt;I'm not able to find the correct option&amp;nbsp;neither among Selection Class nor among ArcGIS API JS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/447969_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;Selection manager class has:&lt;/P&gt;&lt;P&gt;setFeaturesToSelection,&amp;nbsp;addFeaturesToSelection,&amp;nbsp;removeFeaturesFromSelection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2019 11:54:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/selection-manager-missing-quot-select-from-current/m-p/826033#M7861</guid>
      <dc:creator>GianniContino</dc:creator>
      <dc:date>2019-05-20T11:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Manager missing "Select from current selection"</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/selection-manager-missing-quot-select-from-current/m-p/826034#M7862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The JS API does not have any option for this. The best thing you can do is get an array of Object Ids and then set the Queries &lt;A href="https://developers.arcgis.com/javascript/3/jsapi/query-amd.html#objectids"&gt;ObjectIds&lt;/A&gt; array and then do your query where clause or Geometry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2019 12:40:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/selection-manager-missing-quot-select-from-current/m-p/826034#M7862</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-05-20T12:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Manager missing "Select from current selection"</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/selection-manager-missing-quot-select-from-current/m-p/826035#M7863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, it seems a good solution.&lt;/P&gt;&lt;P&gt;Thanx, Robert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2019 13:30:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/selection-manager-missing-quot-select-from-current/m-p/826035#M7863</guid>
      <dc:creator>GianniContino</dc:creator>
      <dc:date>2019-05-20T13:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Manager missing "Select from current selection"</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/selection-manager-missing-quot-select-from-current/m-p/826036#M7864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't forget to mark this question as answered by clicking on the "Mark Correct" link on the reply that answered your question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2019 14:12:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/selection-manager-missing-quot-select-from-current/m-p/826036#M7864</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-05-20T14:12:30Z</dc:date>
    </item>
  </channel>
</rss>

