<?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 Load only field contains ID in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-only-field-contains-ID/m-p/110621#M754890</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to load only field contains ID. &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;How can I do this in the load script.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;Where Clause would work but could take a longer time to load. It would be great if you suggest other options.&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/142256#659774" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;" target="_blank"&gt;where clause in SQL statement&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/214481_Capture.JPG" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;LOAD Distinct&lt;/P&gt;&lt;P&gt;ID,&lt;/P&gt;&lt;P&gt;Key,&lt;/P&gt;&lt;P&gt;Parameter;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM "Server"."Prod".table1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>karan_kn</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Load only field contains ID</title>
      <link>https://community.qlik.com/t5/QlikView/Load-only-field-contains-ID/m-p/110621#M754890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to load only field contains ID. &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;How can I do this in the load script.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;Where Clause would work but could take a longer time to load. It would be great if you suggest other options.&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/142256#659774" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;" target="_blank"&gt;where clause in SQL statement&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/214481_Capture.JPG" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;LOAD Distinct&lt;/P&gt;&lt;P&gt;ID,&lt;/P&gt;&lt;P&gt;Key,&lt;/P&gt;&lt;P&gt;Parameter;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM "Server"."Prod".table1;&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/Load-only-field-contains-ID/m-p/110621#M754890</guid>
      <dc:creator>karan_kn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load only field contains ID</title>
      <link>https://community.qlik.com/t5/QlikView/Load-only-field-contains-ID/m-p/110622#M754892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15379527279422061" jivemacro_uid="_15379527279422061" modifiedtitle="true"&gt;
&lt;P&gt;tmp0:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1, Field2, Field3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 213, sd, hj&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 436, ggrer, uzt&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5467, sdf, uzk&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 76, ght, fr&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 687, dd, rr&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; , trh, jzt&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; , rzt, ziu&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; , , olöoi&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;/P&gt;
&lt;P&gt;tmp1:&lt;/P&gt;
&lt;P&gt;Load If(len(Field1)&amp;gt;0,Field1,Null()) as Field1, &lt;/P&gt;
&lt;P&gt;If(len(Field1)&amp;gt;0,Field2,Null()) as Field2,&lt;/P&gt;
&lt;P&gt;If(len(Field1)&amp;gt;0,Field3,Null()) as Field3&lt;/P&gt;
&lt;P&gt;Resident tmp0; DROP Table tmp0;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2018 09:06:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-only-field-contains-ID/m-p/110622#M754892</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2018-09-26T09:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Load only field contains ID</title>
      <link>https://community.qlik.com/t5/QlikView/Load-only-field-contains-ID/m-p/110623#M754895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response, can you help me within the sql load statement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2018 12:55:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-only-field-contains-ID/m-p/110623#M754895</guid>
      <dc:creator>karan_kn</dc:creator>
      <dc:date>2018-09-26T12:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Load only field contains ID</title>
      <link>https://community.qlik.com/t5/QlikView/Load-only-field-contains-ID/m-p/110624#M754898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Resident Load:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="java" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15379681719599724" jivemacro_uid="_15379681719599724" modifiedtitle="true"&gt;
&lt;P&gt;T1:&lt;/P&gt;
&lt;P&gt;LOAD Distinct&lt;/P&gt;
&lt;P&gt;ID,&lt;/P&gt;
&lt;P&gt;Key,&lt;/P&gt;
&lt;P&gt;Parameter;&lt;/P&gt;
&lt;P&gt;SQL SELECT *&lt;/P&gt;
&lt;P&gt;FROM "Server"."Prod".table1;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;T2:&lt;/P&gt;
&lt;P&gt;Load &lt;/P&gt;
&lt;P&gt;If(len(ID)&amp;gt;0,ID,Null())as ID,&lt;/P&gt;
&lt;P&gt;If(len(ID)&amp;gt;0,Key,Null())as Key,&lt;/P&gt;
&lt;P&gt;If(len(ID)&amp;gt;0,Parameter,Null())as Parameter&lt;/P&gt;
&lt;P&gt;Resident T1; DROP Table T1;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2018 13:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-only-field-contains-ID/m-p/110624#M754898</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2018-09-26T13:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Load only field contains ID</title>
      <link>https://community.qlik.com/t5/QlikView/Load-only-field-contains-ID/m-p/110625#M754900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2018 13:44:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-only-field-contains-ID/m-p/110625#M754900</guid>
      <dc:creator>karan_kn</dc:creator>
      <dc:date>2018-09-26T13:44:54Z</dc:date>
    </item>
  </channel>
</rss>

