<?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 Re: Selecting features not having attachments from a hosted feature layer in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/selecting-features-not-having-attachments-from-a/m-p/342907#M17141</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There isn't an automated way to do this currently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could query each item to see if there are any attachment infos and input a flag to easily filter this information in an application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out this sample that &lt;A href="https://community.esri.com/migrated-users/8586"&gt;Jake Skinner&lt;/A&gt;‌ wrote which may have the starting logic that you need&amp;nbsp;&lt;A href="https://community.esri.com/docs/DOC-7445"&gt;Show Attachments in Web Map Popup&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REST API Calls:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/rest/services-reference/attachment-infos-feature-service-.htm" title="https://developers.arcgis.com/rest/services-reference/attachment-infos-feature-service-.htm"&gt;Attachment Infos (Feature Service)—ArcGIS REST API: Services Directory | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/rest/services-reference/update-features.htm" title="https://developers.arcgis.com/rest/services-reference/update-features.htm"&gt;Update Features—ArcGIS REST API: Services Directory | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I'd suggest submitting an Idea on &lt;A href="https://community.esri.com/community/arcgis-ideas?sr=search&amp;amp;searchId=816c862a-1aea-4488-bb74-37015671a4d7&amp;amp;searchIndex=0"&gt;https://community.esri.com/community/arcgis-ideas?sr=search&amp;amp;searchId=816c862a-1aea-4488-bb74-37015671a4d7&amp;amp;searchIndex=0&lt;/A&gt;‌ .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kelly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Feb 2018 00:51:43 GMT</pubDate>
    <dc:creator>KellyGerrow</dc:creator>
    <dc:date>2018-02-21T00:51:43Z</dc:date>
    <item>
      <title>Selecting features not having attachments from a hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/selecting-features-not-having-attachments-from-a/m-p/342906#M17140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a hosted feature layer enabled for attachments. I would like to QA the dataset in ArcGIS Pro to check for features not having attachments. I understand you can use an SQL clause in Pro something like:&amp;nbsp;GLOBALID NOT IN (SELECT REL_GLOBALID FROM MYTABLE__ATTACH), but I can't see the ATTACH table in a hosted feature class.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2018 22:09:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/selecting-features-not-having-attachments-from-a/m-p/342906#M17140</guid>
      <dc:creator>DavidLitke</dc:creator>
      <dc:date>2018-02-19T22:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting features not having attachments from a hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/selecting-features-not-having-attachments-from-a/m-p/342907#M17141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There isn't an automated way to do this currently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could query each item to see if there are any attachment infos and input a flag to easily filter this information in an application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out this sample that &lt;A href="https://community.esri.com/migrated-users/8586"&gt;Jake Skinner&lt;/A&gt;‌ wrote which may have the starting logic that you need&amp;nbsp;&lt;A href="https://community.esri.com/docs/DOC-7445"&gt;Show Attachments in Web Map Popup&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REST API Calls:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/rest/services-reference/attachment-infos-feature-service-.htm" title="https://developers.arcgis.com/rest/services-reference/attachment-infos-feature-service-.htm"&gt;Attachment Infos (Feature Service)—ArcGIS REST API: Services Directory | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/rest/services-reference/update-features.htm" title="https://developers.arcgis.com/rest/services-reference/update-features.htm"&gt;Update Features—ArcGIS REST API: Services Directory | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I'd suggest submitting an Idea on &lt;A href="https://community.esri.com/community/arcgis-ideas?sr=search&amp;amp;searchId=816c862a-1aea-4488-bb74-37015671a4d7&amp;amp;searchIndex=0"&gt;https://community.esri.com/community/arcgis-ideas?sr=search&amp;amp;searchId=816c862a-1aea-4488-bb74-37015671a4d7&amp;amp;searchIndex=0&lt;/A&gt;‌ .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kelly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 00:51:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/selecting-features-not-having-attachments-from-a/m-p/342907#M17141</guid>
      <dc:creator>KellyGerrow</dc:creator>
      <dc:date>2018-02-21T00:51:43Z</dc:date>
    </item>
  </channel>
</rss>

