<?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: Splunk dashboard table - how to add colors based on Threshold values for Dynamic column names? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-dashboard-table-how-to-add-colors-based-on-Threshold/m-p/648373#M53066</link>
    <description>&lt;P&gt;Formatting columns with color is answered here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Dashboards-Visualizations/How-to-color-table-cell-on-dashboard-based-on-value/m-p/347851" target="_blank"&gt;https://community.splunk.com/t5/Dashboards-Visualizations/How-to-color-table-cell-on-dashboard-based-on-value/m-p/347851&lt;/A&gt;&lt;/P&gt;&lt;P&gt;They referenced the document link here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Viz/TableFormatsXML" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Viz/TableFormatsXML&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You want to do column color formats for dynamically named columns which does not appear possible based upon current documentation for xml dashboards.&amp;nbsp; In the table settings the color tablet is applied at the field name level.&amp;nbsp; A dynamically named field can not be accounted for unless you were to hard code all possible options.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jun 2023 14:18:48 GMT</pubDate>
    <dc:creator>dural_yyz</dc:creator>
    <dc:date>2023-06-27T14:18:48Z</dc:date>
    <item>
      <title>Splunk dashboard table - how to add colors based on Threshold values for Dynamic column names?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-dashboard-table-how-to-add-colors-based-on-Threshold/m-p/648362#M53063</link>
      <description>&lt;P&gt;Hello Team&lt;BR /&gt;&lt;BR /&gt;I am having a Dashboard created with below Table output. The table is having a dynamic column names (in Date format)&lt;BR /&gt;&lt;BR /&gt;Output as below:&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="10%"&gt;TestMQ&lt;/TD&gt;&lt;TD width="10%"&gt;2023-06-23&lt;/TD&gt;&lt;TD width="10%"&gt;2023-06-22&lt;/TD&gt;&lt;TD width="10%"&gt;2023-06-21&lt;/TD&gt;&lt;TD width="10%"&gt;2023-06-20&lt;/TD&gt;&lt;TD width="10%"&gt;2023-06-19&lt;/TD&gt;&lt;TD width="10%"&gt;2023-06-18&lt;/TD&gt;&lt;TD width="10%"&gt;2023-06-17&lt;/TD&gt;&lt;TD width="10%"&gt;2023-06-16&lt;/TD&gt;&lt;TD width="10%"&gt;And so on - till 30 days&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="10%"&gt;MQ.NAME&lt;/TD&gt;&lt;TD width="10%"&gt;5.03&lt;/TD&gt;&lt;TD width="10%"&gt;17.04&lt;/TD&gt;&lt;TD width="10%"&gt;25.75&lt;/TD&gt;&lt;TD width="10%"&gt;19.82&lt;/TD&gt;&lt;TD width="10%"&gt;32.14&lt;/TD&gt;&lt;TD width="10%"&gt;56.81&lt;/TD&gt;&lt;TD width="10%"&gt;10.91&lt;/TD&gt;&lt;TD width="10%"&gt;85.14&lt;/TD&gt;&lt;TD width="10%"&gt;....&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;My requirement is to color code these values based on the threshold condition as "&lt;STRONG&gt;[&amp;lt;60 = Green] | [&amp;gt;85 = Red] | [&amp;gt;60 AND &amp;lt;85 = Amber]&lt;/STRONG&gt;"&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;I am new to Splunk and still learning. Kindly suggest how this can be achieved i.e. to modify the dynamic Column values based on the Threshold conditions.&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 11:22:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-dashboard-table-how-to-add-colors-based-on-Threshold/m-p/648362#M53063</guid>
      <dc:creator>shashankk</dc:creator>
      <dc:date>2023-06-28T11:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk dashboard table - how to add colors based on Threshold values for Dynamic column names?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-dashboard-table-how-to-add-colors-based-on-Threshold/m-p/648373#M53066</link>
      <description>&lt;P&gt;Formatting columns with color is answered here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Dashboards-Visualizations/How-to-color-table-cell-on-dashboard-based-on-value/m-p/347851" target="_blank"&gt;https://community.splunk.com/t5/Dashboards-Visualizations/How-to-color-table-cell-on-dashboard-based-on-value/m-p/347851&lt;/A&gt;&lt;/P&gt;&lt;P&gt;They referenced the document link here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Viz/TableFormatsXML" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Viz/TableFormatsXML&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You want to do column color formats for dynamically named columns which does not appear possible based upon current documentation for xml dashboards.&amp;nbsp; In the table settings the color tablet is applied at the field name level.&amp;nbsp; A dynamically named field can not be accounted for unless you were to hard code all possible options.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 14:18:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-dashboard-table-how-to-add-colors-based-on-Threshold/m-p/648373#M53066</guid>
      <dc:creator>dural_yyz</dc:creator>
      <dc:date>2023-06-27T14:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk dashboard table - how to add colors based on Threshold values for Dynamic column names?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-dashboard-table-how-to-add-colors-based-on-Threshold/m-p/648394#M53071</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;- Do you have any suggestions on this please?&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Are we suppose to Hard code all possible values and specify the Threshold condition?&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;How do we use&amp;nbsp;&lt;STRONG&gt;wildcard&lt;/STRONG&gt; search here which will apply to all possible Date format values ?&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Example below:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Date Format: 2023-06-27&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&amp;lt;format type="color" field="&lt;STRONG&gt;202*-*-*&lt;/STRONG&gt;"&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&amp;lt;colorPalette type="list"&amp;gt;[#53A051,#F1813F,#DC4E41]&amp;lt;/colorPalette&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&amp;lt;scale type="threshold"&amp;gt;60,85&amp;lt;/scale&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&amp;lt;/format&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 27 Jun 2023 15:31:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-dashboard-table-how-to-add-colors-based-on-Threshold/m-p/648394#M53071</guid>
      <dc:creator>shashankk</dc:creator>
      <dc:date>2023-06-27T15:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk dashboard table - how to add colors based on Threshold values for Dynamic column names?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-dashboard-table-how-to-add-colors-based-on-Threshold/m-p/648397#M53072</link>
      <description>&lt;P&gt;Try removing field so that it applies to all fields.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 15:38:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-dashboard-table-how-to-add-colors-based-on-Threshold/m-p/648397#M53072</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-06-27T15:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk dashboard table - how to add colors based on Threshold values for Dynamic column names?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-dashboard-table-how-to-add-colors-based-on-Threshold/m-p/648506#M53095</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;- Thank you - this works fine! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 11:17:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-dashboard-table-how-to-add-colors-based-on-Threshold/m-p/648506#M53095</guid>
      <dc:creator>shashankk</dc:creator>
      <dc:date>2023-06-28T11:17:16Z</dc:date>
    </item>
  </channel>
</rss>

