<?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 Arcade Expression to dynamically symbolize based on the lowest value across all features in ArcGIS Field Maps Questions</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-to-dynamically-symbolize-based/m-p/1201628#M4268</link>
    <description>&lt;P&gt;I have a point feature that has an integer field called 'Sequence'. I'd like dynamically symbolize the point so that it always highlights the lowest value in the sequence.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can do something like this within the popup, but featuresets are not available in symbology. Is there another way to accomplish this without using a featureset?&lt;/P&gt;&lt;P&gt;var fs = FeatureSetByName($map, "Next Hydrant"), Sequence;&lt;BR /&gt;return first(fs).Sequence&lt;/P&gt;</description>
    <pubDate>Thu, 11 Aug 2022 12:50:31 GMT</pubDate>
    <dc:creator>AustinCanty1</dc:creator>
    <dc:date>2022-08-11T12:50:31Z</dc:date>
    <item>
      <title>Arcade Expression to dynamically symbolize based on the lowest value across all features</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-to-dynamically-symbolize-based/m-p/1201628#M4268</link>
      <description>&lt;P&gt;I have a point feature that has an integer field called 'Sequence'. I'd like dynamically symbolize the point so that it always highlights the lowest value in the sequence.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can do something like this within the popup, but featuresets are not available in symbology. Is there another way to accomplish this without using a featureset?&lt;/P&gt;&lt;P&gt;var fs = FeatureSetByName($map, "Next Hydrant"), Sequence;&lt;BR /&gt;return first(fs).Sequence&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 12:50:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-to-dynamically-symbolize-based/m-p/1201628#M4268</guid>
      <dc:creator>AustinCanty1</dc:creator>
      <dc:date>2022-08-11T12:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression to dynamically symbolize based on the lowest value across all features</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-to-dynamically-symbolize-based/m-p/1201769#M4270</link>
      <description>&lt;P&gt;You could use Graduated Colors, but that wouldn't be dynamic.&lt;/P&gt;&lt;P&gt;You could probably rig something up with a calculation attribute rule. Add an integer field. When you insert/delete a feature or when you update the Sequence field, get the minimum Sequence value of the featureset, then update the new field of all features to 0 or 1, depending on whether their Sequence is the lowest. Symbolize with Unique Values on the new field.&lt;/P&gt;&lt;P&gt;It might be easier to just add the layer to the map a second time and set its definition query:&lt;/P&gt;&lt;LI-CODE lang="sql"&gt;Sequence IN (Select MIN(Sequence) AS SmallestSequence FROM DatabaseName.DataOwner.TableName)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will only show the feature(s) with the smallest Sequence value. Then you can use that layer to highlight these features:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JohannesLindner_0-1660201211437.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/48391i1277929BBDA77E75/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JohannesLindner_0-1660201211437.png" alt="JohannesLindner_0-1660201211437.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 07:01:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-to-dynamically-symbolize-based/m-p/1201769#M4270</guid>
      <dc:creator>JohannesLindner</dc:creator>
      <dc:date>2022-08-11T07:01:18Z</dc:date>
    </item>
  </channel>
</rss>

