<?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: Show Labels on join Featureclass  using arcade Expression in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-labels-on-join-featureclass-using-arcade/m-p/1189318#M77840</link>
    <description>&lt;P&gt;Perfect , Thank you&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jul 2022 09:54:34 GMT</pubDate>
    <dc:creator>cadgism</dc:creator>
    <dc:date>2022-07-05T09:54:34Z</dc:date>
    <item>
      <title>Show Labels on join Featureclass  using arcade Expression</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-labels-on-join-featureclass-using-arcade/m-p/1189297#M77838</link>
      <description>&lt;P&gt;I made a join between a feature class and a table. Want to show the labels from the table, for which I use the following expression,&amp;nbsp; it raises an error "&lt;SPAN&gt;bad-arcade-expression&lt;/SPAN&gt;". Can someone help me on how can I solve this? Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;LabelField = TableNmae.Fieldname
labelExpressionInfo: {
            expression: "$feature." + LabelField 
        }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 07:40:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-labels-on-join-featureclass-using-arcade/m-p/1189297#M77838</guid>
      <dc:creator>cadgism</dc:creator>
      <dc:date>2022-07-05T07:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Show Labels on join Featureclass  using arcade Expression</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-labels-on-join-featureclass-using-arcade/m-p/1189302#M77839</link>
      <description>&lt;P&gt;Field names of joined tables have to be called using bracket notation.&lt;/P&gt;&lt;P&gt;The&amp;nbsp;resulting&amp;nbsp; Arcade expression should look like this:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;$feature["TableName.FieldName"]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 08:02:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-labels-on-join-featureclass-using-arcade/m-p/1189302#M77839</guid>
      <dc:creator>JohannesLindner</dc:creator>
      <dc:date>2022-07-05T08:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Show Labels on join Featureclass  using arcade Expression</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-labels-on-join-featureclass-using-arcade/m-p/1189318#M77840</link>
      <description>&lt;P&gt;Perfect , Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 09:54:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-labels-on-join-featureclass-using-arcade/m-p/1189318#M77840</guid>
      <dc:creator>cadgism</dc:creator>
      <dc:date>2022-07-05T09:54:34Z</dc:date>
    </item>
  </channel>
</rss>

