<?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 calculate percentage change? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-percentage-change/m-p/390568#M113748</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I have 2 fields current_value and previous_value, how to calculate the increase or decrease percentage based on the 2 values?&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 20:46:31 GMT</pubDate>
    <dc:creator>knalla</dc:creator>
    <dc:date>2020-09-29T20:46:31Z</dc:date>
    <item>
      <title>How to calculate percentage change?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-percentage-change/m-p/390568#M113748</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I have 2 fields current_value and previous_value, how to calculate the increase or decrease percentage based on the 2 values?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:46:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-percentage-change/m-p/390568#M113748</guid>
      <dc:creator>knalla</dc:creator>
      <dc:date>2020-09-29T20:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate percentage change?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-percentage-change/m-p/390569#M113749</link>
      <description>&lt;PRE&gt;| eval diffPercentage =  ((current_value-previous_value)/previous_value)*100&lt;/PRE&gt;</description>
      <pubDate>Wed, 01 Aug 2018 18:14:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-percentage-change/m-p/390569#M113749</guid>
      <dc:creator>pradeepkumarg</dc:creator>
      <dc:date>2018-08-01T18:14:26Z</dc:date>
    </item>
  </channel>
</rss>

