<?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: Insert peek values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Insert-peek-values/m-p/1398564#M610415</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this make sense?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/180284_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;//Script&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;Main:&lt;/P&gt;&lt;P&gt;LOAD id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales1, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales2&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Test1.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;Join&lt;/P&gt;&lt;P&gt;LOAD id, Sales1, Sales2,MonthEnd(Date) as Date Resident Main;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Oct 2017 01:59:45 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-10-20T01:59:45Z</dc:date>
    <item>
      <title>Insert peek values</title>
      <link>https://community.qlik.com/t5/QlikView/Insert-peek-values/m-p/1398563#M610414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Colleagues, good day!&lt;BR /&gt;Would be glad to get some advise to solve this task:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have simple table with following structure:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.jpg" class="jive-image image-1" height="286" src="https://community.qlik.com/legacyfs/online/180241_1.jpg" style="height: 285.523px; width: 192px;" width="192" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to insert to this table several records (per each month) with this condition:&lt;BR /&gt;id - get previous id value&lt;/P&gt;&lt;P&gt;date - get monthend value&lt;/P&gt;&lt;P&gt;sales1 - get previous value&lt;/P&gt;&lt;P&gt;Sales2 - get previous value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so the result should be the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.jpg" class="jive-image image-2" height="373" src="https://community.qlik.com/legacyfs/online/180254_2.jpg" style="height: 372.69px; width: 244px;" width="244" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's sample in the attachment.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 17:45:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Insert-peek-values/m-p/1398563#M610414</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-19T17:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Insert peek values</title>
      <link>https://community.qlik.com/t5/QlikView/Insert-peek-values/m-p/1398564#M610415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this make sense?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/180284_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;//Script&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;Main:&lt;/P&gt;&lt;P&gt;LOAD id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales1, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales2&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Test1.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;Join&lt;/P&gt;&lt;P&gt;LOAD id, Sales1, Sales2,MonthEnd(Date) as Date Resident Main;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 01:59:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Insert-peek-values/m-p/1398564#M610415</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-20T01:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Insert peek values</title>
      <link>https://community.qlik.com/t5/QlikView/Insert-peek-values/m-p/1398565#M610416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 12:06:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Insert-peek-values/m-p/1398565#M610416</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-20T12:06:33Z</dc:date>
    </item>
  </channel>
</rss>

