<?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 preceeding load from two tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/preceeding-load-from-two-tables/m-p/876100#M654364</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;I'm trying to do a preceeding load from two resident tables in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Quantity"&amp;nbsp; in TableA,&lt;/P&gt;&lt;P&gt;"360 dayvel." in Table B.&lt;/P&gt;&lt;P&gt;I wanna do the calculations:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;If((Sum([Qty On Hand])/([360-day Velocity]/52))&amp;gt;=0 and (Sum([Qty On Hand])/([360-day Velocity]/52))&amp;lt;=8 as [0-8WOH]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;Anyone can give me hints.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jun 2015 20:18:21 GMT</pubDate>
    <dc:creator>markgraham123</dc:creator>
    <dc:date>2015-06-22T20:18:21Z</dc:date>
    <item>
      <title>preceeding load from two tables</title>
      <link>https://community.qlik.com/t5/QlikView/preceeding-load-from-two-tables/m-p/876100#M654364</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;I'm trying to do a preceeding load from two resident tables in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Quantity"&amp;nbsp; in TableA,&lt;/P&gt;&lt;P&gt;"360 dayvel." in Table B.&lt;/P&gt;&lt;P&gt;I wanna do the calculations:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;If((Sum([Qty On Hand])/([360-day Velocity]/52))&amp;gt;=0 and (Sum([Qty On Hand])/([360-day Velocity]/52))&amp;lt;=8 as [0-8WOH]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;Anyone can give me hints.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 20:18:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/preceeding-load-from-two-tables/m-p/876100#M654364</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2015-06-22T20:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: preceeding load from two tables</title>
      <link>https://community.qlik.com/t5/QlikView/preceeding-load-from-two-tables/m-p/876101#M654365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you mean apply a join and then get this calculation ?&lt;/P&gt;&lt;P&gt;something like &lt;/P&gt;&lt;P&gt;one:&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;fields&lt;/P&gt;&lt;P&gt;from your table&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;join &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;load &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;fields&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;from your table two;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;load&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;*,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;calculations &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;resident &lt;SPAN style="font-size: 13.3333330154419px;"&gt;one;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;drop table &lt;SPAN style="font-size: 13.3333330154419px;"&gt;one;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 21:05:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/preceeding-load-from-two-tables/m-p/876101#M654365</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-06-22T21:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: preceeding load from two tables</title>
      <link>https://community.qlik.com/t5/QlikView/preceeding-load-from-two-tables/m-p/876102#M654367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table17:&lt;/P&gt;&lt;P&gt;LOAD SKU#,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum([Qty On Hand]) as [Total Quantity]&lt;/P&gt;&lt;P&gt;&amp;nbsp; GROUP BY SKU#;&lt;/P&gt;&lt;P&gt;LOAD SKU#, [Qty On Hand]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident SKORT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join(Table17)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;&amp;nbsp; Resident Table16;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table18:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp; If(([Total Quantity]/([360-day Velocity]/52))&amp;gt;=0 and ([Total Quantity]/([360-day Velocity]/52))&amp;lt;=8, [360 0-8 WOH])&lt;/P&gt;&lt;P&gt;Resident Table17;&lt;/P&gt;&lt;P&gt;DROP Table Table16;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lemme knw whether this is fine?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 21:16:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/preceeding-load-from-two-tables/m-p/876102#M654367</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2015-06-22T21:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: preceeding load from two tables</title>
      <link>https://community.qlik.com/t5/QlikView/preceeding-load-from-two-tables/m-p/876103#M654370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, that should work, assuming that join between table 16 and table 17 is correct &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 21:23:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/preceeding-load-from-two-tables/m-p/876103#M654370</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-06-22T21:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: preceeding load from two tables</title>
      <link>https://community.qlik.com/t5/QlikView/preceeding-load-from-two-tables/m-p/876104#M654372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please post some sample data and your exprected result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 21:51:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/preceeding-load-from-two-tables/m-p/876104#M654372</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-06-22T21:51:56Z</dc:date>
    </item>
  </channel>
</rss>

