<?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: how to get previous value? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-get-previous-value/m-p/790355#M1040672</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Avg(VALUE) - Alt(Above(TOTAL Column(1)),0) -- its working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 96pt;" width="128"&gt;&lt;TBODY&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15.0pt; width: 48pt;" width="64"&gt;A&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none; width: 48pt;" width="64"&gt;4000&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15.0pt; border-top: none; width: 48pt;" width="64"&gt;B&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none; width: 48pt;" width="64"&gt;-3720&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15.0pt; border-top: none; width: 48pt;" width="64"&gt;C&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none; width: 48pt;" width="64"&gt;4720&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15.0pt; border-top: none; width: 48pt;" width="64"&gt;D&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none; width: 48pt;" width="64"&gt;3280&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15.0pt; border-top: none; width: 48pt;" width="64"&gt;E&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none; width: 48pt;" width="64"&gt;1220&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15.0pt; border-top: none; width: 48pt;" width="64"&gt;F&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none; width: 48pt;" width="64"&gt;5780&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please close this thread by making appropriate answer if you are satisfied...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sub2u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Dec 2014 19:05:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-12-25T19:05:47Z</dc:date>
    <item>
      <title>how to get previous value?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-previous-value/m-p/790352#M1040669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Table like this below&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="176" style="border: 1px solid rgb(0, 0, 0); width: 289px; height: 147px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;ID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt; NAME&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;VALUE&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2800&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;C&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;D&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;8000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;E&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;6&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;F&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;7000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I want a Chart with Expression of&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression : Avg(VALUE) - Avg(Previous VALUE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want out put like while calculating avg(value)-avg(previous value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here avg(value) is talking rowno 1 - previous value is not there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;avg(value) means rowno 2- previous value(rowno 1)&amp;nbsp;&amp;nbsp; =&amp;nbsp; rowno 2 - row no 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;avg(value) means rowno 3-previous value(rowno 2 ) rowno 3- row no 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;avg(value) means rowno 4-previous value(rowno 3 ) rowno 4- row no 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here(-)&amp;nbsp; is minus .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 16:16:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-previous-value/m-p/790352#M1040669</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-25T16:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to get previous value?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-previous-value/m-p/790353#M1040670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dimension: ID, NAME&lt;/P&gt;&lt;P&gt;Expression: Avg(VALUE) - Alt(Above(TOTAL Column(1)),0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 16:26:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-previous-value/m-p/790353#M1040670</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-12-25T16:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to get previous value?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-previous-value/m-p/790354#M1040671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&amp;nbsp; Alt(Above(TOTAL Column(1)),0)&amp;nbsp; -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; here column1 will take from&amp;nbsp;&amp;nbsp; value field?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;intially i have tried like&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Above(sum(value),1)&amp;nbsp;&amp;nbsp; but it did not given result&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 18:02:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-previous-value/m-p/790354#M1040671</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-25T18:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to get previous value?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-previous-value/m-p/790355#M1040672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Avg(VALUE) - Alt(Above(TOTAL Column(1)),0) -- its working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 96pt;" width="128"&gt;&lt;TBODY&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15.0pt; width: 48pt;" width="64"&gt;A&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none; width: 48pt;" width="64"&gt;4000&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15.0pt; border-top: none; width: 48pt;" width="64"&gt;B&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none; width: 48pt;" width="64"&gt;-3720&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15.0pt; border-top: none; width: 48pt;" width="64"&gt;C&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none; width: 48pt;" width="64"&gt;4720&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15.0pt; border-top: none; width: 48pt;" width="64"&gt;D&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none; width: 48pt;" width="64"&gt;3280&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15.0pt; border-top: none; width: 48pt;" width="64"&gt;E&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none; width: 48pt;" width="64"&gt;1220&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15.0pt; border-top: none; width: 48pt;" width="64"&gt;F&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none; width: 48pt;" width="64"&gt;5780&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please close this thread by making appropriate answer if you are satisfied...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sub2u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 19:05:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-previous-value/m-p/790355#M1040672</guid>
      <dc:creator />
      <dc:date>2014-12-25T19:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to get previous value?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-previous-value/m-p/790356#M1040673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;s i agree with that,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my orginal expr looks like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;avg(sum(metricvalue)/10000- avg(sum(metricvalue)/10000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this situtaion&amp;nbsp; metricvalue&amp;nbsp; should come&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;40000 -0&amp;nbsp; =4000&lt;/P&gt;&lt;P&gt;2800-4000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is your above expression calculate or not ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 03:07:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-previous-value/m-p/790356#M1040673</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-26T03:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to get previous value?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-previous-value/m-p/790357#M1040674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Avg(VALUE) - Previous (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Avg(&lt;/SPAN&gt;VALUE))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;or &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;in script&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;previous(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;VALUE) as Previousvalue &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;andin expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Avg(VALUE)- avg(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Previousvalue )&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;in script&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;peek(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;VALUE) as Previousvalue &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;andin expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Avg(VALUE)- avg(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Previousvalue )&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;hope this helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 03:32:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-previous-value/m-p/790357#M1040674</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-12-26T03:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to get previous value?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-previous-value/m-p/790358#M1040675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this your expected output, else can you post expected output?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="146831.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/74215_146831.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 05:22:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-previous-value/m-p/790358#M1040675</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-12-26T05:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to get previous value?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-previous-value/m-p/790359#M1040676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HEy,&lt;/P&gt;&lt;P&gt;You may do like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Avg(Value) - Avg({&amp;lt;ID = (ID - 1 )&amp;gt;}Value) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may have to look the syntax .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 05:58:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-previous-value/m-p/790359#M1040676</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-12-26T05:58:35Z</dc:date>
    </item>
  </channel>
</rss>

