<?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: Expressions in ArcGIS Arcade have the same function as Indirect Expressions in excel in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/expressions-in-arcgis-arcade-have-the-same/m-p/1110146#M47036</link>
    <description>&lt;LI-CODE lang="javascript"&gt;// SortField: Field to sort the feature set by, e.g. ObjectID

var sort_val = $feature.SortField
var fs = FeatureSetByName($datastore,"YourFeatureset", ["SortField", "ValueField"])
fs = Filter(fs, "SortField &amp;lt; @sort_val")
if(Count(fs) == 0) {
    return $feature.ValueField
}
return First(OrderBy(fs, "SortField DESC")).ValueField&lt;/LI-CODE&gt;</description>
    <pubDate>Fri, 22 Oct 2021 08:17:26 GMT</pubDate>
    <dc:creator>JohannesLindner</dc:creator>
    <dc:date>2021-10-22T08:17:26Z</dc:date>
    <item>
      <title>Expressions in ArcGIS Arcade have the same function as Indirect Expressions in excel</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/expressions-in-arcgis-arcade-have-the-same/m-p/1110092#M47029</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;What expressions in ArcGIS Arcade have the same function as Indirect Expressions in excel?&lt;/P&gt;&lt;P&gt;Please see the illustration below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Capture143.JPG" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/25842iB5F619F28B442AE3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture143.JPG" alt="Capture143.JPG" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Capture143.JPG&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 04:03:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/expressions-in-arcgis-arcade-have-the-same/m-p/1110092#M47029</guid>
      <dc:creator>bhariadi</dc:creator>
      <dc:date>2021-10-22T04:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions in ArcGIS Arcade have the same function as Indirect Expressions in excel</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/expressions-in-arcgis-arcade-have-the-same/m-p/1110146#M47036</link>
      <description>&lt;LI-CODE lang="javascript"&gt;// SortField: Field to sort the feature set by, e.g. ObjectID

var sort_val = $feature.SortField
var fs = FeatureSetByName($datastore,"YourFeatureset", ["SortField", "ValueField"])
fs = Filter(fs, "SortField &amp;lt; @sort_val")
if(Count(fs) == 0) {
    return $feature.ValueField
}
return First(OrderBy(fs, "SortField DESC")).ValueField&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 22 Oct 2021 08:17:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/expressions-in-arcgis-arcade-have-the-same/m-p/1110146#M47036</guid>
      <dc:creator>JohannesLindner</dc:creator>
      <dc:date>2021-10-22T08:17:26Z</dc:date>
    </item>
  </channel>
</rss>

