<?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 make an expression based on previous rows??? help needed in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208510#M63853</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I have a scenario, which i am unable to solve in QV. The scenario is given below&lt;/P&gt;&lt;P&gt;on Date D1, we have No of extracted rows 1000, on D2 900, on D3, 950, On D4 100. Now let suppose on D5 the extracted rows is 100, which is much less than the standard deviation or you can say the average of previous days, then i want to mark this cell as red. How can I calculate the avarege based on previous days and then compare D5 value with previous days.&lt;/P&gt;&lt;P&gt;To clerify it, I am making the following sample date&lt;/P&gt;&lt;P&gt;D1 D2 D3 D4 D5&lt;/P&gt;&lt;P&gt;Job1 1000 900 950 100 100&lt;/P&gt;&lt;P&gt;Job2&lt;/P&gt;&lt;P&gt;Job3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in the abve table, the I want to compare every date with previous dates average and if the difference is greater than 20%, then i want to mark it red.&lt;/P&gt;&lt;P&gt;Average = (date-4+date-3+date-2+date-1)/4 which in this case is ------&amp;gt; (D1+D2+D3+D4)/4&lt;/P&gt;&lt;P&gt;percentage difference= (todays extracted rows/average)*100&lt;/P&gt;&lt;P&gt;If (percentage difference &amp;gt;20) mark the cell red&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please read this scenario and help me. Let me know if anything is unclear&lt;/P&gt;&lt;P&gt;Arif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Apr 2011 08:37:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-04-11T08:37:21Z</dc:date>
    <item>
      <title>how to make an expression based on previous rows??? help needed</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208510#M63853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I have a scenario, which i am unable to solve in QV. The scenario is given below&lt;/P&gt;&lt;P&gt;on Date D1, we have No of extracted rows 1000, on D2 900, on D3, 950, On D4 100. Now let suppose on D5 the extracted rows is 100, which is much less than the standard deviation or you can say the average of previous days, then i want to mark this cell as red. How can I calculate the avarege based on previous days and then compare D5 value with previous days.&lt;/P&gt;&lt;P&gt;To clerify it, I am making the following sample date&lt;/P&gt;&lt;P&gt;D1 D2 D3 D4 D5&lt;/P&gt;&lt;P&gt;Job1 1000 900 950 100 100&lt;/P&gt;&lt;P&gt;Job2&lt;/P&gt;&lt;P&gt;Job3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in the abve table, the I want to compare every date with previous dates average and if the difference is greater than 20%, then i want to mark it red.&lt;/P&gt;&lt;P&gt;Average = (date-4+date-3+date-2+date-1)/4 which in this case is ------&amp;gt; (D1+D2+D3+D4)/4&lt;/P&gt;&lt;P&gt;percentage difference= (todays extracted rows/average)*100&lt;/P&gt;&lt;P&gt;If (percentage difference &amp;gt;20) mark the cell red&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please read this scenario and help me. Let me know if anything is unclear&lt;/P&gt;&lt;P&gt;Arif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 08:37:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208510#M63853</guid>
      <dc:creator />
      <dc:date>2011-04-11T08:37:21Z</dc:date>
    </item>
    <item>
      <title>how to make an expression based on previous rows??? help needed</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208511#M63854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;reply awaited &lt;IMG alt="Sad" src="http://community.qlik.com/emoticons/emotion-6.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 09:21:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208511#M63854</guid>
      <dc:creator />
      <dc:date>2011-04-11T09:21:15Z</dc:date>
    </item>
    <item>
      <title>how to make an expression based on previous rows??? help needed</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208512#M63855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you probably want to use the TOTAL keyword in some of your expressions.&lt;/P&gt;&lt;P&gt;I'd post a sample if you are looking for more help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 10:13:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208512#M63855</guid>
      <dc:creator>nathanfurby</dc:creator>
      <dc:date>2011-04-11T10:13:41Z</dc:date>
    </item>
    <item>
      <title>how to make an expression based on previous rows??? help needed</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208513#M63856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post the QV document with sample data &amp;amp; comments about your question. I am sure one of us would quickly reply back.&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;Cheers - DV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 10:16:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208513#M63856</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-04-11T10:16:51Z</dc:date>
    </item>
    <item>
      <title>how to make an expression based on previous rows??? help needed</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208514#M63857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, below is the pivot table with its results&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/5417.ETL-sample.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/5417.ETL-sample.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;as you can see in the attached image, I have encircled one cell, 192. As you can see, for all previous dates, the numbers are quite bigger but on this specific date, the number is only 192. so i want to make an expression in the background, where if the number's difference with previous 4 days average is greater than 20%, then i would want this cell to be highlighted as red.&lt;/P&gt;&lt;P&gt;I can post the Qlikview file, if this image does not help. I just want to know how can i make an expression to perform this task&lt;/P&gt;&lt;P&gt;Arif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 11:17:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208514#M63857</guid>
      <dc:creator />
      <dc:date>2011-04-11T11:17:07Z</dc:date>
    </item>
    <item>
      <title>how to make an expression based on previous rows??? help needed</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208515#M63858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Post the QV file - will be much easier to tell you the correct expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 11:23:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208515#M63858</guid>
      <dc:creator>nathanfurby</dc:creator>
      <dc:date>2011-04-11T11:23:58Z</dc:date>
    </item>
    <item>
      <title>how to make an expression based on previous rows??? help needed</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208516#M63859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't want to post the QV then try an expression like this:&lt;/P&gt;&lt;P&gt;Sum(TOTAL &amp;lt;session_name&amp;gt; Value) / Count(TOTAL &amp;lt;session_name&amp;gt; started_date)&lt;/P&gt;&lt;P&gt;EDIT - changed field names.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 11:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208516#M63859</guid>
      <dc:creator>nathanfurby</dc:creator>
      <dc:date>2011-04-11T11:49:07Z</dc:date>
    </item>
    <item>
      <title>how to make an expression based on previous rows??? help needed</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208517#M63860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached the application file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 08:06:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208517#M63860</guid>
      <dc:creator />
      <dc:date>2011-04-12T08:06:37Z</dc:date>
    </item>
    <item>
      <title>how to make an expression based on previous rows??? help needed</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208518#M63861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here is the qvd file for the above application.&lt;/P&gt;&lt;P&gt;Please check this and tell me what expression should i use to perform the task that i have requested earlier&lt;/P&gt;&lt;P&gt;Arif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 08:08:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208518#M63861</guid>
      <dc:creator />
      <dc:date>2011-04-12T08:08:00Z</dc:date>
    </item>
    <item>
      <title>how to make an expression based on previous rows??? help needed</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208519#M63862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Potential solution attached. Take a look at the second table for examples of expressions you could use. Play around with them in this format to get the number you require if the first table isn't adequate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 09:13:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208519#M63862</guid>
      <dc:creator>nathanfurby</dc:creator>
      <dc:date>2011-04-12T09:13:32Z</dc:date>
    </item>
    <item>
      <title>how to make an expression based on previous rows??? help needed</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208520#M63863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, let me first appreciate the level of cooperation that everyone has provided, NathanFurby in specific and everyone else in general&lt;/P&gt;&lt;P&gt;So here is another question. I want every row to be checked against the average of previous rows. The example that you have provided checks it against the overall total and average, while i want to check it against the average of the previous five rows.&lt;/P&gt;&lt;P&gt;I mean for every date, i want to check the no of rows of that date to the average no of rows against the five previous dates. Did you get my question, I can put it another way if you want?&lt;/P&gt;&lt;P&gt;and once again, thanks a lot&lt;/P&gt;&lt;P&gt;Arif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 11:45:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208520#M63863</guid>
      <dc:creator />
      <dc:date>2011-04-12T11:45:45Z</dc:date>
    </item>
    <item>
      <title>how to make an expression based on previous rows??? help needed</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208521#M63864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried inserting the above function so that for every date, the average of previous date is calculated..for example....for Date3, the average of date2 and date1 is comared, for date4, the average of date3, date2 and date1 is compared, and for date 5, the average of date4, date3, date2 and date1 is compared. How can i perform this?&lt;/P&gt;&lt;P&gt;Arif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 12:34:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208521#M63864</guid>
      <dc:creator />
      <dc:date>2011-04-12T12:34:15Z</dc:date>
    </item>
    <item>
      <title>how to make an expression based on previous rows??? help needed</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208522#M63865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If i understood your Question, attached application may be your soultion.&lt;/P&gt;&lt;P&gt;- Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 12:48:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208522#M63865</guid>
      <dc:creator />
      <dc:date>2011-04-12T12:48:07Z</dc:date>
    </item>
    <item>
      <title>how to make an expression based on previous rows??? help needed</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208523#M63866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes - as just mentioned, you want to use the Before function. I've just updated my original example as well.&lt;/P&gt;&lt;P&gt;In the second chart the only difference is that the Above function is used instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 14:20:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208523#M63866</guid>
      <dc:creator>nathanfurby</dc:creator>
      <dc:date>2011-04-12T14:20:01Z</dc:date>
    </item>
    <item>
      <title>how to make an expression based on previous rows??? help needed</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208524#M63867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;both of you (Nathan &amp;amp; Sridhar ) this is just excellent. This is exactly what i wanted. Awsome.&lt;/P&gt;&lt;P&gt;Now just a small query...If i want to count only those previous rows, where the (no of rows) field is not null or not zero...then how can i modify the below expression&lt;/P&gt;&lt;P&gt;RangeCount(Above(started_date,1,NoOfRows()))..... no_of_rows is a field in this table.&lt;/P&gt;&lt;P&gt;Arif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 14:39:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208524#M63867</guid>
      <dc:creator />
      <dc:date>2011-04-12T14:39:08Z</dc:date>
    </item>
    <item>
      <title>how to make an expression based on previous rows??? help needed</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208525#M63868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the Set Analysis that I included in the earlier example. I added a RowsExists column in the load script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 14:47:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208525#M63868</guid>
      <dc:creator>nathanfurby</dc:creator>
      <dc:date>2011-04-12T14:47:21Z</dc:date>
    </item>
    <item>
      <title>how to make an expression based on previous rows??? help needed</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208526#M63869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK here is the modified version again. Had to make a change to the load statment for that RowsExist column I introduced. This is because the RangeCount function does not take a SET statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 15:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208526#M63869</guid>
      <dc:creator>nathanfurby</dc:creator>
      <dc:date>2011-04-12T15:18:18Z</dc:date>
    </item>
    <item>
      <title>how to make an expression based on previous rows??? help needed</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208527#M63870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent...I really appreciate your help. This has solved my problem.&lt;/P&gt;&lt;P&gt;I am new to Qlikview so can you please suggest a reading meterial, where i can read in detail about set analysis and complex expressions in Qlikview. I have the reference manual but it does not explain these things in details&lt;/P&gt;&lt;P&gt;Arif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 08:05:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208527#M63870</guid>
      <dc:creator />
      <dc:date>2011-04-13T08:05:57Z</dc:date>
    </item>
    <item>
      <title>how to make an expression based on previous rows??? help needed</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208528#M63871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikTech are a bit useless at producing documentation - they like you to pay for their classroom training in order to get it &lt;IMG alt="Wink" src="http://community.qlik.com/emoticons/emotion-5.gif" /&gt;&lt;/P&gt;&lt;P&gt;But you can go here for some good stuff:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/gettingstarted/"&gt;http://community.qlik.com/gettingstarted/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Plenty of videos and training to get you going. After that just start exploring the samples that come with the app and the examples posted on the community site and experiment. The built in help file is often quite useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 08:45:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208528#M63871</guid>
      <dc:creator>nathanfurby</dc:creator>
      <dc:date>2011-04-13T08:45:07Z</dc:date>
    </item>
    <item>
      <title>how to make an expression based on previous rows??? help needed</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208529#M63872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh - and don't forget to mark the question as answered &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 09:37:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-make-an-expression-based-on-previous-rows-help-needed/m-p/208529#M63872</guid>
      <dc:creator>nathanfurby</dc:creator>
      <dc:date>2011-04-13T09:37:25Z</dc:date>
    </item>
  </channel>
</rss>

