<?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: Crush and new table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Crush-and-new-table/m-p/701437#M253195</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah super Chris the change table name is ok!&lt;/P&gt;&lt;P&gt;But an other problem, the fields on the CLIENT table starts by CLIENT2.code for example!&lt;/P&gt;&lt;P&gt;Thanks you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jun 2014 08:43:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-18T08:43:56Z</dc:date>
    <item>
      <title>Crush and new table</title>
      <link>https://community.qlik.com/t5/QlikView/Crush-and-new-table/m-p/701433#M253191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, here's a question that may seem relatively simple &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a number of imported table using the statement: &lt;/P&gt;&lt;P&gt;binary [test.qvw]; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This test.qvw imports a table called CLIENT but is not qualified &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would just have the same CLIENT table but qualified so I tried &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* Qualify; &lt;/P&gt;&lt;P&gt;CLIENT: &lt;/P&gt;&lt;P&gt;load * CLIENT resident; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And nothing moves&amp;nbsp; I have to create a table CLIENT2&amp;nbsp; and now it's OK&lt;/P&gt;&lt;P&gt;* Qualify; &lt;/P&gt;&lt;P&gt;CLIENT2: &lt;/P&gt;&lt;P&gt;load * CLIENT resident; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok for that but I want my table CLIENT and not CLIENT2 therefore crush the old unskilled and qualify calls because I have code that depends on CLIENT no CLIENT2! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much and sorry for my bad english.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 08:21:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crush-and-new-table/m-p/701433#M253191</guid>
      <dc:creator />
      <dc:date>2014-06-18T08:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Crush and new table</title>
      <link>https://community.qlik.com/t5/QlikView/Crush-and-new-table/m-p/701434#M253192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Qualify * instead of * Qualify &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 08:32:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crush-and-new-table/m-p/701434#M253192</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-06-18T08:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Crush and new table</title>
      <link>https://community.qlik.com/t5/QlikView/Crush-and-new-table/m-p/701435#M253193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excuse me it was Qualify * ; &lt;/P&gt;&lt;P&gt;I made a mistake when i wrote this topic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 08:34:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crush-and-new-table/m-p/701435#M253193</guid>
      <dc:creator />
      <dc:date>2014-06-18T08:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Crush and new table</title>
      <link>https://community.qlik.com/t5/QlikView/Crush-and-new-table/m-p/701436#M253194</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;Qualify *;&amp;nbsp;&amp;nbsp; will qualify all fields following tihis statement and qualify them with the last table label found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you use&lt;/P&gt;&lt;P&gt;CLIENT:&lt;/P&gt;&lt;P&gt;LOAD * Residnet CLIENT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QV interprets both tables as the same and mix the second one on the first one&amp;nbsp; ...so no change&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have to go thru an other table (client2)&amp;nbsp;&amp;nbsp; or change CLIENT by Tmp&amp;nbsp; and CLIENT2 by CLIENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also rename CLIENT2 as CLIENT but drop table CLIENT before&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regardss&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 08:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crush-and-new-table/m-p/701436#M253194</guid>
      <dc:creator />
      <dc:date>2014-06-18T08:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Crush and new table</title>
      <link>https://community.qlik.com/t5/QlikView/Crush-and-new-table/m-p/701437#M253195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah super Chris the change table name is ok!&lt;/P&gt;&lt;P&gt;But an other problem, the fields on the CLIENT table starts by CLIENT2.code for example!&lt;/P&gt;&lt;P&gt;Thanks you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 08:43:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crush-and-new-table/m-p/701437#M253195</guid>
      <dc:creator />
      <dc:date>2014-06-18T08:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Crush and new table</title>
      <link>https://community.qlik.com/t5/QlikView/Crush-and-new-table/m-p/701438#M253196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so rename fields can be long, the best is you do &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UNQUALIFY *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tmp:&lt;/P&gt;&lt;P&gt;LOAD * from ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QUALIFY *;&lt;/P&gt;&lt;P&gt;CLIENT:&lt;/P&gt;&lt;P&gt;LOAD * resident Tmp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table Tmp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 08:50:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crush-and-new-table/m-p/701438#M253196</guid>
      <dc:creator />
      <dc:date>2014-06-18T08:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Crush and new table</title>
      <link>https://community.qlik.com/t5/QlikView/Crush-and-new-table/m-p/701439#M253197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use RENAME command to change the field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RENAME Field [CLIENT2.code] to [CLIENT.code];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 08:51:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crush-and-new-table/m-p/701439#M253197</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-18T08:51:30Z</dc:date>
    </item>
  </channel>
</rss>

