<?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 Using Qualify when concatenate tables in Load script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-Qualify-when-concatenate-tables-in-Load-script/m-p/730709#M261739</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have two files which I need to load in one table. The file structure is same.&lt;/P&gt;&lt;P&gt;So I am creating two load statements with concatenate key word.&lt;/P&gt;&lt;P&gt;I am using Qualify * also in the beginning. &lt;/P&gt;&lt;P&gt;The table name I have given is&amp;nbsp; TestQualify.&lt;/P&gt;&lt;P&gt;It is like this:&lt;/P&gt;&lt;P&gt;Qualify*:&lt;/P&gt;&lt;P&gt;TestQualify:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;lt;my load statement from file -1&amp;gt;&lt;/P&gt;&lt;P&gt;Concatenate(TestQualify)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;lt;my load statement from file -2&amp;gt;&lt;/P&gt;&lt;P&gt;UnQualify*:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the issue is in the second load statement. The Qualify* function is not qualifying the second file fields with the name TestQualify.&lt;/P&gt;&lt;P&gt;Instead of TestQualify it is using the second file name as qualifier.&lt;/P&gt;&lt;P&gt;Is there any way we can force qlikview to qualify the second file fields with TestQualify name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rajneesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Oct 2014 11:26:45 GMT</pubDate>
    <dc:creator>musketeers</dc:creator>
    <dc:date>2014-10-15T11:26:45Z</dc:date>
    <item>
      <title>Using Qualify when concatenate tables in Load script</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Qualify-when-concatenate-tables-in-Load-script/m-p/730709#M261739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have two files which I need to load in one table. The file structure is same.&lt;/P&gt;&lt;P&gt;So I am creating two load statements with concatenate key word.&lt;/P&gt;&lt;P&gt;I am using Qualify * also in the beginning. &lt;/P&gt;&lt;P&gt;The table name I have given is&amp;nbsp; TestQualify.&lt;/P&gt;&lt;P&gt;It is like this:&lt;/P&gt;&lt;P&gt;Qualify*:&lt;/P&gt;&lt;P&gt;TestQualify:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;lt;my load statement from file -1&amp;gt;&lt;/P&gt;&lt;P&gt;Concatenate(TestQualify)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;lt;my load statement from file -2&amp;gt;&lt;/P&gt;&lt;P&gt;UnQualify*:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the issue is in the second load statement. The Qualify* function is not qualifying the second file fields with the name TestQualify.&lt;/P&gt;&lt;P&gt;Instead of TestQualify it is using the second file name as qualifier.&lt;/P&gt;&lt;P&gt;Is there any way we can force qlikview to qualify the second file fields with TestQualify name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rajneesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 11:26:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Qualify-when-concatenate-tables-in-Load-script/m-p/730709#M261739</guid>
      <dc:creator>musketeers</dc:creator>
      <dc:date>2014-10-15T11:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using Qualify when concatenate tables in Load script</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Qualify-when-concatenate-tables-in-Load-script/m-p/730710#M261740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want them to be concatenated, &lt;EM&gt;having same file structure&lt;/EM&gt;, they would get concatenated by default, Try simple load one after another like:&lt;/P&gt;&lt;P&gt;ConTable:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;From &amp;lt;Source1&amp;gt;;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;from &amp;lt;Source2&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With all fields in common this would give you one resultant table called 'ConTable'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 11:43:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Qualify-when-concatenate-tables-in-Load-script/m-p/730710#M261740</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-10-15T11:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using Qualify when concatenate tables in Load script</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Qualify-when-concatenate-tables-in-Load-script/m-p/730711#M261741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajneesh,&lt;/P&gt;&lt;P&gt;Iam not sure why you are qualifyig in the beginning and unqualifyinf when the file structure is same.&lt;/P&gt;&lt;P&gt;you can do the below to have the qualifier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TestQualify:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;lt;my load statement from file -1&amp;gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concatenate(TestQualify)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;lt;my load statement from file -2&amp;gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;noconcantenate&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Qualify *;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Data:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Load * reident TestQualify;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Drop table TesQualify;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Here you will have the data from both the files Qualified with the table name&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 11:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Qualify-when-concatenate-tables-in-Load-script/m-p/730711#M261741</guid>
      <dc:creator />
      <dc:date>2014-10-15T11:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using Qualify when concatenate tables in Load script</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Qualify-when-concatenate-tables-in-Load-script/m-p/730712#M261742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;qualify *;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;test:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 1 as f1,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 2 as f2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;AutoGenerate 1;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;unqualify *;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Concatenate (test)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 5 as test.f1,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 6 as test.f2,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 7 as test.f3&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;AutoGenerate 1;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 11:56:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Qualify-when-concatenate-tables-in-Load-script/m-p/730712#M261742</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-10-15T11:56:21Z</dc:date>
    </item>
  </channel>
</rss>

