<?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: table_cell_highlighting in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/table-cell-highlighting/m-p/227812#M43362</link>
    <description>&lt;P&gt;Does it have anything to do with more than required &lt;CODE&gt;=&lt;/CODE&gt; you have been using in your code.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;if (cell.field&lt;/CODE&gt; &lt;CODE&gt;===&lt;/CODE&gt; &lt;CODE&gt;'ResponseCode') {&lt;/CODE&gt;&lt;BR /&gt;
                 &lt;CODE&gt;if(cell.field&lt;/CODE&gt; &lt;CODE&gt;===&lt;/CODE&gt; &lt;CODE&gt;200) {&lt;/CODE&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 19 Nov 2016 07:16:04 GMT</pubDate>
    <dc:creator>gokadroid</dc:creator>
    <dc:date>2016-11-19T07:16:04Z</dc:date>
    <item>
      <title>table_cell_highlighting</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/table-cell-highlighting/m-p/227809#M43359</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;
I'm using the exapmle script of table_cell_highlighting for highlight cells in some conditions.&lt;BR /&gt;
Everything is working good but i have one complex condition that i can't resolve.&lt;BR /&gt;
i have this table :&lt;BR /&gt;
&lt;IMG src="https://community.splunk.com/storage/temp/174208-capture12.jpg" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;And I need to check if the resposeCode is 200 and the value in each one of the 2 other columns is lower than 60 than color in red (for example)&lt;/P&gt;

&lt;P&gt;this is the code im using :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;if (cell.field === 'ResponseCode') {
                if(cell.field === 200) {

                  if (value &amp;lt; 65) {
                    $td.addClass('range-cell').addClass('range-severe');
                }        
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But for some reason its not working.&lt;BR /&gt;
can someone please help ?&lt;/P&gt;

&lt;P&gt;thanks, &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:48:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/table-cell-highlighting/m-p/227809#M43359</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2020-09-29T11:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: table_cell_highlighting</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/table-cell-highlighting/m-p/227810#M43360</link>
      <description>&lt;P&gt;Table Cell Highlighting is built in to Splunk 6.5. Please explore that option as well.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2016 11:06:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/table-cell-highlighting/m-p/227810#M43360</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2016-11-14T11:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: table_cell_highlighting</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/table-cell-highlighting/m-p/227811#M43361</link>
      <description>&lt;P&gt;we are not working with 6.5 yes, it will take few more month &lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2016 11:07:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/table-cell-highlighting/m-p/227811#M43361</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2016-11-14T11:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: table_cell_highlighting</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/table-cell-highlighting/m-p/227812#M43362</link>
      <description>&lt;P&gt;Does it have anything to do with more than required &lt;CODE&gt;=&lt;/CODE&gt; you have been using in your code.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;if (cell.field&lt;/CODE&gt; &lt;CODE&gt;===&lt;/CODE&gt; &lt;CODE&gt;'ResponseCode') {&lt;/CODE&gt;&lt;BR /&gt;
                 &lt;CODE&gt;if(cell.field&lt;/CODE&gt; &lt;CODE&gt;===&lt;/CODE&gt; &lt;CODE&gt;200) {&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Nov 2016 07:16:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/table-cell-highlighting/m-p/227812#M43362</guid>
      <dc:creator>gokadroid</dc:creator>
      <dc:date>2016-11-19T07:16:04Z</dc:date>
    </item>
  </channel>
</rss>

