<?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: calculate sequential letters in arcade in ArcGIS Field Maps Questions</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-questions/calculate-sequential-letters-in-arcade/m-p/1590674#M10507</link>
    <description>&lt;P&gt;I apologize for not replying sooner, so the format is TYPE_UNIT_000_LetterCode, the number is linked to an ID of a related Feature layer and the Alpha code would be like a number count which would start at 'A' and count up as we made each new feature that had the same first parts of the code. In the past, I think the letter code had gotten up only 'K' at most. However, it might be easier to just transition to numeric to simplify repeatability&lt;/P&gt;</description>
    <pubDate>Fri, 28 Feb 2025 14:57:11 GMT</pubDate>
    <dc:creator>AmyKirkey</dc:creator>
    <dc:date>2025-02-28T14:57:11Z</dc:date>
    <item>
      <title>calculate sequential letters in arcade</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/calculate-sequential-letters-in-arcade/m-p/1571018#M10176</link>
      <description>&lt;P&gt;Good Afternoon,&lt;/P&gt;&lt;P&gt;I am looking if it is possible in Field Maps expressions to auto calculate sequential letters similar to this post:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/python-questions/field-calculate-sequential-letters/td-p/420116" target="_blank" rel="noopener"&gt;Solved: Field calculate sequential letters - Esri Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;We have an established naming convention that I would like to keep using.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2024 19:04:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/calculate-sequential-letters-in-arcade/m-p/1571018#M10176</guid>
      <dc:creator>AmyKirkey</dc:creator>
      <dc:date>2024-12-23T19:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: calculate sequential letters in arcade</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/calculate-sequential-letters-in-arcade/m-p/1571549#M10181</link>
      <description>&lt;P&gt;Have not tried this, but appears to be supported in the calculate field in Field Maps.&lt;/P&gt;&lt;P&gt;Not knowing the format of the sequential letters, not sure, but perhaps you could parse off the number(s) you need to sequence.&amp;nbsp; Split them so you can feed each to a ToCharCode() which will give you the character code for that letter.&amp;nbsp; Increment this by one and you get the next sequence letter, and so on. (would have to look at the start/end numbers for caps vs lower case, etc.).&lt;/P&gt;&lt;P&gt;Then you could append/concatenate the individual letters together with the FromCharCode() function.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var NumCode = ToCharCode('A')
//returns number: 65

var NumCode = FromCharCode(NumCode) + FromCharCode(NumCode + 1)
// returns text: "AB"
return NumCode&lt;/LI-CODE&gt;&lt;P&gt;Like I said, have not tested, but seems like everything needed is in there, depending of course, on what the original data looks like and what output needs to be.&lt;/P&gt;&lt;P&gt;In case it helps,&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;</description>
      <pubDate>Fri, 27 Dec 2024 21:44:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/calculate-sequential-letters-in-arcade/m-p/1571549#M10181</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2024-12-27T21:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: calculate sequential letters in arcade</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/calculate-sequential-letters-in-arcade/m-p/1590674#M10507</link>
      <description>&lt;P&gt;I apologize for not replying sooner, so the format is TYPE_UNIT_000_LetterCode, the number is linked to an ID of a related Feature layer and the Alpha code would be like a number count which would start at 'A' and count up as we made each new feature that had the same first parts of the code. In the past, I think the letter code had gotten up only 'K' at most. However, it might be easier to just transition to numeric to simplify repeatability&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 14:57:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/calculate-sequential-letters-in-arcade/m-p/1590674#M10507</guid>
      <dc:creator>AmyKirkey</dc:creator>
      <dc:date>2025-02-28T14:57:11Z</dc:date>
    </item>
  </channel>
</rss>

