<?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: Pick last 4 values from another table 1 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pick-last-4-values-from-another-table-1/m-p/789565#M1040480</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;from the Qview Help&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;Load A, B, numsum( B, &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;peek&lt;/SPAN&gt;( 'Bsum' ) ) as Bsum...;&lt;/SPAN&gt; &lt;BR /&gt;creates an accumulation of B in Bsum. &lt;/P&gt;&lt;P&gt;maybe a helpful hint for the 2nd. requirement. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 03 Jan 2015 07:32:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-01-03T07:32:32Z</dc:date>
    <item>
      <title>Pick last 4 values from another table 1</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-last-4-values-from-another-table-1/m-p/789562#M1040477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;This is in extension to my earlier query (&lt;A _jive_internal="true" href="https://community.qlik.com/message/679411#679411" title="http://community.qlik.com/message/679411#679411"&gt;http://community.qlik.com/message/679411#679411)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In earlier query, requirement was to fetch last 4 production orders where the Prd ord link was missing. File is attached herewith.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now we want to add two conditions while fetching &lt;STRONG&gt;LAST&lt;/STRONG&gt; 4 production orders i.e. -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;The P_Date of Prd Ord shall be equal or less than B_Date (i.e. Biling Date)&lt;/LI&gt;&lt;LI&gt;If say the Cumulative Sum of above production order qty (i.e. P_Qty) of last two Prd Ords is equals or higher than Billing Qty then no need to fetch more production orders.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest how to map the requirements.&lt;/P&gt;&lt;P&gt;At least 1'st requirement, which is important to us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Girish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 07:33:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-last-4-values-from-another-table-1/m-p/789562#M1040477</guid>
      <dc:creator>girish_talele</dc:creator>
      <dc:date>2014-12-26T07:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Pick last 4 values from another table 1</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-last-4-values-from-another-table-1/m-p/789563#M1040478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;Is there any way out??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jan 2015 06:13:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-last-4-values-from-another-table-1/m-p/789563#M1040478</guid>
      <dc:creator>girish_talele</dc:creator>
      <dc:date>2015-01-03T06:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Pick last 4 values from another table 1</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-last-4-values-from-another-table-1/m-p/789564#M1040479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Inter table field comparison in the Where clause is achieved using the peek function for instance:&lt;/P&gt;&lt;P&gt;P_Date&amp;nbsp; &amp;lt;= Peek('B_Date',0,'Billing')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jan 2015 07:29:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-last-4-values-from-another-table-1/m-p/789564#M1040479</guid>
      <dc:creator />
      <dc:date>2015-01-03T07:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Pick last 4 values from another table 1</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-last-4-values-from-another-table-1/m-p/789565#M1040480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;from the Qview Help&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;Load A, B, numsum( B, &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;peek&lt;/SPAN&gt;( 'Bsum' ) ) as Bsum...;&lt;/SPAN&gt; &lt;BR /&gt;creates an accumulation of B in Bsum. &lt;/P&gt;&lt;P&gt;maybe a helpful hint for the 2nd. requirement. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jan 2015 07:32:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-last-4-values-from-another-table-1/m-p/789565#M1040480</guid>
      <dc:creator />
      <dc:date>2015-01-03T07:32:32Z</dc:date>
    </item>
  </channel>
</rss>

