<?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: Filter a layer using a dynamic relative-value in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/filter-a-layer-using-a-dynamic-relative-value/m-p/1539868#M61555</link>
    <description>&lt;P&gt;:&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1237"&gt;@KimOllivier&lt;/a&gt; , you are right, Arcade is not available in map filters: that's way&amp;nbsp; I was wondering there could be a workaround via styles or labelling...&lt;/P&gt;</description>
    <pubDate>Wed, 18 Sep 2024 08:13:20 GMT</pubDate>
    <dc:creator>RobertoRossi</dc:creator>
    <dc:date>2024-09-18T08:13:20Z</dc:date>
    <item>
      <title>Filter a layer using a dynamic relative-value</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/filter-a-layer-using-a-dynamic-relative-value/m-p/1538991#M61504</link>
      <description>&lt;P&gt;In a map I’m using a dynamic layer (WFS) which updates daily, containing rain gauge data.&lt;/P&gt;&lt;P&gt;I would like to filter the layer (using the rain amount numeric filed) in order to show only the highest precipitation value feature. When I try to filter the layer using the numeric field I just find only absolute filter expressions:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RobertoRossi_0-1726502224414.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/115186i3F83CE855A7A3ABA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RobertoRossi_0-1726502224414.png" alt="RobertoRossi_0-1726502224414.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;which apply to a particular value.&lt;/P&gt;&lt;P&gt;Is there a workaround to filter by the greatest value (like Relative-date filters do)?&lt;/P&gt;&lt;P&gt;Roberto&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 16:03:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/filter-a-layer-using-a-dynamic-relative-value/m-p/1538991#M61504</guid>
      <dc:creator>RobertoRossi</dc:creator>
      <dc:date>2024-09-16T16:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Filter a layer using a dynamic relative-value</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/filter-a-layer-using-a-dynamic-relative-value/m-p/1539741#M61549</link>
      <description>&lt;P&gt;I appears that the field item is not recognised as numeric. I am also wrestling with WFS feeds being read only and intermittent. My idea is to copy the WFS feed to a real Feature Layer daily that you have full control over the schema and also filters. This is easy from Pro, but not ideal and not automated. So maybe a AGOL Notebook with a Task to refresh each night?&lt;/P&gt;&lt;P&gt;I found Arcade is disabled for WFS layers so that is not an option.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 22:20:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/filter-a-layer-using-a-dynamic-relative-value/m-p/1539741#M61549</guid>
      <dc:creator>KimOllivier</dc:creator>
      <dc:date>2024-09-17T22:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Filter a layer using a dynamic relative-value</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/filter-a-layer-using-a-dynamic-relative-value/m-p/1539745#M61550</link>
      <description>&lt;P&gt;Thank you &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1237"&gt;@KimOllivier&lt;/a&gt; , In one version of my Map I already designed a join from a Feature Layer from CSV to a Feature Layer using Data Pipelines: this is the Output Feature Layer: &lt;A href="https://arcg.is/eX1qO" target="_blank"&gt;https://arcg.is/eX1qO&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The problem is that it seem impossible to filter the layer using the maximum value of numeric field.&lt;/P&gt;&lt;P&gt;Maybe it is possible a workaround using Arcade configuring an expression in styles (or even labels), but I need some help with Arcade...&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 22:33:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/filter-a-layer-using-a-dynamic-relative-value/m-p/1539745#M61550</guid>
      <dc:creator>RobertoRossi</dc:creator>
      <dc:date>2024-09-17T22:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Filter a layer using a dynamic relative-value</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/filter-a-layer-using-a-dynamic-relative-value/m-p/1539785#M61553</link>
      <description>&lt;P&gt;"Not all Arcade functions are suitable for every profile. For example, profiles that execute expressions for all features in a layer (e.g. &lt;A href="https://developers.arcgis.com/arcade/profiles/visualization/" target="_blank" rel="noopener"&gt;visualization&lt;/A&gt; and &lt;A href="https://developers.arcgis.com/arcade/profiles/labeling/" target="_blank" rel="noopener"&gt;labeling&lt;/A&gt;) don't allow expressions to access data via &lt;A href="https://developers.arcgis.com/arcade/guide/featuresets/#exclusive-profiles" target="_blank" rel="noopener"&gt;FeatureSet functions&lt;/A&gt;."&lt;/P&gt;&lt;P&gt;I don't think you are allowed to use Arcade in a map filter because of the overhead implied. You will have to process the highest value earlier before the data is in a MapView.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 01:56:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/filter-a-layer-using-a-dynamic-relative-value/m-p/1539785#M61553</guid>
      <dc:creator>KimOllivier</dc:creator>
      <dc:date>2024-09-18T01:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Filter a layer using a dynamic relative-value</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/filter-a-layer-using-a-dynamic-relative-value/m-p/1539868#M61555</link>
      <description>&lt;P&gt;:&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1237"&gt;@KimOllivier&lt;/a&gt; , you are right, Arcade is not available in map filters: that's way&amp;nbsp; I was wondering there could be a workaround via styles or labelling...&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 08:13:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/filter-a-layer-using-a-dynamic-relative-value/m-p/1539868#M61555</guid>
      <dc:creator>RobertoRossi</dc:creator>
      <dc:date>2024-09-18T08:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Filter a layer using a dynamic relative-value</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/filter-a-layer-using-a-dynamic-relative-value/m-p/1540209#M61563</link>
      <description>&lt;P&gt;The only way I have done this is by using the Python API and Pandas to find the maximum value and then update a field&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 23:56:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/filter-a-layer-using-a-dynamic-relative-value/m-p/1540209#M61563</guid>
      <dc:creator>KimOllivier</dc:creator>
      <dc:date>2024-09-18T23:56:49Z</dc:date>
    </item>
  </channel>
</rss>

