<?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: Working offline filter map using Arcade expression in ArcGIS Field Maps Questions</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-questions/working-offline-filter-map-using-arcade-expression/m-p/1313555#M6665</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/89669"&gt;@OliverIshmael&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Date filters are planned for a future release for Field Maps. However, you would be able to change the symbology today and the script you've authored should work offline - have you tried your script, are you getting errors when trying to use it offline?&lt;/P&gt;&lt;P&gt;You can Arcade to change the symbology in the Map Viewer by selecting Styles and then selecting Expression:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SarahSaintRuth_0-1690803777527.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76818i6396922CF6CD5F81/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SarahSaintRuth_0-1690803777527.png" alt="SarahSaintRuth_0-1690803777527.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 31 Jul 2023 11:43:38 GMT</pubDate>
    <dc:creator>SarahSaint-Ruth</dc:creator>
    <dc:date>2023-07-31T11:43:38Z</dc:date>
    <item>
      <title>Working offline filter map using Arcade expression</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/working-offline-filter-map-using-arcade-expression/m-p/1313014#M6647</link>
      <description>&lt;P&gt;I have mapped features with a survey date and a resurvey frequency and i would like to filter the map to show those features which are overdue a resurvey. I believe this would require an Arcade expression like this:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;IIf(DateDiff(now(), $feature.InspectionDate, 'days') &amp;lt; $feature["Inspection_Frequency"], "Recently Inspected", "Inspection Overdue")&lt;/LI-CODE&gt;&lt;P&gt;Can this be implemented in Field Maps to work offline?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 11:11:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/working-offline-filter-map-using-arcade-expression/m-p/1313014#M6647</guid>
      <dc:creator>OliverIshmael</dc:creator>
      <dc:date>2023-07-28T11:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Working offline filter map using Arcade expression</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/working-offline-filter-map-using-arcade-expression/m-p/1313081#M6650</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/89669"&gt;@OliverIshmael&lt;/a&gt;&amp;nbsp;are you wanting to apply a layer filter or change the symbology based on whether they are overdue?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 14:16:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/working-offline-filter-map-using-arcade-expression/m-p/1313081#M6650</guid>
      <dc:creator>SarahSaint-Ruth</dc:creator>
      <dc:date>2023-07-28T14:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Working offline filter map using Arcade expression</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/working-offline-filter-map-using-arcade-expression/m-p/1313346#M6659</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/573708"&gt;@SarahSaint-Ruth&lt;/a&gt;&amp;nbsp;either option would work.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jul 2023 11:43:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/working-offline-filter-map-using-arcade-expression/m-p/1313346#M6659</guid>
      <dc:creator>OliverIshmael</dc:creator>
      <dc:date>2023-07-29T11:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Working offline filter map using Arcade expression</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/working-offline-filter-map-using-arcade-expression/m-p/1313555#M6665</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/89669"&gt;@OliverIshmael&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Date filters are planned for a future release for Field Maps. However, you would be able to change the symbology today and the script you've authored should work offline - have you tried your script, are you getting errors when trying to use it offline?&lt;/P&gt;&lt;P&gt;You can Arcade to change the symbology in the Map Viewer by selecting Styles and then selecting Expression:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SarahSaintRuth_0-1690803777527.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76818i6396922CF6CD5F81/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SarahSaintRuth_0-1690803777527.png" alt="SarahSaintRuth_0-1690803777527.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 11:43:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/working-offline-filter-map-using-arcade-expression/m-p/1313555#M6665</guid>
      <dc:creator>SarahSaint-Ruth</dc:creator>
      <dc:date>2023-07-31T11:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Working offline filter map using Arcade expression</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/working-offline-filter-map-using-arcade-expression/m-p/1313982#M6671</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/573708"&gt;@SarahSaint-Ruth&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;The problem i have with the Arcade code above is that:&lt;/P&gt;&lt;P&gt;$feature.InspectionDate is an attribute in a related table called Inspect the Asset, while $feature.Inspection_Frequency is an attribute in the Rec Map Assets layer&lt;/P&gt;&lt;P&gt;How should the Arcade code be rewritten to account for this?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 11:27:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/working-offline-filter-map-using-arcade-expression/m-p/1313982#M6671</guid>
      <dc:creator>OliverIshmael</dc:creator>
      <dc:date>2023-08-01T11:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Working offline filter map using Arcade expression</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/working-offline-filter-map-using-arcade-expression/m-p/1314018#M6672</link>
      <description>&lt;P&gt;Ah ok - sorry to be the bearer of bad news but this won't work as imagined. &amp;nbsp;You can’t symbolize data directly from your related tables. However, you can use Arcade to process your related data that you wish to use in your symbology. There is a great blog article by &lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/visualizing-data-from-related-records-using-arcade/" target="_blank"&gt;Kristian Ekenes&lt;/A&gt; with more information on why this is the case and how to implement alternative workflows. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 13:00:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/working-offline-filter-map-using-arcade-expression/m-p/1314018#M6672</guid>
      <dc:creator>SarahSaint-Ruth</dc:creator>
      <dc:date>2023-08-01T13:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Working offline filter map using Arcade expression</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/working-offline-filter-map-using-arcade-expression/m-p/1391147#M8060</link>
      <description>&lt;P&gt;You could add a field to the asset layer that holds the value from the date in the inspection related layer then use an attribute rule to populate the asset lvInspectedDate field every time an inspection is added.&lt;BR /&gt;&lt;BR /&gt;The asset will then always hold the last inspected date value which you can then use for symbology purposes.&lt;BR /&gt;&lt;BR /&gt;This does work offline, however the symbology doesn't update until a sync has succeeded as the rules are applied on the server side.&lt;BR /&gt;&lt;BR /&gt;Well, this is the case for ArcGIS Enterprise using an enterprise geodatabase as a referenced datastore anyway, I have not tried offline with an AGOL hosted feature service. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 15:29:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/working-offline-filter-map-using-arcade-expression/m-p/1391147#M8060</guid>
      <dc:creator>ShaunGibbins</dc:creator>
      <dc:date>2024-03-05T15:29:20Z</dc:date>
    </item>
  </channel>
</rss>

