<?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: How do I format a tables summary row in ArcGIS Dashboard [possible feature request] in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/how-do-i-format-a-tables-summary-row-in-arcgis/m-p/1648103#M11411</link>
    <description>&lt;P&gt;Me as well, but for KB, GB, TB etc. would love if it would be possible to have formatting display in summary.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Sep 2025 22:33:44 GMT</pubDate>
    <dc:creator>RachelAblondi18</dc:creator>
    <dc:date>2025-09-04T22:33:44Z</dc:date>
    <item>
      <title>How do I format a tables summary row in ArcGIS Dashboard [possible feature request]</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/how-do-i-format-a-tables-summary-row-in-arcgis/m-p/1417994#M9530</link>
      <description>&lt;P&gt;Hi, I have a table of regions and calculated sum of line segments within those regions. Using Arcade I have formatted the table so that distances either have the suffix meter or Km depending on what the sum amounts to. When enabling summary row for my table, that formatting disappears, and I am left with the number in meters without any suffix. Is it possible to have Arcade expression formatting of the Summary Row?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ola_0-1714642836557.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/102808i3D108DCD8102C8B3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ola_0-1714642836557.png" alt="ola_0-1714642836557.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 09:41:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/how-do-i-format-a-tables-summary-row-in-arcgis/m-p/1417994#M9530</guid>
      <dc:creator>ola</dc:creator>
      <dc:date>2024-05-02T09:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I format a tables summary row in ArcGIS Dashboard [possible feature request]</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/how-do-i-format-a-tables-summary-row-in-arcgis/m-p/1417996#M9531</link>
      <description>&lt;P&gt;The Arcade expression is very simple.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var bestilling_str = When(
  $datapoint.sum_lengde_bestilling &amp;gt; 1000, Text($datapoint.sum_lengde_bestilling/1000, "#.0## Km"), 
  Text($datapoint.sum_lengde_bestilling, "# meter")
)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 02 May 2024 09:43:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/how-do-i-format-a-tables-summary-row-in-arcgis/m-p/1417996#M9531</guid>
      <dc:creator>ola</dc:creator>
      <dc:date>2024-05-02T09:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do I format a tables summary row in ArcGIS Dashboard [possible feature request]</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/how-do-i-format-a-tables-summary-row-in-arcgis/m-p/1586499#M10765</link>
      <description>&lt;P&gt;I am trying to do the same any luck?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 17:46:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/how-do-i-format-a-tables-summary-row-in-arcgis/m-p/1586499#M10765</guid>
      <dc:creator>DarrenRawding</dc:creator>
      <dc:date>2025-02-18T17:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I format a tables summary row in ArcGIS Dashboard [possible feature request]</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/how-do-i-format-a-tables-summary-row-in-arcgis/m-p/1648103#M11411</link>
      <description>&lt;P&gt;Me as well, but for KB, GB, TB etc. would love if it would be possible to have formatting display in summary.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2025 22:33:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/how-do-i-format-a-tables-summary-row-in-arcgis/m-p/1648103#M11411</guid>
      <dc:creator>RachelAblondi18</dc:creator>
      <dc:date>2025-09-04T22:33:44Z</dc:date>
    </item>
  </channel>
</rss>

