<?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: Calculating a field using Orderby in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/calculating-a-field-using-orderby/m-p/1514726#M86423</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/820078"&gt;@vsogekr9&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Ah legend, it works! I'm not too sure why though, still very new to SQL. Could you explain what left outer and join does?&lt;/P&gt;&lt;P&gt;And ya the 'Likes has no default value' is weird. I think it could be because the column heading isn't the name of the column or something like that but not too sure&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://omegle.onl/" target="_blank" rel="noopener"&gt;https://omegle.onl/&lt;/A&gt;&lt;/SPAN&gt; .&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I got this,...&lt;/P&gt;</description>
    <pubDate>Sun, 04 Aug 2024 23:02:34 GMT</pubDate>
    <dc:creator>vsogekr9</dc:creator>
    <dc:date>2024-08-04T23:02:34Z</dc:date>
    <item>
      <title>Calculating a field using Orderby</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/calculating-a-field-using-orderby/m-p/1513976#M86347</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;GIS newbie here looking for help with an Arcade expression.&lt;/P&gt;&lt;P&gt;I have a field named BeginTime with content such as "2024-06-20T&lt;FONT color="#FF6600"&gt;11:36:31&lt;/FONT&gt;-07:00,&amp;nbsp;2024-06-20T&lt;FONT color="#FF6600"&gt;11:36:16&lt;/FONT&gt;-07:00." I'm honestly not sure what the 07:00 is about but the orange timestamp is what I'm looking to use to number my field, "TPE." I want TPE to list the features/points as integers in order of time collected.&lt;/P&gt;&lt;P&gt;I'm not sure what it means by "wrong number of arguments."&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="Screenshot 2024-08-01 165852.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/111420iA5AC53C53D1FCC8F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-08-01 165852.png" alt="Screenshot 2024-08-01 165852.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Azita&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 00:03:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/calculating-a-field-using-orderby/m-p/1513976#M86347</guid>
      <dc:creator>Azita</dc:creator>
      <dc:date>2024-08-02T00:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating a field using Orderby</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/calculating-a-field-using-orderby/m-p/1513999#M86349</link>
      <description>&lt;P&gt;OrderBy takes two arguments, a FeatureSet and a SQL expression used to sort the features.&lt;/P&gt;&lt;P&gt;You can definitely still use Arcade for this, but it's probably not going to work very well. In a field calculation, the expression will have to evaluate for &lt;EM&gt;every feature &lt;/EM&gt;separately, but since the value you want is dependent up on each feature's relation with every other feature, well, that expression could take a long time to run.&lt;/P&gt;&lt;P&gt;This wouldn't be terrible in Python, perhaps, but you're almost better off exporting to a spreadsheet, sorting the sheet and adding an auto-increment value there, then joining the sheet back into your layer based on the objectid. Then you could just refer to the joined field in your field calculation.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 01:41:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/calculating-a-field-using-orderby/m-p/1513999#M86349</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2024-08-02T01:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating a field using Orderby</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/calculating-a-field-using-orderby/m-p/1514048#M86354</link>
      <description>&lt;P&gt;Ah legend, it works! I'm not too sure why though, still very new to SQL. Could you explain what left outer and join does?&lt;/P&gt;&lt;P&gt;And ya the 'Likes has no default value' is weird. I think it could be because the column heading isn't the name of the column or something like that but not too sure.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 07:16:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/calculating-a-field-using-orderby/m-p/1514048#M86354</guid>
      <dc:creator>vsogekr9</dc:creator>
      <dc:date>2024-08-02T07:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating a field using Orderby</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/calculating-a-field-using-orderby/m-p/1514726#M86423</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/820078"&gt;@vsogekr9&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Ah legend, it works! I'm not too sure why though, still very new to SQL. Could you explain what left outer and join does?&lt;/P&gt;&lt;P&gt;And ya the 'Likes has no default value' is weird. I think it could be because the column heading isn't the name of the column or something like that but not too sure&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://omegle.onl/" target="_blank" rel="noopener"&gt;https://omegle.onl/&lt;/A&gt;&lt;/SPAN&gt; .&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I got this,...&lt;/P&gt;</description>
      <pubDate>Sun, 04 Aug 2024 23:02:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/calculating-a-field-using-orderby/m-p/1514726#M86423</guid>
      <dc:creator>vsogekr9</dc:creator>
      <dc:date>2024-08-04T23:02:34Z</dc:date>
    </item>
  </channel>
</rss>

