<?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 Get previous value in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Get-previous-value/m-p/1664158#M51115</link>
    <description>&lt;P&gt;Hello everyone&lt;/P&gt;&lt;P&gt;I am trying to create the same table as shown below in qliksense but i don't know how to get the second column.&lt;/P&gt;&lt;P&gt;As you can see the second column is calculated from the last one the issue is i don't know how to get the values from the last column et put it in the second one. also the yellow value is independent and the grey value is the sum of the second et the fifth column&lt;/P&gt;&lt;P&gt;i used this function to get the second column but the issue is i can ' t insert the yellow value, the yellow value is always equal to zero&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what i am trying but as I said it always put a 0 in the yellow section is there any solution?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;rangesum(above(Sum(Montant))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 558px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/26624i379F597A2B55EB43/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 19:20:07 GMT</pubDate>
    <dc:creator>power21</dc:creator>
    <dc:date>2024-11-16T19:20:07Z</dc:date>
    <item>
      <title>Get previous value</title>
      <link>https://community.qlik.com/t5/App-Development/Get-previous-value/m-p/1664158#M51115</link>
      <description>&lt;P&gt;Hello everyone&lt;/P&gt;&lt;P&gt;I am trying to create the same table as shown below in qliksense but i don't know how to get the second column.&lt;/P&gt;&lt;P&gt;As you can see the second column is calculated from the last one the issue is i don't know how to get the values from the last column et put it in the second one. also the yellow value is independent and the grey value is the sum of the second et the fifth column&lt;/P&gt;&lt;P&gt;i used this function to get the second column but the issue is i can ' t insert the yellow value, the yellow value is always equal to zero&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what i am trying but as I said it always put a 0 in the yellow section is there any solution?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;rangesum(above(Sum(Montant))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 558px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/26624i379F597A2B55EB43/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:20:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-previous-value/m-p/1664158#M51115</guid>
      <dc:creator>power21</dc:creator>
      <dc:date>2024-11-16T19:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Get previous value</title>
      <link>https://community.qlik.com/t5/App-Development/Get-previous-value/m-p/1664162#M51116</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How is your data filtered down to 2020 only? I suppose you are using a filter of some sort (year probably) and that's what applies the limitation on your data set. I guess the yellow value should be the value of 31st of Dec 2019.&lt;/P&gt;&lt;P&gt;The Above/Below functions only work on top of the chart prefiltered by your selections.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to do this on the back-end.&lt;/P&gt;&lt;P&gt;There is a way to do it on the front-end but it's crazy difficult and maintenance will be hell.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope that helps!&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;S.T.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 15:41:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-previous-value/m-p/1664162#M51116</guid>
      <dc:creator>Stoyan_Terziev</dc:creator>
      <dc:date>2020-01-09T15:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Get previous value</title>
      <link>https://community.qlik.com/t5/App-Development/Get-previous-value/m-p/1664165#M51117</link>
      <description>&lt;P&gt;Hello Stoyan,&lt;/P&gt;&lt;P&gt;This is just an example, not real data. I want to have the same result&amp;nbsp; as shown in the picture using qlik sense but when using the above function i get a zero in the first row instead i want to have a exact value here for example i have the yellow value&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 16:03:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-previous-value/m-p/1664165#M51117</guid>
      <dc:creator>power21</dc:creator>
      <dc:date>2020-01-09T16:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Get previous value</title>
      <link>https://community.qlik.com/t5/App-Development/Get-previous-value/m-p/1664268#M51118</link>
      <description>&lt;P&gt;I think:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Alt(rangesum(above(Sum(Montant)),&amp;nbsp;Sum(Montant))&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 22:43:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-previous-value/m-p/1664268#M51118</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2020-01-09T22:43:09Z</dc:date>
    </item>
  </channel>
</rss>

