<?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: HTML Table in Indicator in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/html-table-in-indicator/m-p/1396271#M9274</link>
    <description>&lt;P&gt;Can you share the formatting you have on the HTML? Hard to diagnose what's going on without that.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Mar 2024 20:07:48 GMT</pubDate>
    <dc:creator>jcarlson</dc:creator>
    <dc:date>2024-03-14T20:07:48Z</dc:date>
    <item>
      <title>HTML Table in Indicator</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/html-table-in-indicator/m-p/1396261#M9273</link>
      <description>&lt;P&gt;I have an HTML table within an indicator to show the percentage of overdue 311 cases. Recently, I noticed that I needed to reformat the table because the wording causes the table to expand vertically which makes the user have to scroll to read the information. When I reformat the tables, the tables no longer extend all the way to the edges of the indicator like before. I didn't change anything with the width of the table only the cell that should contain the text.&lt;/P&gt;&lt;P&gt;Before:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michael_vetter_0-1710445948267.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/98091i94D0A3E8AB91CA8F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="michael_vetter_0-1710445948267.png" alt="michael_vetter_0-1710445948267.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michael_vetter_1-1710445976676.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/98092i8CCC0BC8E955FADD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="michael_vetter_1-1710445976676.png" alt="michael_vetter_1-1710445976676.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 19:54:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/html-table-in-indicator/m-p/1396261#M9273</guid>
      <dc:creator>michael_vetter</dc:creator>
      <dc:date>2024-03-14T19:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: HTML Table in Indicator</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/html-table-in-indicator/m-p/1396271#M9274</link>
      <description>&lt;P&gt;Can you share the formatting you have on the HTML? Hard to diagnose what's going on without that.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 20:07:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/html-table-in-indicator/m-p/1396271#M9274</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2024-03-14T20:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: HTML Table in Indicator</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/html-table-in-indicator/m-p/1396521#M9275</link>
      <description>&lt;P&gt;Thanks for the reply. Below is my code for the table. The display expression is a simple if percent overdue is greater than 0 then display the text. Attribute1 is percent overdue and attribute2 is percent not overdue.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;figure class="table" style="width:100%;"&amp;gt;
    &amp;lt;table&amp;gt;
        &amp;lt;tbody&amp;gt;
            &amp;lt;tr&amp;gt;
                &amp;lt;td style="background-color:#ff9999;color:#030202;display:{expression/noDisplay};width:{expression/attribute1}%;"&amp;gt;
                    {expression/attribute1}% Overdue
                &amp;lt;/td&amp;gt;
                &amp;lt;td style="display:{expression/noDisplay};width:{expression/attribute2};"&amp;gt;
                    &amp;amp;nbsp;
                &amp;lt;/td&amp;gt;
                &amp;lt;td style="display:{expression/display};width:{expression/attribute2};"&amp;gt;
                    {expression/attribute1}% Overdue
                &amp;lt;/td&amp;gt;
            &amp;lt;/tr&amp;gt;
        &amp;lt;/tbody&amp;gt;
    &amp;lt;/table&amp;gt;
&amp;lt;/figure&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 13:24:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/html-table-in-indicator/m-p/1396521#M9275</guid>
      <dc:creator>michael_vetter</dc:creator>
      <dc:date>2024-03-15T13:24:58Z</dc:date>
    </item>
  </channel>
</rss>

