<?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: How to avoid loading one field on Loading using * in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-avoid-loading-one-field-on-Loading-using/m-p/1206012#M387614</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load all the fields using * then use DROP FIELD, to get rid off the ones that you don't want:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1&gt;&lt;A name="kanchor583"&gt;&lt;/A&gt;Drop Field&lt;/H1&gt;&lt;P&gt;One or several QlikView fields can be dropped from the data model and thus from memory at any time during script execution, by means of a &lt;SPAN class="Bold"&gt;drop field &lt;/SPAN&gt;statement. &lt;BR /&gt;The syntax is:&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;drop field&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;[ &lt;SPAN class="Bold"&gt;s&lt;/SPAN&gt; ] fieldname [ , fieldname2 ...] [&lt;SPAN class="Bold"&gt;from&lt;/SPAN&gt; tablename1 [ , tablename2 ...]]&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Both &lt;SPAN class="Bold"&gt;drop field&lt;/SPAN&gt; and &lt;SPAN class="Bold"&gt;drop fields&lt;/SPAN&gt; are allowed forms with no difference in effect. &lt;BR /&gt;If no table is specified, the field will be dropped from all tables where it occurs. &lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P class="Code"&gt;drop field A;&lt;/P&gt;&lt;P class="Code"&gt;drop fields A,B;&lt;/P&gt;&lt;P class="Code"&gt;drop field A from X;&lt;/P&gt;&lt;P class="Code"&gt;drop fields A,B from X,Y;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P&gt;Back to &lt;A class="MCXref_0" target="" title=""&gt;&lt;EM&gt;Script Statements and Keywords&lt;/EM&gt;&lt;/A&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #808080;"&gt;&lt;SPAN class="PrimaryQVRelease"&gt;HTH Andy&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Oct 2016 13:35:38 GMT</pubDate>
    <dc:creator>awhitfield</dc:creator>
    <dc:date>2016-10-07T13:35:38Z</dc:date>
    <item>
      <title>How to avoid loading one field on Loading using *</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-loading-one-field-on-Loading-using/m-p/1206008#M387610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have weekly file which will be updated weekly.each week a new column will be added to the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in my script i ll be using * to load all the fields.&lt;/P&gt;&lt;P&gt;Now My problem is i have don't need 3 fields in my script,how to remove them while loading?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Reena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 06:44:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-loading-one-field-on-Loading-using/m-p/1206008#M387610</guid>
      <dc:creator />
      <dc:date>2016-10-07T06:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid loading one field on Loading using *</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-loading-one-field-on-Loading-using/m-p/1206009#M387611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain more, please.?&lt;/P&gt;&lt;P&gt;It is possible you upload an simple example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 06:47:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-loading-one-field-on-Loading-using/m-p/1206009#M387611</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2016-10-07T06:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid loading one field on Loading using *</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-loading-one-field-on-Loading-using/m-p/1206010#M387612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Drop them after you load them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM XYZ...;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Fields Field1, Field2, Field3;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 06:47:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-loading-one-field-on-Loading-using/m-p/1206010#M387612</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-07T06:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid loading one field on Loading using *</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-loading-one-field-on-Loading-using/m-p/1206011#M387613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;drop those fields &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 06:50:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-loading-one-field-on-Loading-using/m-p/1206011#M387613</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2016-10-07T06:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid loading one field on Loading using *</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-loading-one-field-on-Loading-using/m-p/1206012#M387614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load all the fields using * then use DROP FIELD, to get rid off the ones that you don't want:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1&gt;&lt;A name="kanchor583"&gt;&lt;/A&gt;Drop Field&lt;/H1&gt;&lt;P&gt;One or several QlikView fields can be dropped from the data model and thus from memory at any time during script execution, by means of a &lt;SPAN class="Bold"&gt;drop field &lt;/SPAN&gt;statement. &lt;BR /&gt;The syntax is:&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;drop field&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;[ &lt;SPAN class="Bold"&gt;s&lt;/SPAN&gt; ] fieldname [ , fieldname2 ...] [&lt;SPAN class="Bold"&gt;from&lt;/SPAN&gt; tablename1 [ , tablename2 ...]]&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Both &lt;SPAN class="Bold"&gt;drop field&lt;/SPAN&gt; and &lt;SPAN class="Bold"&gt;drop fields&lt;/SPAN&gt; are allowed forms with no difference in effect. &lt;BR /&gt;If no table is specified, the field will be dropped from all tables where it occurs. &lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P class="Code"&gt;drop field A;&lt;/P&gt;&lt;P class="Code"&gt;drop fields A,B;&lt;/P&gt;&lt;P class="Code"&gt;drop field A from X;&lt;/P&gt;&lt;P class="Code"&gt;drop fields A,B from X,Y;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P&gt;Back to &lt;A class="MCXref_0" target="" title=""&gt;&lt;EM&gt;Script Statements and Keywords&lt;/EM&gt;&lt;/A&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #808080;"&gt;&lt;SPAN class="PrimaryQVRelease"&gt;HTH Andy&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 13:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-loading-one-field-on-Loading-using/m-p/1206012#M387614</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2016-10-07T13:35:38Z</dc:date>
    </item>
  </channel>
</rss>

