<?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: Time chart command, how to remove unwanted row base on condition of column data in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-unwanted-row-base-on-condition-of-column-data/m-p/603100#M209887</link>
    <description>&lt;P&gt;below is the column field that I want to filter:&lt;/P&gt;&lt;P&gt;(((ID = "T9_LotID_LaneA" AND Value &amp;gt;0 AND Value!="03_Dummy")) OR ((ID = "T9_LotID_LaneB" AND Value &amp;gt;0 AND Value!="03_Dummy")) OR ((ID = "T9_LotID_LaneC" AND Value &amp;gt;0 AND Value!="03_Dummy")) OR ((ID = "T9_LotID_LaneD" AND Value &amp;gt;0 AND Value!="03_Dummy")))&lt;/P&gt;</description>
    <pubDate>Fri, 24 Jun 2022 03:30:21 GMT</pubDate>
    <dc:creator>324981</dc:creator>
    <dc:date>2022-06-24T03:30:21Z</dc:date>
    <item>
      <title>How to remove unwanted row base on condition of column data?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-unwanted-row-base-on-condition-of-column-data/m-p/603099#M209886</link>
      <description>&lt;P&gt;Hi, I am new in Splunk,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if I want to remove the display of all column field for T9_LotID_LaneA,T9_LotID_LaneB,T9_LotIB_LaneC,T9_LotID_LaneD, was empty or null value&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;my base search:&lt;/P&gt;
&lt;P&gt;OWA03 AND ID = "T9 Hot DI Air Temp.(Upper Chamber) HTC5.1 PV" OR ID = "T9 Hot DI Humidity PV" OR ID = "T9 Hot DI N2 Diffuser Temp.HTC4.1 PV" OR ID = "T9 Hot DI Water Process Temp.HTC2.1 PV" OR ID = "T9_LotID_LaneA" OR ID = "T9_LotID_LaneB" OR ID = "T9_LotID_LaneC" OR ID = "T9_LotID_LaneD"&lt;BR /&gt;|timechart span=3s cont=false latest(Value) by ID&lt;/P&gt;
&lt;P&gt;the results:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="324981_1-1656040484028.png" style="width: 1049px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20275i3DD214386919DBDD/image-dimensions/1049x184?v=v2" width="1049" height="184" role="button" title="324981_1-1656040484028.png" alt="324981_1-1656040484028.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;please advise ,&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 16:07:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-unwanted-row-base-on-condition-of-column-data/m-p/603099#M209886</guid>
      <dc:creator>324981</dc:creator>
      <dc:date>2022-07-05T16:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Time chart command, how to remove unwanted row base on condition of column data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-unwanted-row-base-on-condition-of-column-data/m-p/603100#M209887</link>
      <description>&lt;P&gt;below is the column field that I want to filter:&lt;/P&gt;&lt;P&gt;(((ID = "T9_LotID_LaneA" AND Value &amp;gt;0 AND Value!="03_Dummy")) OR ((ID = "T9_LotID_LaneB" AND Value &amp;gt;0 AND Value!="03_Dummy")) OR ((ID = "T9_LotID_LaneC" AND Value &amp;gt;0 AND Value!="03_Dummy")) OR ((ID = "T9_LotID_LaneD" AND Value &amp;gt;0 AND Value!="03_Dummy")))&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 03:30:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-unwanted-row-base-on-condition-of-column-data/m-p/603100#M209887</guid>
      <dc:creator>324981</dc:creator>
      <dc:date>2022-06-24T03:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Time chart command, how to remove unwanted row base on condition of column data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-unwanted-row-base-on-condition-of-column-data/m-p/603105#M209890</link>
      <description>&lt;P&gt;Try something like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;OWA03 AND ID = "T9 Hot DI Air Temp.(Upper Chamber) HTC5.1 PV" OR ID = "T9 Hot DI Humidity PV" OR ID = "T9 Hot DI N2 Diffuser Temp.HTC4.1 PV" OR ID = "T9 Hot DI Water Process Temp.HTC2.1 PV" OR ID = "T9_LotID_LaneA" OR ID = "T9_LotID_LaneB" OR ID = "T9_LotID_LaneC" OR ID = "T9_LotID_LaneD"
|timechart span=3s cont=false latest(Value) by ID
| where (T9_LotID_LaneA &amp;gt;0 AND T9_LotID_LaneA !="03_Dummy") OR (T9_LotID_LaneB &amp;gt;0 AND T9_LotID_LaneB !="03_Dummy") OR (T9_LotID_LaneC &amp;gt;0 AND T9_LotID_LaneC !="03_Dummy") OR (T9_LotID_LaneD &amp;gt;0 AND T9_LotID_LaneD !="03_Dummy")&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 24 Jun 2022 05:37:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-unwanted-row-base-on-condition-of-column-data/m-p/603105#M209890</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-06-24T05:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Time chart command, how to remove unwanted row base on condition of column data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-unwanted-row-base-on-condition-of-column-data/m-p/603312#M209970</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi ITWhisperer,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;the result : show empty. but after I change from &amp;gt;0 to &amp;gt;" 0" it show the results. What does it mean from &amp;gt;0 to &amp;gt;"0" is it for integer value and string value ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;OWA03 AND ID = "T9 Hot DI Air Temp.(Upper Chamber) HTC5.1 PV" OR ID = "T9 Hot DI Humidity PV" OR ID = "T9 Hot DI N2 Diffuser Temp.HTC4.1 PV" OR ID = "T9 Hot DI Water Process Temp.HTC2.1 PV" OR ID = "T9_LotID_LaneA" OR ID = "T9_LotID_LaneB" OR ID = "T9_LotID_LaneC" OR ID = "T9_LotID_LaneD"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;|timechart span=3s cont=false latest(Value) by ID&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;| where (T9_LotID_LaneA &amp;gt;"0" AND T9_LotID_LaneA !="03_Dummy") OR (T9_LotID_LaneB &amp;gt;"0" AND ID.T9_LotID_LaneB !="03_Dummy") OR (T9_LotID_LaneC &amp;gt;"0" AND T9_LotID_LaneC !="03_Dummy") OR (T9_LotID_LaneD &amp;gt;"0" AND T9_LotID_LaneD !="03_Dummy")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2022 01:48:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-unwanted-row-base-on-condition-of-column-data/m-p/603312#M209970</guid>
      <dc:creator>324981</dc:creator>
      <dc:date>2022-06-27T01:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Time chart command, how to remove unwanted row base on condition of column data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-unwanted-row-base-on-condition-of-column-data/m-p/604070#M210135</link>
      <description>&lt;P&gt;Yes, these fields hold non-numerics (strings) so comparing to "0" makes more sense although perhaps using != "" would be more appropriate?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 06:01:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-unwanted-row-base-on-condition-of-column-data/m-p/604070#M210135</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-07-01T06:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Time chart command, how to remove unwanted row base on condition of column data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-unwanted-row-base-on-condition-of-column-data/m-p/604277#M210182</link>
      <description>&lt;P&gt;it work well now. Thanks for the help.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2022 00:37:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-unwanted-row-base-on-condition-of-column-data/m-p/604277#M210182</guid>
      <dc:creator>324981</dc:creator>
      <dc:date>2022-07-04T00:37:08Z</dc:date>
    </item>
  </channel>
</rss>

