<?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 Using Arcade to configure dashboard table with multiple layers in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/using-arcade-to-configure-dashboard-table-with/m-p/1316426#M8226</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I'm seeking help with configuring a dashboard table widget using arcade expressions to access multiple layers. I've found the documentation regarding doing this with &lt;A href="https://github.com/Esri/arcade-expressions/blob/master/dashboard_data/CombineMultipleLayers(SerialChart).md" target="_self"&gt;the serial charts.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However, I'm having difficulty figuring out how to translate this to the table widget. In theory, I'm trying to have a table as the one below.&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="25%"&gt;Field from Layer 1&lt;/TD&gt;&lt;TD width="25%"&gt;Field from Layer 2&lt;/TD&gt;&lt;TD width="25%"&gt;Field from Layer 3&lt;/TD&gt;&lt;TD width="25%"&gt;Field from layer 4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="25%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="25%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="25%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="25%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="25%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="25%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Aug 2023 14:28:20 GMT</pubDate>
    <dc:creator>CortneyGustafson</dc:creator>
    <dc:date>2023-08-08T14:28:20Z</dc:date>
    <item>
      <title>Using Arcade to configure dashboard table with multiple layers</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/using-arcade-to-configure-dashboard-table-with/m-p/1316426#M8226</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I'm seeking help with configuring a dashboard table widget using arcade expressions to access multiple layers. I've found the documentation regarding doing this with &lt;A href="https://github.com/Esri/arcade-expressions/blob/master/dashboard_data/CombineMultipleLayers(SerialChart).md" target="_self"&gt;the serial charts.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However, I'm having difficulty figuring out how to translate this to the table widget. In theory, I'm trying to have a table as the one below.&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="25%"&gt;Field from Layer 1&lt;/TD&gt;&lt;TD width="25%"&gt;Field from Layer 2&lt;/TD&gt;&lt;TD width="25%"&gt;Field from Layer 3&lt;/TD&gt;&lt;TD width="25%"&gt;Field from layer 4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="25%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="25%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="25%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="25%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="25%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="25%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 14:28:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/using-arcade-to-configure-dashboard-table-with/m-p/1316426#M8226</guid>
      <dc:creator>CortneyGustafson</dc:creator>
      <dc:date>2023-08-08T14:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using Arcade to configure dashboard table with multiple layers</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/using-arcade-to-configure-dashboard-table-with/m-p/1316557#M8228</link>
      <description>&lt;P&gt;If you're getting back a valid FeatureSet, you have to configure the table to use the fields you want. In this &lt;A href="https://community.esri.com/t5/arcgis-dashboards-questions/use-arcade-data-expressions-to-split-ranked-choice/m-p/1315605/highlight/true#M8216" target="_self"&gt;example&lt;/A&gt;, I've calculated a FeatureSet with Arcade and had to specify the fields I wanted to show in the table by clicking the "Add field" button in the Value fields section.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="table.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/77583i4FE8770CFB91D11A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="table.png" alt="table.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 18:18:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/using-arcade-to-configure-dashboard-table-with/m-p/1316557#M8228</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2023-08-08T18:18:48Z</dc:date>
    </item>
  </channel>
</rss>

