<?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 Running search calculation in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Running-search-calculation/m-p/559813#M9983</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="smanojkumar_1-1626444269426.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/15124i30F1F386440C80F4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="smanojkumar_1-1626444269426.png" alt="smanojkumar_1-1626444269426.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The calculation has to be made on Team Availability, taking a value of 96000 reduces the current Time Required&amp;nbsp; value and display in the next row in&amp;nbsp;Team Availability, the recent&amp;nbsp;Team Availability value must be taken for next subtraction with&amp;nbsp;Time Required can be displayed&amp;nbsp; in the next row in&amp;nbsp;Team Availability, so it continues for all Time Required valued.&lt;/P&gt;&lt;P&gt;The last image is the expected one,&lt;/P&gt;&lt;P&gt;Help me to rectify my doubt and share the query&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="smanojkumar_2-1626444735557.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/15125iB594321523F2042F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="smanojkumar_2-1626444735557.png" alt="smanojkumar_2-1626444735557.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Jul 2021 14:19:19 GMT</pubDate>
    <dc:creator>smanojkumar</dc:creator>
    <dc:date>2021-07-16T14:19:19Z</dc:date>
    <item>
      <title>Running search calculation</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Running-search-calculation/m-p/559813#M9983</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="smanojkumar_1-1626444269426.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/15124i30F1F386440C80F4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="smanojkumar_1-1626444269426.png" alt="smanojkumar_1-1626444269426.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The calculation has to be made on Team Availability, taking a value of 96000 reduces the current Time Required&amp;nbsp; value and display in the next row in&amp;nbsp;Team Availability, the recent&amp;nbsp;Team Availability value must be taken for next subtraction with&amp;nbsp;Time Required can be displayed&amp;nbsp; in the next row in&amp;nbsp;Team Availability, so it continues for all Time Required valued.&lt;/P&gt;&lt;P&gt;The last image is the expected one,&lt;/P&gt;&lt;P&gt;Help me to rectify my doubt and share the query&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="smanojkumar_2-1626444735557.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/15125iB594321523F2042F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="smanojkumar_2-1626444735557.png" alt="smanojkumar_2-1626444735557.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jul 2021 14:19:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Running-search-calculation/m-p/559813#M9983</guid>
      <dc:creator>smanojkumar</dc:creator>
      <dc:date>2021-07-16T14:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Running search calculation</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Running-search-calculation/m-p/559821#M9984</link>
      <description>&lt;LI-CODE lang="markup"&gt;| streamstats last(TimeRequired) as previousTimeUsed window=2 current=f
| streamstats sum(previousTimeUsed) as cumulativeUsage
| fillnull value=0 cumulativeUsage
| eval TeamAvailability=96000-cumulativeUsage&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 16 Jul 2021 14:50:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Running-search-calculation/m-p/559821#M9984</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-07-16T14:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Running search calculation</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Running-search-calculation/m-p/559920#M9985</link>
      <description>&lt;P&gt;It works, Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jul 2021 17:21:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Running-search-calculation/m-p/559920#M9985</guid>
      <dc:creator>smanojkumar</dc:creator>
      <dc:date>2021-07-17T17:21:24Z</dc:date>
    </item>
  </channel>
</rss>

