<?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 Display Domain Description in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/display-domain-description/m-p/278032#M12105</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know if there is a function in ArcgGIS Pro for displaying&amp;nbsp;the Domain Description instead of the Code? The pic below shows three different use of a building and Id love to read the description "Military, Exhibition and Museum" over the codes "0,8,4".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/410992_CodeDescription.JPG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Jun 2018 13:52:54 GMT</pubDate>
    <dc:creator>Axelvon_Matern</dc:creator>
    <dc:date>2018-06-09T13:52:54Z</dc:date>
    <item>
      <title>Display Domain Description</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/display-domain-description/m-p/278032#M12105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know if there is a function in ArcgGIS Pro for displaying&amp;nbsp;the Domain Description instead of the Code? The pic below shows three different use of a building and Id love to read the description "Military, Exhibition and Museum" over the codes "0,8,4".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/410992_CodeDescription.JPG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2018 13:52:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/display-domain-description/m-p/278032#M12105</guid>
      <dc:creator>Axelvon_Matern</dc:creator>
      <dc:date>2018-06-09T13:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Display Domain Description</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/display-domain-description/m-p/278033#M12106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Found a way to solve this using the function Arcade:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H5 style="color: #4c4c4c; background-color: #ffffff; font-size: 1.1305rem; margin: 0px 0px 0.75rem;"&gt;Example&lt;/H5&gt;&lt;PRE style="color: #4c4c4c; background-color: #ffffff; font-size: 16px; margin-bottom: 1.5rem;"&gt;&lt;CODE class="" style="color: #595959; background-color: #f8f8f8; border: 1px solid #efefef; font-size: 0.875em;"&gt;&lt;SPAN class="" style="color: #006a00;"&gt;&lt;SPAN class="" style="color: #006a00;"&gt;// returns a meaniningful value when a field contains coded values&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #aa0d91;"&gt;&lt;SPAN class="" style="color: #aa0d91;"&gt;var&lt;/SPAN&gt;&lt;/SPAN&gt; code = &lt;SPAN class="" style="color: #1c00cf;"&gt;&lt;SPAN class="" style="color: #1c00cf;"&gt;$feature&lt;/SPAN&gt;&lt;/SPAN&gt;.codedValue;&lt;SPAN class="" style="color: #aa0d91;"&gt;&lt;SPAN class="" style="color: #aa0d91;"&gt;var&lt;/SPAN&gt;&lt;/SPAN&gt; decodedValue = &lt;SPAN class="" style="color: #5c2699;"&gt;&lt;SPAN class="" style="color: #5c2699;"&gt;Decode&lt;/SPAN&gt;&lt;/SPAN&gt;(code, &lt;SPAN class="" style="color: #1c00cf;"&gt;&lt;SPAN class="" style="color: #1c00cf;"&gt;1&lt;/SPAN&gt;&lt;/SPAN&gt;, &lt;SPAN class="" style="color: #c41a16;"&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;'Residential'&lt;/SPAN&gt;&lt;/SPAN&gt;, &lt;SPAN class="" style="color: #1c00cf;"&gt;&lt;SPAN class="" style="color: #1c00cf;"&gt;2&lt;/SPAN&gt;&lt;/SPAN&gt;, &lt;SPAN class="" style="color: #c41a16;"&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;'Commercial'&lt;/SPAN&gt;&lt;/SPAN&gt;, &lt;SPAN class="" style="color: #1c00cf;"&gt;&lt;SPAN class="" style="color: #1c00cf;"&gt;3&lt;/SPAN&gt;&lt;/SPAN&gt;, &lt;SPAN class="" style="color: #c41a16;"&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;'Mixed'&lt;/SPAN&gt;&lt;/SPAN&gt;, &lt;SPAN class="" style="color: #c41a16;"&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;'Other'&lt;/SPAN&gt;&lt;/SPAN&gt;);&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Jun 2018 10:08:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/display-domain-description/m-p/278033#M12106</guid>
      <dc:creator>Axelvon_Matern</dc:creator>
      <dc:date>2018-06-10T10:08:14Z</dc:date>
    </item>
  </channel>
</rss>

