<?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: Arcade Code for joining to hosted table for using it on Dashboard in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/arcade-code-for-joining-to-hosted-table-for-using/m-p/1178114#M6349</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;Another method would be to use a field join to join the tables/layers from Map Viewer, then publishing the joined result as a &lt;STRONG&gt;feature layer view.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-05-27 at 3.26.06 PM.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/42358i41465D3852C90A76/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2022-05-27 at 3.26.06 PM.png" alt="Screen Shot 2022-05-27 at 3.26.06 PM.png" /&gt;&lt;/span&gt; &lt;/P&gt;&lt;P&gt;Credit is not required and the data will stay up to date.&amp;nbsp;Depending on the size of your dataset, using data expressions to "join" tables may cause a performance lag when loading dashboard elements. This view option might be a more scalable alternative.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 27 May 2022 22:38:27 GMT</pubDate>
    <dc:creator>Soobin-Choi</dc:creator>
    <dc:date>2022-05-27T22:38:27Z</dc:date>
    <item>
      <title>Arcade Code for joining to hosted table for using it on Dashboard</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/arcade-code-for-joining-to-hosted-table-for-using/m-p/1173450#M6271</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I am looking for a arcade code which I can bring one or two fields from another table and join it with another hosted table then use it on dashboard as Table or list.&amp;nbsp;&lt;BR /&gt;I don't know if this is possible using Arcade? I can use join function in arcgis online but how can I keep that up to date&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 17:22:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/arcade-code-for-joining-to-hosted-table-for-using/m-p/1173450#M6271</guid>
      <dc:creator>anonymous55</dc:creator>
      <dc:date>2022-05-12T17:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Code for joining to hosted table for using it on Dashboard</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/arcade-code-for-joining-to-hosted-table-for-using/m-p/1173451#M6272</link>
      <description>&lt;P&gt;It sounds like you could use a Data Expression! There is an example expression for just such a scenario right here:&amp;nbsp;&lt;A href="https://github.com/Esri/arcade-expressions/blob/master/dashboard_data/JoinLayerFieldsToTable.md" target="_blank"&gt;https://github.com/Esri/arcade-expressions/blob/master/dashboard_data/JoinLayerFieldsToTable.md&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 17:30:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/arcade-code-for-joining-to-hosted-table-for-using/m-p/1173451#M6272</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2022-05-12T17:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Code for joining to hosted table for using it on Dashboard</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/arcade-code-for-joining-to-hosted-table-for-using/m-p/1178114#M6349</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;Another method would be to use a field join to join the tables/layers from Map Viewer, then publishing the joined result as a &lt;STRONG&gt;feature layer view.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-05-27 at 3.26.06 PM.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/42358i41465D3852C90A76/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2022-05-27 at 3.26.06 PM.png" alt="Screen Shot 2022-05-27 at 3.26.06 PM.png" /&gt;&lt;/span&gt; &lt;/P&gt;&lt;P&gt;Credit is not required and the data will stay up to date.&amp;nbsp;Depending on the size of your dataset, using data expressions to "join" tables may cause a performance lag when loading dashboard elements. This view option might be a more scalable alternative.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 22:38:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/arcade-code-for-joining-to-hosted-table-for-using/m-p/1178114#M6349</guid>
      <dc:creator>Soobin-Choi</dc:creator>
      <dc:date>2022-05-27T22:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Code for joining to hosted table for using it on Dashboard</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/arcade-code-for-joining-to-hosted-table-for-using/m-p/1568667#M10575</link>
      <description>&lt;P&gt;Thanks for the info.&lt;/P&gt;&lt;P&gt;The link seems to have changed. It is now: &lt;A href="https://github.com/Esri/arcade-expressions/blob/master/dashboard/dashboard_data/JoinLayerFieldsToTable.md" target="_self"&gt;https://github.com/Esri/arcade-expressions/blob/master/dashboard/dashboard_data/JoinLayerFieldsToTable.md&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Dec 2024 19:50:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/arcade-code-for-joining-to-hosted-table-for-using/m-p/1568667#M10575</guid>
      <dc:creator>StephenKaranja</dc:creator>
      <dc:date>2024-12-14T19:50:33Z</dc:date>
    </item>
  </channel>
</rss>

