<?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: Attachment Viewer: Ability to filter features that don't have attachments in ArcGIS Instant Apps Questions</title>
    <link>https://community.esri.com/t5/arcgis-instant-apps-questions/attachment-viewer-ability-to-filter-features-that/m-p/1338496#M2088</link>
    <description>&lt;P&gt;Thanks Sarah&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/242660"&gt;@SarahMcDonald_Esri&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/530174"&gt;@ChrisH2&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In recent updates of Attachment Viewer there is a setting that will filter out features that don't have attachments.&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I assume that this is in AGOL and not the Enterprise environment as I can't see this setting (in 10.9)?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;P&gt;However, this article documents&amp;nbsp; a way that you can use arcade to filter features&amp;nbsp; without attachments from displaying in the app:&amp;nbsp;&lt;A href="https://support.esri.com/en-us/knowledge-base/how-to-display-only-features-with-attachments-in-attach-000026475" target="_blank" rel="noopener"&gt;https://support.esri.com/en-us/knowledge-base/how-to-display-only-features-with-attachments-in-attach-000026475&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I've read through the article and my understanding (or assumption) is that this is a manual calculation and when new records are added, the calculation needs to be re-run to set the values in the new field? If it's a hands-off setting that automatically updates the new field when new records are added then that'll solve our problem. I'll do some testing, but any confirmation of the above would be great &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/242660"&gt;@SarahMcDonald_Esri&lt;/a&gt;&amp;nbsp;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
    <pubDate>Tue, 17 Oct 2023 04:32:57 GMT</pubDate>
    <dc:creator>ChrisH2</dc:creator>
    <dc:date>2023-10-17T04:32:57Z</dc:date>
    <item>
      <title>Attachment Viewer: Ability to filter features that don't have attachments</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/attachment-viewer-ability-to-filter-features-that/m-p/1337169#M2056</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We're using the Attachment Viewer app in ArcGIS Enterprise10.9 and are seeking to understand what methods are possible to filter the hosted featureservice so that only features with photos/attachments are displayed, OR keep all features but filter the gallery so that we don't see all of the placemarkers where there isn't&amp;nbsp;an attachment.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I was hoping that the attachments field could be used in the source web map and filters could be applied in that environment, but that's not the case.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've seen some AGOL focused&amp;nbsp; documentation around using Arcade to manually create a new field and update those values based on where an attachment exists or not, but I'm after dynamic&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 04:40:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/attachment-viewer-ability-to-filter-features-that/m-p/1337169#M2056</guid>
      <dc:creator>ChrisH2</dc:creator>
      <dc:date>2023-10-12T04:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Attachment Viewer: Ability to filter features that don't have attachments</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/attachment-viewer-ability-to-filter-features-that/m-p/1337195#M2057</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;SPAN&gt;I've seen some AGOL focused&amp;nbsp; documentation around using Arcade to manually create a new field and update those values based on where an attachment exists or not, but I'm after dynamic&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Maybe you could do the same thing with a Python script on a schedule?&amp;nbsp; It's not dynamic but it's "hands-free".&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 09:47:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/attachment-viewer-ability-to-filter-features-that/m-p/1337195#M2057</guid>
      <dc:creator>MobiusSnake</dc:creator>
      <dc:date>2023-10-12T09:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Attachment Viewer: Ability to filter features that don't have attachments</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/attachment-viewer-ability-to-filter-features-that/m-p/1337964#M2084</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/530174"&gt;@ChrisH2&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In recent updates of Attachment Viewer there is a setting that will filter out features that don't have attachments.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, this article documents&amp;nbsp; a way that you can use arcade to filter features&amp;nbsp; without attachments from displaying in the app:&amp;nbsp;&lt;A href="https://support.esri.com/en-us/knowledge-base/how-to-display-only-features-with-attachments-in-attach-000026475" target="_blank"&gt;https://support.esri.com/en-us/knowledge-base/how-to-display-only-features-with-attachments-in-attach-000026475&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Sarah&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 22:26:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/attachment-viewer-ability-to-filter-features-that/m-p/1337964#M2084</guid>
      <dc:creator>SarahMcDonald_Esri</dc:creator>
      <dc:date>2023-10-13T22:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Attachment Viewer: Ability to filter features that don't have attachments</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/attachment-viewer-ability-to-filter-features-that/m-p/1338496#M2088</link>
      <description>&lt;P&gt;Thanks Sarah&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/242660"&gt;@SarahMcDonald_Esri&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/530174"&gt;@ChrisH2&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In recent updates of Attachment Viewer there is a setting that will filter out features that don't have attachments.&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I assume that this is in AGOL and not the Enterprise environment as I can't see this setting (in 10.9)?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;P&gt;However, this article documents&amp;nbsp; a way that you can use arcade to filter features&amp;nbsp; without attachments from displaying in the app:&amp;nbsp;&lt;A href="https://support.esri.com/en-us/knowledge-base/how-to-display-only-features-with-attachments-in-attach-000026475" target="_blank" rel="noopener"&gt;https://support.esri.com/en-us/knowledge-base/how-to-display-only-features-with-attachments-in-attach-000026475&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I've read through the article and my understanding (or assumption) is that this is a manual calculation and when new records are added, the calculation needs to be re-run to set the values in the new field? If it's a hands-off setting that automatically updates the new field when new records are added then that'll solve our problem. I'll do some testing, but any confirmation of the above would be great &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/242660"&gt;@SarahMcDonald_Esri&lt;/a&gt;&amp;nbsp;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 04:32:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/attachment-viewer-ability-to-filter-features-that/m-p/1338496#M2088</guid>
      <dc:creator>ChrisH2</dc:creator>
      <dc:date>2023-10-17T04:32:57Z</dc:date>
    </item>
  </channel>
</rss>

