<?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: NoConcatenate in load statement with QVD data source in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/NoConcatenate-in-load-statement-with-QVD-data-source/m-p/1591483#M595436</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/41438"&gt;@atoz1158&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank both of you for your help.&lt;/P&gt;&lt;P&gt;In order to avoid a confusion, I added a suffix identified the table for each name of my variables.&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jun 2019 10:10:42 GMT</pubDate>
    <dc:creator>Black_Hole</dc:creator>
    <dc:date>2019-06-13T10:10:42Z</dc:date>
    <item>
      <title>NoConcatenate in load statement with QVD data source</title>
      <link>https://community.qlik.com/t5/QlikView/NoConcatenate-in-load-statement-with-QVD-data-source/m-p/1591143#M595433</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I meet an odd isssue with the NoConcatenate function.&lt;/P&gt;&lt;P&gt;I have in my script two tables from QVD files. In these two tables, there are some variables with the same name.&lt;/P&gt;&lt;P&gt;But I don't want to define as key the variables with a name in common between the two tables.&lt;/P&gt;&lt;P&gt;That's why, I used the NoConcatenate function in the load statement for the two tables.&lt;/P&gt;&lt;P&gt;The syntax of my script is like below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;EM&gt; &amp;nbsp; Table1:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; NoConcatenate&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; Load * From QVD1 (qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; Table2:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; NoConcatenate&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; Load * From QVD2 (qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Then, after to launch my script, I noticed that my NoConcatenate was not considered.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please could you help me to resolve my problem.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:40:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NoConcatenate-in-load-statement-with-QVD-data-source/m-p/1591143#M595433</guid>
      <dc:creator>Black_Hole</dc:creator>
      <dc:date>2024-11-16T20:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: NoConcatenate in load statement with QVD data source</title>
      <link>https://community.qlik.com/t5/QlikView/NoConcatenate-in-load-statement-with-QVD-data-source/m-p/1591164#M595434</link>
      <description>&lt;P&gt;NoConcatenate is to stop Qlikview merging the from more than one source into the same table it does no stop Qlikview linking the two tables together by their common named fields.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To stop Qlikview linking either rename the fields common to two tables or use the Qualify statement for those fields.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 16:20:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NoConcatenate-in-load-statement-with-QVD-data-source/m-p/1591164#M595434</guid>
      <dc:creator>atoz1158</dc:creator>
      <dc:date>2019-06-12T16:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: NoConcatenate in load statement with QVD data source</title>
      <link>https://community.qlik.com/t5/QlikView/NoConcatenate-in-load-statement-with-QVD-data-source/m-p/1591233#M595435</link>
      <description>&lt;P&gt;I think perhaps in this case you want to use "Concatenate" to create a single output table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 19:41:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NoConcatenate-in-load-statement-with-QVD-data-source/m-p/1591233#M595435</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2019-06-12T19:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: NoConcatenate in load statement with QVD data source</title>
      <link>https://community.qlik.com/t5/QlikView/NoConcatenate-in-load-statement-with-QVD-data-source/m-p/1591483#M595436</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/41438"&gt;@atoz1158&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank both of you for your help.&lt;/P&gt;&lt;P&gt;In order to avoid a confusion, I added a suffix identified the table for each name of my variables.&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 10:10:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NoConcatenate-in-load-statement-with-QVD-data-source/m-p/1591483#M595436</guid>
      <dc:creator>Black_Hole</dc:creator>
      <dc:date>2019-06-13T10:10:42Z</dc:date>
    </item>
  </channel>
</rss>

