<?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 Loading all fields and changing one in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-all-fields-and-changing-one/m-p/282874#M706735</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;You can write&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;Field x as Field y&lt;/P&gt;&lt;P&gt;from temp.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Field x&lt;/P&gt;&lt;P&gt;rename field Field y to Field x;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jan 2012 11:09:19 GMT</pubDate>
    <dc:creator>vijay_iitkgp</dc:creator>
    <dc:date>2012-01-17T11:09:19Z</dc:date>
    <item>
      <title>Loading all fields and changing one</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-all-fields-and-changing-one/m-p/282873#M706734</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 have the following issue. I need to load all fields from a QVD file where I need to change one of them. To keep the script adaptive to the adding and removing of fields I would like to use the * instead of the field names. After I have changed one of the fields the table needs to be concatenated to another table. Any ideas of doing this without to many temporary tables? Ideally the script would look something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * (without field x),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; field x&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; temp.QVD;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 11:02:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-all-fields-and-changing-one/m-p/282873#M706734</guid>
      <dc:creator />
      <dc:date>2012-01-17T11:02:19Z</dc:date>
    </item>
    <item>
      <title>Loading all fields and changing one</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-all-fields-and-changing-one/m-p/282874#M706735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;You can write&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;Field x as Field y&lt;/P&gt;&lt;P&gt;from temp.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Field x&lt;/P&gt;&lt;P&gt;rename field Field y to Field x;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 11:09:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-all-fields-and-changing-one/m-p/282874#M706735</guid>
      <dc:creator>vijay_iitkgp</dc:creator>
      <dc:date>2012-01-17T11:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Loading all fields and changing one</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-all-fields-and-changing-one/m-p/282875#M706736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good one Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even faster if you do the RENAME only one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD * // x field is here as "original"&lt;/P&gt;&lt;P&gt;FROM File.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RENAME FIELD original TO x;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 11:15:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-all-fields-and-changing-one/m-p/282875#M706736</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-01-17T11:15:43Z</dc:date>
    </item>
    <item>
      <title>Loading all fields and changing one</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-all-fields-and-changing-one/m-p/282876#M706737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer. This still requires me to do a concatenate and drop table statement. Is there an easier way to concatenate the table after I have renamed the field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 11:18:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-all-fields-and-changing-one/m-p/282876#M706737</guid>
      <dc:creator />
      <dc:date>2012-01-17T11:18:33Z</dc:date>
    </item>
    <item>
      <title>Loading all fields and changing one</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-all-fields-and-changing-one/m-p/282877#M706738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer. I need to manipulate the original field so I will need the step in between.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 11:19:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-all-fields-and-changing-one/m-p/282877#M706738</guid>
      <dc:creator />
      <dc:date>2012-01-17T11:19:22Z</dc:date>
    </item>
    <item>
      <title>Loading all fields and changing one</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-all-fields-and-changing-one/m-p/282878#M706739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I dont know if I understand correctly&lt;/P&gt;&lt;P&gt;but U can do:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;Field x as Field y&lt;/P&gt;&lt;P&gt;from temp.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Field x;&lt;/P&gt;&lt;P&gt;rename field Field y to Field x;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;from temp2.qvd;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 11:31:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-all-fields-and-changing-one/m-p/282878#M706739</guid>
      <dc:creator>vijay_iitkgp</dc:creator>
      <dc:date>2012-01-17T11:31:32Z</dc:date>
    </item>
  </channel>
</rss>

