<?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: Using Field calc I would like to return part of the domain value, not the code. in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/using-field-calc-i-would-like-to-return-part-of/m-p/1190882#M57078</link>
    <description>&lt;P&gt;Are you trying to return characters that are in the same location of the 'siteID' column?&lt;/P&gt;&lt;P&gt;You may want to try using the functions - right, left, or mid -&amp;nbsp;&lt;EM&gt;if the pattern is the same.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Edit&amp;nbsp; - it might look like this&amp;nbsp; --&amp;gt; left(&lt;SPAN&gt;$feature.siteID, 4) (4 = guess of number of site ID characters you're trying to return)&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Jul 2022 16:13:37 GMT</pubDate>
    <dc:creator>CaseyDunnGossin</dc:creator>
    <dc:date>2022-07-08T16:13:37Z</dc:date>
    <item>
      <title>Using Field calc I would like to return part of the domain value, not the code.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/using-field-calc-i-would-like-to-return-part-of/m-p/1190855#M57074</link>
      <description>&lt;P&gt;How do I return a value from a domain in a field using arcade?&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;var new = Split($feature.siteID,"(")&lt;BR /&gt;return new[1]&lt;/P&gt;&lt;P&gt;The above is what I would do to return text from a non-domain field.&amp;nbsp; How do I get it to read the domain value?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 16:04:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/using-field-calc-i-would-like-to-return-part-of/m-p/1190855#M57074</guid>
      <dc:creator>JeffTimm</dc:creator>
      <dc:date>2022-07-08T16:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using Field calc I would like to return part of the domain value, not the code.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/using-field-calc-i-would-like-to-return-part-of/m-p/1190882#M57078</link>
      <description>&lt;P&gt;Are you trying to return characters that are in the same location of the 'siteID' column?&lt;/P&gt;&lt;P&gt;You may want to try using the functions - right, left, or mid -&amp;nbsp;&lt;EM&gt;if the pattern is the same.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Edit&amp;nbsp; - it might look like this&amp;nbsp; --&amp;gt; left(&lt;SPAN&gt;$feature.siteID, 4) (4 = guess of number of site ID characters you're trying to return)&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 16:13:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/using-field-calc-i-would-like-to-return-part-of/m-p/1190882#M57078</guid>
      <dc:creator>CaseyDunnGossin</dc:creator>
      <dc:date>2022-07-08T16:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using Field calc I would like to return part of the domain value, not the code.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/using-field-calc-i-would-like-to-return-part-of/m-p/1190925#M57085</link>
      <description>&lt;P&gt;So the field in question uses a domain.&amp;nbsp; I am trying to return part of the value.&amp;nbsp; Not the code.&lt;/P&gt;&lt;P&gt;The split function above returns part of the code.&amp;nbsp; Not what I need.&lt;/P&gt;&lt;P&gt;I am using split because I need everything right of the "(" in the value.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 17:41:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/using-field-calc-i-would-like-to-return-part-of/m-p/1190925#M57085</guid>
      <dc:creator>JeffTimm</dc:creator>
      <dc:date>2022-07-08T17:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Using Field calc I would like to return part of the domain value, not the code.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/using-field-calc-i-would-like-to-return-part-of/m-p/1190933#M57086</link>
      <description>&lt;P&gt;I just can't figure out the syntax to extract part of the value of the domain in said field.&amp;nbsp; I am trying to populate another field using arcade in the field calculator.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 17:46:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/using-field-calc-i-would-like-to-return-part-of/m-p/1190933#M57086</guid>
      <dc:creator>JeffTimm</dc:creator>
      <dc:date>2022-07-08T17:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using Field calc I would like to return part of the domain value, not the code.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/using-field-calc-i-would-like-to-return-part-of/m-p/1190938#M57087</link>
      <description>&lt;P&gt;I got it!&lt;/P&gt;&lt;P&gt;var new = Trim(Split(DomainName($feature, 'siteid'), '(')[1])&lt;BR /&gt;return new&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 18:01:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/using-field-calc-i-would-like-to-return-part-of/m-p/1190938#M57087</guid>
      <dc:creator>JeffTimm</dc:creator>
      <dc:date>2022-07-08T18:01:16Z</dc:date>
    </item>
  </channel>
</rss>

