<?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: comparing the filed value with previous value in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/comparing-the-filed-value-with-previous-value/m-p/614883#M50440</link>
    <description>&lt;P&gt;It looks like you want the value from the next event not the previous (although this does represent the previous in time looking at your data).&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| reverse
| streamstats window=1 current=f values(value) as previousValue
| reverse&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 28 Sep 2022 07:22:37 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2022-09-28T07:22:37Z</dc:date>
    <item>
      <title>comparing the filed value with previous value</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/comparing-the-filed-value-with-previous-value/m-p/614880#M50438</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="supraja_0-1664349228799.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/21720iC1444DD69964D5DD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="supraja_0-1664349228799.png" alt="supraja_0-1664349228799.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;how to bring previous value by using value ?? could someone help me please.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 07:15:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/comparing-the-filed-value-with-previous-value/m-p/614880#M50438</guid>
      <dc:creator>supraja</dc:creator>
      <dc:date>2022-09-28T07:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: comparing the filed value with previous value</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/comparing-the-filed-value-with-previous-value/m-p/614883#M50440</link>
      <description>&lt;P&gt;It looks like you want the value from the next event not the previous (although this does represent the previous in time looking at your data).&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| reverse
| streamstats window=1 current=f values(value) as previousValue
| reverse&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 28 Sep 2022 07:22:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/comparing-the-filed-value-with-previous-value/m-p/614883#M50440</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-09-28T07:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: comparing the filed value with previous value</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/comparing-the-filed-value-with-previous-value/m-p/614910#M50446</link>
      <description>&lt;P&gt;this solution is not working , we need to take considertation of time as well .. could you please provide any other solution&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 08:48:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/comparing-the-filed-value-with-previous-value/m-p/614910#M50446</guid>
      <dc:creator>supraja</dc:creator>
      <dc:date>2022-09-28T08:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: comparing the filed value with previous value</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/comparing-the-filed-value-with-previous-value/m-p/614915#M50448</link>
      <description>&lt;LI-CODE lang="markup"&gt;| sort 0 _time
| streamstats window=1 current=f values(value) as previousValue
| reverse&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 28 Sep 2022 08:59:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/comparing-the-filed-value-with-previous-value/m-p/614915#M50448</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-09-28T08:59:48Z</dc:date>
    </item>
  </channel>
</rss>

