<?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 SV:Re: SV:Re: SV:Load syntax in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-syntax/m-p/190772#M53144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No it looks at all the already loaded ProductID's. If you only want to check against the ProductID's from the firstly loaded table but not other loaded ProductID's (if you load data between the two) you can load it with an alias, I.e:&lt;/P&gt;&lt;P&gt;Products:&lt;BR /&gt;Load&lt;BR /&gt; ProductID&lt;BR /&gt; &lt;STRONG&gt;ProductID as MyProductID,&lt;BR /&gt;&lt;/STRONG&gt; ProductNM;&lt;BR /&gt;SQL SELECT ProductID, ProductNM&lt;BR /&gt;FROM MyTable;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ProductSpecification:&lt;BR /&gt;Load&lt;BR /&gt; ProductID,&lt;BR /&gt; ProductWeight&lt;BR /&gt;&lt;STRONG&gt;WHERE EXISTS(ProductID, MyProductID);&lt;BR /&gt;&lt;/STRONG&gt;SQL SELECT ProductID, ProductWeight&lt;BR /&gt;FROM MyOtherTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Nov 2010 14:17:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-11-17T14:17:56Z</dc:date>
    <item>
      <title>Load syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Load-syntax/m-p/190767#M53139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am loading one table: productsA and want to load the other tables only when the Product_ID exists in the first table because the other tables have many posts that has nothing to do with productsA. How is the load syntax for that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Liivi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 09:25:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-syntax/m-p/190767#M53139</guid>
      <dc:creator />
      <dc:date>2010-11-17T09:25:41Z</dc:date>
    </item>
    <item>
      <title>SV:Load syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Load-syntax/m-p/190768#M53140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Writing syntax from memory but something like this should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Products:&lt;BR /&gt;Load&lt;BR /&gt; ProductID,&lt;BR /&gt; ProductNM;&lt;BR /&gt;SQL SELECT ProductID, ProductNM&lt;BR /&gt;FROM MyTable;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ProductSpecification:&lt;BR /&gt;Load&lt;BR /&gt; ProductID,&lt;BR /&gt; ProductWeight&lt;BR /&gt;&lt;STRONG&gt;WHERE EXISTS(ProductID);&lt;BR /&gt;&lt;/STRONG&gt;SQL SELECT ProductID, ProductWeight&lt;BR /&gt;FROM MyOtherTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 09:44:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-syntax/m-p/190768#M53140</guid>
      <dc:creator />
      <dc:date>2010-11-17T09:44:07Z</dc:date>
    </item>
    <item>
      <title>SV:Load syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Load-syntax/m-p/190769#M53141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But in this syntax you don't specify that the product_ID that I load from other table must exixt in the first table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 10:53:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-syntax/m-p/190769#M53141</guid>
      <dc:creator />
      <dc:date>2010-11-17T10:53:17Z</dc:date>
    </item>
    <item>
      <title>SV:Re: SV:Load syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Load-syntax/m-p/190770#M53142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I do. I explicitly state that ProductId must exist in the already loaded data. Hence the bold part.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 11:18:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-syntax/m-p/190770#M53142</guid>
      <dc:creator />
      <dc:date>2010-11-17T11:18:26Z</dc:date>
    </item>
    <item>
      <title>SV:Re: SV:Load syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Load-syntax/m-p/190771#M53143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As it seems it worked,&lt;/P&gt;&lt;P&gt;but what happens if I want to load more tables with this sytnax, does it always look on the product_ID in the first table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 11:38:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-syntax/m-p/190771#M53143</guid>
      <dc:creator />
      <dc:date>2010-11-17T11:38:59Z</dc:date>
    </item>
    <item>
      <title>SV:Re: SV:Re: SV:Load syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Load-syntax/m-p/190772#M53144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No it looks at all the already loaded ProductID's. If you only want to check against the ProductID's from the firstly loaded table but not other loaded ProductID's (if you load data between the two) you can load it with an alias, I.e:&lt;/P&gt;&lt;P&gt;Products:&lt;BR /&gt;Load&lt;BR /&gt; ProductID&lt;BR /&gt; &lt;STRONG&gt;ProductID as MyProductID,&lt;BR /&gt;&lt;/STRONG&gt; ProductNM;&lt;BR /&gt;SQL SELECT ProductID, ProductNM&lt;BR /&gt;FROM MyTable;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ProductSpecification:&lt;BR /&gt;Load&lt;BR /&gt; ProductID,&lt;BR /&gt; ProductWeight&lt;BR /&gt;&lt;STRONG&gt;WHERE EXISTS(ProductID, MyProductID);&lt;BR /&gt;&lt;/STRONG&gt;SQL SELECT ProductID, ProductWeight&lt;BR /&gt;FROM MyOtherTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 14:17:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-syntax/m-p/190772#M53144</guid>
      <dc:creator />
      <dc:date>2010-11-17T14:17:56Z</dc:date>
    </item>
    <item>
      <title>SV:Re: SV:Re: SV:Load syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Load-syntax/m-p/190773#M53145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx a lot!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Nov 2010 08:40:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-syntax/m-p/190773#M53145</guid>
      <dc:creator />
      <dc:date>2010-11-26T08:40:21Z</dc:date>
    </item>
  </channel>
</rss>

