<?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 How to highlight table cell based on two jobs runtime? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-highlight-table-cell-based-on-two-jobs-runtime/m-p/586470#M204290</link>
    <description>&lt;P&gt;Hi Team,&lt;BR /&gt;&lt;BR /&gt;I have multiple jobs runs daily . Showing the status of these jobs in table. Now, I want to highlight the cell depend on the jobs run time.&lt;BR /&gt;&amp;nbsp;For example there is three jobs .. Job Name A1 A2 A3&amp;nbsp;&lt;BR /&gt;and data for 3 days is like&lt;BR /&gt;date&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; jobName&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; StartTime&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status&lt;BR /&gt;22-02-2022&amp;nbsp; &amp;nbsp; &amp;nbsp; A1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 22-02-2022 01:00:00&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Success&lt;BR /&gt;22-02-2022&amp;nbsp; &amp;nbsp; &amp;nbsp; A2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 22-02-2022 04:00:00&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Success&lt;BR /&gt;22-02-2022&amp;nbsp; &amp;nbsp; &amp;nbsp; A3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;22-02-2022&amp;nbsp; 02:00:00&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;Success&lt;BR /&gt;23-02-2022&amp;nbsp; &amp;nbsp; &amp;nbsp; A1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 23-02-2022 00:50:00&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;Success&lt;BR /&gt;23-02-2022&amp;nbsp; &amp;nbsp; &amp;nbsp; A2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 23-03-2022 00:10:00&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Success&lt;BR /&gt;23-02-2022&amp;nbsp; &amp;nbsp; &amp;nbsp; A3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;23-03-2033&amp;nbsp; 03:00:00&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Failed&lt;BR /&gt;24-02-2022&amp;nbsp; &amp;nbsp; &amp;nbsp; A1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 24-03-2022 00:20:00&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;Success&lt;BR /&gt;24-02-2022&amp;nbsp; &amp;nbsp; &amp;nbsp; A2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 24-03-2022 01:00:00&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;Success&lt;BR /&gt;24-02-2022&amp;nbsp; &amp;nbsp; &amp;nbsp; A3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;24-03-2033&amp;nbsp; 00:00:00&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;Success&lt;/P&gt;
&lt;P&gt;Now , I want&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;OL class=""&gt;
&lt;LI&gt;Job dependencies 01: If A2 runs before A1 then it should be highlighted with a different color., suppose red&lt;/LI&gt;
&lt;LI&gt;Job dependencies 02: If A3 runs before A1 then it should be highlighted with a different color., Yellow&lt;BR /&gt;&lt;BR /&gt;And at last table will look like&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="25%" height="25px"&gt;Date&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;A1&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;A2&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;A3&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%" height="25px"&gt;22-02-2022&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;&lt;FONT color="#008000"&gt;Success&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;&lt;FONT color="#008000"&gt;Success&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;&lt;FONT color="#008000"&gt;Success&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%" height="25px"&gt;23-02-2022&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;&lt;FONT color="#008000"&gt;Success&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;&lt;FONT color="#FF0000"&gt;Success&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;&lt;FONT color="#008000"&gt;Failed&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%" height="25px"&gt;24-02-2022&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;&lt;FONT color="#008000"&gt;Success&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;&lt;FONT color="#008000"&gt;Success&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;&lt;FONT color="#FFFF00"&gt;Success&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;BR /&gt;Please help me to achieve this without using JS.&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Thu, 24 Feb 2022 18:35:54 GMT</pubDate>
    <dc:creator>avni26</dc:creator>
    <dc:date>2022-02-24T18:35:54Z</dc:date>
    <item>
      <title>How to highlight table cell based on two jobs runtime?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-highlight-table-cell-based-on-two-jobs-runtime/m-p/586470#M204290</link>
      <description>&lt;P&gt;Hi Team,&lt;BR /&gt;&lt;BR /&gt;I have multiple jobs runs daily . Showing the status of these jobs in table. Now, I want to highlight the cell depend on the jobs run time.&lt;BR /&gt;&amp;nbsp;For example there is three jobs .. Job Name A1 A2 A3&amp;nbsp;&lt;BR /&gt;and data for 3 days is like&lt;BR /&gt;date&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; jobName&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; StartTime&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status&lt;BR /&gt;22-02-2022&amp;nbsp; &amp;nbsp; &amp;nbsp; A1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 22-02-2022 01:00:00&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Success&lt;BR /&gt;22-02-2022&amp;nbsp; &amp;nbsp; &amp;nbsp; A2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 22-02-2022 04:00:00&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Success&lt;BR /&gt;22-02-2022&amp;nbsp; &amp;nbsp; &amp;nbsp; A3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;22-02-2022&amp;nbsp; 02:00:00&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;Success&lt;BR /&gt;23-02-2022&amp;nbsp; &amp;nbsp; &amp;nbsp; A1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 23-02-2022 00:50:00&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;Success&lt;BR /&gt;23-02-2022&amp;nbsp; &amp;nbsp; &amp;nbsp; A2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 23-03-2022 00:10:00&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Success&lt;BR /&gt;23-02-2022&amp;nbsp; &amp;nbsp; &amp;nbsp; A3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;23-03-2033&amp;nbsp; 03:00:00&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Failed&lt;BR /&gt;24-02-2022&amp;nbsp; &amp;nbsp; &amp;nbsp; A1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 24-03-2022 00:20:00&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;Success&lt;BR /&gt;24-02-2022&amp;nbsp; &amp;nbsp; &amp;nbsp; A2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 24-03-2022 01:00:00&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;Success&lt;BR /&gt;24-02-2022&amp;nbsp; &amp;nbsp; &amp;nbsp; A3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;24-03-2033&amp;nbsp; 00:00:00&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;Success&lt;/P&gt;
&lt;P&gt;Now , I want&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;OL class=""&gt;
&lt;LI&gt;Job dependencies 01: If A2 runs before A1 then it should be highlighted with a different color., suppose red&lt;/LI&gt;
&lt;LI&gt;Job dependencies 02: If A3 runs before A1 then it should be highlighted with a different color., Yellow&lt;BR /&gt;&lt;BR /&gt;And at last table will look like&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="25%" height="25px"&gt;Date&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;A1&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;A2&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;A3&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%" height="25px"&gt;22-02-2022&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;&lt;FONT color="#008000"&gt;Success&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;&lt;FONT color="#008000"&gt;Success&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;&lt;FONT color="#008000"&gt;Success&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%" height="25px"&gt;23-02-2022&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;&lt;FONT color="#008000"&gt;Success&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;&lt;FONT color="#FF0000"&gt;Success&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;&lt;FONT color="#008000"&gt;Failed&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%" height="25px"&gt;24-02-2022&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;&lt;FONT color="#008000"&gt;Success&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;&lt;FONT color="#008000"&gt;Success&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;&lt;FONT color="#FFFF00"&gt;Success&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;BR /&gt;Please help me to achieve this without using JS.&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Thu, 24 Feb 2022 18:35:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-highlight-table-cell-based-on-two-jobs-runtime/m-p/586470#M204290</guid>
      <dc:creator>avni26</dc:creator>
      <dc:date>2022-02-24T18:35:54Z</dc:date>
    </item>
  </channel>
</rss>

