<?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: Domain descriptions not showing in Arcade labels in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/domain-descriptions-not-showing-in-arcade-labels/m-p/642521#M28582</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome, thank you! Not sure of the purpose of the coded values checkbox then, but this works perfectly. Surprised ESRI doesn't feature this more prominently.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Aug 2018 17:41:57 GMT</pubDate>
    <dc:creator>Zeke</dc:creator>
    <dc:date>2018-08-28T17:41:57Z</dc:date>
    <item>
      <title>Domain descriptions not showing in Arcade labels</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/domain-descriptions-not-showing-in-arcade-labels/m-p/642519#M28580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a field that has a domain. The domain description shows in the attribute table, but not in labels, where the coded value is displayed. I have the check box 'Insert fields with coded value description function' checked.&lt;/P&gt;&lt;P&gt;Details:&lt;/P&gt;&lt;P&gt;Code snip&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;lbl &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; $feature&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"L4STRUCTURES.structure_name"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"\n"&lt;/SPAN&gt;
lbl &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Size: "&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Text&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;$feature&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"L4STRUCTURES.structure_size"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
lbl &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"\n"&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;round&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;$feature&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"L4STRUCTURES.lat"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;6&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;", "&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;round&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;$feature&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"L4STRUCTURES.long"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;6&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"\n"&lt;/SPAN&gt;‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;ArcGIS Pro 2.2.1&lt;/P&gt;&lt;P&gt;L4STRUCTURES is a feature class residing on a client's ArcGIS server, and is joined to another feature class from the same source and a local table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how to get the descriptions to display? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:18:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/domain-descriptions-not-showing-in-arcade-labels/m-p/642519#M28580</guid>
      <dc:creator>Zeke</dc:creator>
      <dc:date>2021-12-12T03:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Domain descriptions not showing in Arcade labels</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/domain-descriptions-not-showing-in-arcade-labels/m-p/642520#M28581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To show the domain descriptions, you have to use &lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="token function"&gt;DomainName&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;$feature&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'theField'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2018 17:16:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/domain-descriptions-not-showing-in-arcade-labels/m-p/642520#M28581</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2018-08-28T17:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Domain descriptions not showing in Arcade labels</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/domain-descriptions-not-showing-in-arcade-labels/m-p/642521#M28582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome, thank you! Not sure of the purpose of the coded values checkbox then, but this works perfectly. Surprised ESRI doesn't feature this more prominently.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2018 17:41:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/domain-descriptions-not-showing-in-arcade-labels/m-p/642521#M28582</guid>
      <dc:creator>Zeke</dc:creator>
      <dc:date>2018-08-28T17:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Domain descriptions not showing in Arcade labels</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/domain-descriptions-not-showing-in-arcade-labels/m-p/642522#M28583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I made a simple Arcade script, just double-clicking on the field name automatically added the DomainName syntax.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2018 17:55:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/domain-descriptions-not-showing-in-arcade-labels/m-p/642522#M28583</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2018-08-28T17:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Domain descriptions not showing in Arcade labels</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/domain-descriptions-not-showing-in-arcade-labels/m-p/642523#M28584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did not do that for me. Oh well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2018 23:29:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/domain-descriptions-not-showing-in-arcade-labels/m-p/642523#M28584</guid>
      <dc:creator>Zeke</dc:creator>
      <dc:date>2018-08-28T23:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Domain descriptions not showing in Arcade labels</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/domain-descriptions-not-showing-in-arcade-labels/m-p/642524#M28585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you sooooo much. Been fighting with this for a while. As with Greg, ArcGIS Pro (2.4.1) definitely did not help out in any fashion. Double clicking in Arcade just adds &lt;SPAN style="font-family: 'andale mono', monospace;"&gt;&lt;SPAN style="color: #008000;"&gt;$feature&lt;/SPAN&gt;.Fieldname&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only "help" I could find on Esri's site says you have to do Domain to Table, then do a one to many join of that table back to the table ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2019 01:14:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/domain-descriptions-not-showing-in-arcade-labels/m-p/642524#M28585</guid>
      <dc:creator>mrmark</dc:creator>
      <dc:date>2019-09-04T01:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Domain descriptions not showing in Arcade labels</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/domain-descriptions-not-showing-in-arcade-labels/m-p/1117259#M47878</link>
      <description>&lt;P&gt;What's the Python equivalent?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 15:09:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/domain-descriptions-not-showing-in-arcade-labels/m-p/1117259#M47878</guid>
      <dc:creator>KeithAddison1</dc:creator>
      <dc:date>2021-11-16T15:09:28Z</dc:date>
    </item>
  </channel>
</rss>

