<?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 Row Answer in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Get-Previous-Row-Answer/m-p/841846#M295880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please supply sample example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 May 2015 08:04:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-05-25T08:04:16Z</dc:date>
    <item>
      <title>How to Get Previous Row Answer</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Get-Previous-Row-Answer/m-p/841844#M295878</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;Im trying to get an answer for Previous Row Answer as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&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;Numbers&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;Names&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1234&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1234&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;12354&lt;/TD&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;12354&lt;/TD&gt;&lt;TD&gt;D&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;12543&lt;/TD&gt;&lt;TD&gt;E&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1234&lt;/TD&gt;&lt;TD&gt;F&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;54321&lt;/TD&gt;&lt;TD&gt;G&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Previous im using its looking at the Previous Corresponding Same Number, so i need previous row&lt;/P&gt;&lt;P&gt;as like Current row is determined by the previous Row.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 07:48:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Get-Previous-Row-Answer/m-p/841844#M295878</guid>
      <dc:creator />
      <dc:date>2015-05-25T07:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get Previous Row Answer</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Get-Previous-Row-Answer/m-p/841845#M295879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look here: &lt;A href="https://community.qlik.com/qlik-blogpost/3048"&gt;Peek() vs Previous() – When to Use Each&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 07:52:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Get-Previous-Row-Answer/m-p/841845#M295879</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-05-25T07:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get Previous Row Answer</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Get-Previous-Row-Answer/m-p/841846#M295880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please supply sample example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 08:04:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Get-Previous-Row-Answer/m-p/841846#M295880</guid>
      <dc:creator />
      <dc:date>2015-05-25T08:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get Previous Row Answer</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Get-Previous-Row-Answer/m-p/841847#M295881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t1:&lt;/P&gt;&lt;P&gt;Load * From Source;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t2:&lt;/P&gt;&lt;P&gt;Load *, if(Numbers = peek('Numbers', -1), Then, Else) as NewField Resident t1 order by Numbers;&lt;/P&gt;&lt;P&gt;drop tables t1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Important is to order the load within a resident load and then check the rows against each other. maybe you need to implement a few more check-logics (if's).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 08:11:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Get-Previous-Row-Answer/m-p/841847#M295881</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-05-25T08:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get Previous Row Answer</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Get-Previous-Row-Answer/m-p/841848#M295882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In front end, Use Above function and for script use previous function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 08:15:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Get-Previous-Row-Answer/m-p/841848#M295882</guid>
      <dc:creator>timanshu</dc:creator>
      <dc:date>2015-05-25T08:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get Previous Row Answer</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Get-Previous-Row-Answer/m-p/841849#M295883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thabiso,&lt;/P&gt;&lt;P&gt;Can you attach you sample .qvw file so that we can work on it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 08:18:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Get-Previous-Row-Answer/m-p/841849#M295883</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2015-05-25T08:18:29Z</dc:date>
    </item>
  </channel>
</rss>

