<?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: Optimized Load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Optimized-Load/m-p/1038952#M927300</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks John - this works too.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kathleen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Apr 2016 20:44:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-04-01T20:44:15Z</dc:date>
    <item>
      <title>Optimized Load</title>
      <link>https://community.qlik.com/t5/QlikView/Optimized-Load/m-p/1038946#M927294</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 loading a customer table and some customers are active and others are not.&amp;nbsp; There is an active customer field that is flagged with a Y for active and N for nonactive.&amp;nbsp; How can I load the table, filter to only active customer and have an optimized load?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the table has the following fields:&lt;/P&gt;&lt;P&gt;Customer_ID&lt;/P&gt;&lt;P&gt;Customer_Name&lt;/P&gt;&lt;P&gt;Customer_ActiveFlag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kathleen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Optimized-Load/m-p/1038946#M927294</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Optimized Load</title>
      <link>https://community.qlik.com/t5/QlikView/Optimized-Load/m-p/1038947#M927295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do an Inline Load to a temporary table&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; with just one field &lt;EM&gt;[Customer_ActiveFlag]&lt;/EM&gt; and just one row of value 'Yes'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then do your load from qvd with a Where Exists clause on your &lt;EM&gt;[Customer_ActiveFlag]&lt;/EM&gt; - this will be optimized.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally drop your temporary table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 18:39:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Optimized-Load/m-p/1038947#M927295</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-01T18:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Optimized Load</title>
      <link>https://community.qlik.com/t5/QlikView/Optimized-Load/m-p/1038948#M927296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure where your Customers table comes from DB, Excel....?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customers:&lt;/P&gt;&lt;P&gt;LOAD Customer_ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Customer_Name&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM Customers&lt;/P&gt;&lt;P&gt;WHERE Customer_ActiveFlag='Y';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 18:39:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Optimized-Load/m-p/1038948#M927296</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-01T18:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Optimized Load</title>
      <link>https://community.qlik.com/t5/QlikView/Optimized-Load/m-p/1038949#M927297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bill - this worked well.&amp;nbsp; I appreciate your insight. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kathleen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 19:28:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Optimized-Load/m-p/1038949#M927297</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-01T19:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Optimized Load</title>
      <link>https://community.qlik.com/t5/QlikView/Optimized-Load/m-p/1038950#M927298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Customer data is in a qvd which is generated from our TMS system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 19:29:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Optimized-Load/m-p/1038950#M927298</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-01T19:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Optimized Load</title>
      <link>https://community.qlik.com/t5/QlikView/Optimized-Load/m-p/1038951#M927299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tend to use autogenerate (often with subfield to easily generate all combinations of multiple values in multiple fields, not relevant here), then inner join. Pretty much functionally identical. Just a slightly different way of doing the same thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[Customer]:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;LOAD 'Y' as [Customer_ActiveFlag]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;AUTOGENERATE 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;INNER JOIN ([Customer])&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;LOAD&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; [Customer_ID]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;,[Customer_Name]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;,[Customer_ActiveFlag]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;FROM Customer.qvd (QVD)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;WHERE exists([Customer_ActiveFlag])&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[Temp]:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Customer_ActiveFlag&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Y&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[Customer]:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;LOAD&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; [Customer_ID]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;,[Customer_Name]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;,[Customer_ActiveFlag]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;FROM Customer.qvd (QVD)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;WHERE exists([Customer_ActiveFlag])&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;DROP TABLE [Temp];&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 20:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Optimized-Load/m-p/1038951#M927299</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2016-04-01T20:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Optimized Load</title>
      <link>https://community.qlik.com/t5/QlikView/Optimized-Load/m-p/1038952#M927300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks John - this works too.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kathleen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 20:44:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Optimized-Load/m-p/1038952#M927300</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-01T20:44:15Z</dc:date>
    </item>
  </channel>
</rss>

