<?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 to highlight a cell in a table in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-highlight-a-cell-in-a-table/m-p/239783#M71246</link>
    <description>&lt;P&gt;If you want to do cell highlighting, that would require some JS and CSS. I would use the code found in the splunk 6.x dashboard examples app: &lt;A href="https://splunkbase.splunk.com/app/1603/"&gt;https://splunkbase.splunk.com/app/1603/&lt;/A&gt;.  The app contains some neat dashboard customizations that are pretty cool. Typically, if you are using the drill-down feature in your table, specifically for that field, by default the URLS should already be blue: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.1/Viz/Dynamicdrilldownindashboardsandforms"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.1/Viz/Dynamicdrilldownindashboardsandforms&lt;/A&gt;. Finally, you could change the font-color, by doing an inspect element to find the id or class and overriding the default color with css. &lt;/P&gt;</description>
    <pubDate>Tue, 28 Jun 2016 17:31:03 GMT</pubDate>
    <dc:creator>splunk_force_as</dc:creator>
    <dc:date>2016-06-28T17:31:03Z</dc:date>
    <item>
      <title>How to highlight a cell in a table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-highlight-a-cell-in-a-table/m-p/239782#M71245</link>
      <description>&lt;P&gt;I have a table and one of the column is for URLs.  I want to highlight the URLs in blue color. Please let me know how can we do it.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 16:37:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-highlight-a-cell-in-a-table/m-p/239782#M71245</guid>
      <dc:creator>atiruval</dc:creator>
      <dc:date>2016-06-28T16:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to highlight a cell in a table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-highlight-a-cell-in-a-table/m-p/239783#M71246</link>
      <description>&lt;P&gt;If you want to do cell highlighting, that would require some JS and CSS. I would use the code found in the splunk 6.x dashboard examples app: &lt;A href="https://splunkbase.splunk.com/app/1603/"&gt;https://splunkbase.splunk.com/app/1603/&lt;/A&gt;.  The app contains some neat dashboard customizations that are pretty cool. Typically, if you are using the drill-down feature in your table, specifically for that field, by default the URLS should already be blue: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.1/Viz/Dynamicdrilldownindashboardsandforms"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.1/Viz/Dynamicdrilldownindashboardsandforms&lt;/A&gt;. Finally, you could change the font-color, by doing an inspect element to find the id or class and overriding the default color with css. &lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 17:31:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-highlight-a-cell-in-a-table/m-p/239783#M71246</guid>
      <dc:creator>splunk_force_as</dc:creator>
      <dc:date>2016-06-28T17:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to highlight a cell in a table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-highlight-a-cell-in-a-table/m-p/239784#M71247</link>
      <description>&lt;P&gt;Quick question about this ... in the js script:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;        // Update the cell content
        $td.text(value.toFixed(2)).addClass('numeric');
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Does this mean it can only apply to numeric values/fields? What if I want to compare strings, such as OK or ERROR?&lt;/P&gt;

&lt;P&gt;Thanks ...&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2016 09:09:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-highlight-a-cell-in-a-table/m-p/239784#M71247</guid>
      <dc:creator>robettinger</dc:creator>
      <dc:date>2016-08-05T09:09:44Z</dc:date>
    </item>
  </channel>
</rss>

