<?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: peek()? generate a line based on previous in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/peek-generate-a-line-based-on-previous/m-p/940284#M649402</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This does exactly what I needed. I removed the "+1/24/60/60" from the FromDatetime and ToDatetime fields and it is spot on. Thank you Henric, you saved me pulling my hair out! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Sep 2015 12:55:22 GMT</pubDate>
    <dc:creator>kmarsden</dc:creator>
    <dc:date>2015-09-25T12:55:22Z</dc:date>
    <item>
      <title>peek()? generate a line based on previous</title>
      <link>https://community.qlik.com/t5/QlikView/peek-generate-a-line-based-on-previous/m-p/940282#M649400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; border-image: none; 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;StudentID&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;Absence&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;FromDatetime&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;ToDatetime&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;Sick&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;01/01/2015 00:00:00&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;01/01/2015 23:59:59&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Sick&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;04/01/2015 00:00:00&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;05/01/2015 23:59:59&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;Exam&lt;/TD&gt;&lt;TD&gt;07/01/2015 00:00:00&lt;/TD&gt;&lt;TD&gt;07/01/2015 23:59:59&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;Exam&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;07/01/2015 00:00:00&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;07/01/2015 23:59:59&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;LOAD &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;StudentID, Absence, FromDatetime, ToDatetime&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;FROM &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;&lt;STRONG&gt;$(vPath)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;\Diary.qvd&lt;BR /&gt; (&lt;SPAN style="color: #0000ff;"&gt;qvd&lt;/SPAN&gt;) ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi, I have an issue where I'm trying to evaluate the above table to find instances where StudentID AND Absence are the same as the previously loaded line. When this occurs I need to generate a line of data for the same StudentID but with the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt; an Absence of 'Attending'&lt;/LI&gt;&lt;LI&gt;a FromDatetime of 1 second after the ToDatetime on the previously loaded line&lt;/LI&gt;&lt;LI&gt;a ToDatetime of 1 second after the ToDatetime on the previously loaded line (i.e. the same as FromDatetime above)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm assuming peek() should be used to evaluate StudentID and Absence which I'm fine with. However, I'm struggling to generate the additional line whenever the criteria is met. Any help would be greatly appreciated...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example of required output would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; border-image: none; 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;StudentID&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;Absence&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;FromDatetime&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;ToDatetime&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;Sick&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;01/01/2015 00:00:00&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;01/01/2015 23:59:59&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Attending&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;02/01/2015 00:00:00&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;02/01/2015 00:00:00&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Sick&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;04/01/2015 00:00:00&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;05/01/2015 23:59:59&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;Exam&lt;/TD&gt;&lt;TD&gt;07/01/2015 00:00:00&lt;/TD&gt;&lt;TD&gt;07/01/2015 23:59:59&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;Exam&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;07/01/2015 00:00:00&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;07/01/2015 23:59:59&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 11:56:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/peek-generate-a-line-based-on-previous/m-p/940282#M649400</guid>
      <dc:creator>kmarsden</dc:creator>
      <dc:date>2015-09-25T11:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: peek()? generate a line based on previous</title>
      <link>https://community.qlik.com/t5/QlikView/peek-generate-a-line-based-on-previous/m-p/940283#M649401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Try&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: blue;"&gt;Load&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp; RowNo&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;() &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9pt; color: maroon;"&gt;RowNo&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: maroon;"&gt;&amp;nbsp;&amp;nbsp; StudentID&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: maroon;"&gt;&amp;nbsp;&amp;nbsp; ShouldBeDuplicated&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp; If&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: blue;"&gt;IterNo&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;()=1 &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: blue;"&gt;and&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9pt; color: maroon;"&gt;ShouldBeDuplicated&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;,'Attending',&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: maroon;"&gt;Absence&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9pt; color: maroon;"&gt;Absence&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp; If&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: blue;"&gt;IterNo&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;()=1 &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: blue;"&gt;and&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9pt; color: maroon;"&gt;ShouldBeDuplicated&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: blue;"&gt;TimeStamp&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: blue;"&gt;Previous&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: maroon;"&gt;ToDatetime&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;)+1/24/60/60),&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: maroon;"&gt;FromDatetime&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9pt; color: maroon;"&gt;FromDatetime&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp; If&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: blue;"&gt;IterNo&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;()=1 &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: blue;"&gt;and&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9pt; color: maroon;"&gt;ShouldBeDuplicated&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: blue;"&gt;TimeStamp&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: blue;"&gt;Previous&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: maroon;"&gt;ToDatetime&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;)+1/24/60/60),&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: maroon;"&gt;ToDatetime&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9pt; color: maroon;"&gt;ToDatetime&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp; While&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9pt; color: blue;"&gt;IterNo&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;() =1 &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: blue;"&gt;or&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt; (&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: blue;"&gt;IterNo&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;()=2 &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: blue;"&gt;and&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9pt; color: maroon;"&gt;ShouldBeDuplicated&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;);&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: blue;"&gt;Load&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt; &lt;SPAN style="color: #000000; font-size: 12px;"&gt;*,&lt;/SPAN&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: maroon;"&gt;&amp;nbsp;&amp;nbsp; StudentID&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: blue;"&gt;Previous&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: maroon;"&gt;StudentID&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: blue;"&gt;and&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9pt; color: maroon;"&gt;Absence&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: blue;"&gt;Previous&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: maroon;"&gt;Absence&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9pt; color: maroon;"&gt;ShouldBeDuplicated&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&amp;nbsp; &lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: blue;"&gt;From … &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9.0pt; font-family: arial, helvetica, sans-serif;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9.0pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 13.3333px; font-family: arial, helvetica, sans-serif;"&gt;HIC&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 12:35:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/peek-generate-a-line-based-on-previous/m-p/940283#M649401</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-09-25T12:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: peek()? generate a line based on previous</title>
      <link>https://community.qlik.com/t5/QlikView/peek-generate-a-line-based-on-previous/m-p/940284#M649402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This does exactly what I needed. I removed the "+1/24/60/60" from the FromDatetime and ToDatetime fields and it is spot on. Thank you Henric, you saved me pulling my hair out! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 12:55:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/peek-generate-a-line-based-on-previous/m-p/940284#M649402</guid>
      <dc:creator>kmarsden</dc:creator>
      <dc:date>2015-09-25T12:55:22Z</dc:date>
    </item>
  </channel>
</rss>

