<?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 Outer with QVD files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Outer-with-QVD-files/m-p/1591680#M737597</link>
    <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I would like to store in a table all the data from a QVD file which not exist in a table from another QVD file.&lt;/P&gt;&lt;P&gt;But after a lot of tests, I don't have the expected result.&lt;/P&gt;&lt;P&gt;Below, I put my current script:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;TAB1_TEMP:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;LOAD &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;AutoNumber(ID &amp;amp;&amp;nbsp; NAME &amp;amp;&amp;nbsp; DATE) AS %_KEY_XA, &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;* &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;FROM $(QVDPath)INCR1.qvd (QVD);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TAB2:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;LOAD &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;AutoNumber(ID &amp;amp;&amp;nbsp; NAME &amp;amp;&amp;nbsp; DATE) AS %_KEY_XA, &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;* &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;FROM $(QVDPath)INCR2.qvd (QVD);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;OUTER JOIN(TAB1_TEMP)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * RESIDENT TAB2;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NON_MATCH:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;LOAD * RESIDENT TAB1_TEMP&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;WHERE ISNULL(ID);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TAB1:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;LOAD * RESIDENT TAB1_TEMP&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;WHERE NOT ISNULL(ID);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please could you tell me what is wrong in my script and how I can do in order to extract the data from TAB2 which not exist not in TAB1.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for your help.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 20:40:20 GMT</pubDate>
    <dc:creator>Black_Hole</dc:creator>
    <dc:date>2024-11-16T20:40:20Z</dc:date>
    <item>
      <title>Outer with QVD files</title>
      <link>https://community.qlik.com/t5/QlikView/Outer-with-QVD-files/m-p/1591680#M737597</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I would like to store in a table all the data from a QVD file which not exist in a table from another QVD file.&lt;/P&gt;&lt;P&gt;But after a lot of tests, I don't have the expected result.&lt;/P&gt;&lt;P&gt;Below, I put my current script:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;TAB1_TEMP:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;LOAD &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;AutoNumber(ID &amp;amp;&amp;nbsp; NAME &amp;amp;&amp;nbsp; DATE) AS %_KEY_XA, &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;* &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;FROM $(QVDPath)INCR1.qvd (QVD);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TAB2:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;LOAD &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;AutoNumber(ID &amp;amp;&amp;nbsp; NAME &amp;amp;&amp;nbsp; DATE) AS %_KEY_XA, &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;* &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;FROM $(QVDPath)INCR2.qvd (QVD);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;OUTER JOIN(TAB1_TEMP)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * RESIDENT TAB2;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NON_MATCH:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;LOAD * RESIDENT TAB1_TEMP&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;WHERE ISNULL(ID);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TAB1:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;LOAD * RESIDENT TAB1_TEMP&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;WHERE NOT ISNULL(ID);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please could you tell me what is wrong in my script and how I can do in order to extract the data from TAB2 which not exist not in TAB1.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for your help.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:40:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Outer-with-QVD-files/m-p/1591680#M737597</guid>
      <dc:creator>Black_Hole</dc:creator>
      <dc:date>2024-11-16T20:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Outer with QVD files</title>
      <link>https://community.qlik.com/t5/QlikView/Outer-with-QVD-files/m-p/1592227#M737598</link>
      <description>&lt;P&gt;TAB1_TEMP:&lt;BR /&gt;LOAD&lt;BR /&gt;AutoNumber(ID &amp;amp; NAME &amp;amp; DATE) AS %_KEY_XA,&lt;BR /&gt;*&lt;BR /&gt;FROM $(QVDPath)INCR1.qvd (QVD);&lt;/P&gt;&lt;P&gt;NoConcatenate;&lt;/P&gt;&lt;P&gt;TAB2:&lt;BR /&gt;LOAD&lt;BR /&gt;AutoNumber(ID &amp;amp; NAME &amp;amp; DATE) AS %_KEY_XA,&lt;BR /&gt;*&lt;BR /&gt;FROM $(QVDPath)INCR2.qvd (QVD);&lt;/P&gt;&lt;P&gt;OUTER JOIN(TAB1_TEMP)&lt;/P&gt;&lt;P&gt;LOAD * RESIDENT TAB2;&lt;/P&gt;&lt;P&gt;NoConcatenate;&lt;/P&gt;&lt;P&gt;NON_MATCH:&lt;BR /&gt;LOAD * RESIDENT TAB1_TEMP&lt;BR /&gt;WHERE ISNULL(ID);&lt;/P&gt;&lt;P&gt;NoConcatenate;&lt;/P&gt;&lt;P&gt;TAB1:&lt;BR /&gt;LOAD * RESIDENT TAB1_TEMP&lt;BR /&gt;WHERE NOT ISNULL(ID);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DROP TABLE TAB1_TEMP;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2019 21:03:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Outer-with-QVD-files/m-p/1592227#M737598</guid>
      <dc:creator>Claudiu_Anghelescu</dc:creator>
      <dc:date>2019-06-14T21:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Outer with QVD files</title>
      <link>https://community.qlik.com/t5/QlikView/Outer-with-QVD-files/m-p/1592229#M737599</link>
      <description>As might notice that &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/62957"&gt;@Claudiu_Anghelescu&lt;/a&gt; added a lot of NoConcatenate into your script, but I would recommend you to adjust the syntax to this:&lt;BR /&gt;&lt;BR /&gt;TAB1_TEMP:&lt;BR /&gt;LOAD&lt;BR /&gt;AutoNumber(ID &amp;amp; NAME &amp;amp; DATE) AS %_KEY_XA,&lt;BR /&gt;*&lt;BR /&gt;FROM $(QVDPath)INCR1.qvd (QVD);&lt;BR /&gt;&lt;BR /&gt;TAB2:&lt;BR /&gt;NoConcatenate LOAD&lt;BR /&gt;AutoNumber(ID &amp;amp; NAME &amp;amp; DATE) AS %_KEY_XA,&lt;BR /&gt;*&lt;BR /&gt;FROM $(QVDPath)INCR2.qvd (QVD);&lt;BR /&gt;&lt;BR /&gt;OUTER JOIN(TAB1_TEMP)&lt;BR /&gt;NoConcatenate LOAD&lt;BR /&gt;*&lt;BR /&gt;RESIDENT TAB2;&lt;BR /&gt;&lt;BR /&gt;NON_MATCH:&lt;BR /&gt;NoConcatenate LOAD&lt;BR /&gt;*&lt;BR /&gt;RESIDENT TAB1_TEMP&lt;BR /&gt;WHERE ISNULL(ID);&lt;BR /&gt;&lt;BR /&gt;TAB1:&lt;BR /&gt;NoConcatenate LOAD&lt;BR /&gt;*&lt;BR /&gt;RESIDENT TAB1_TEMP&lt;BR /&gt;WHERE NOT ISNULL(ID);&lt;BR /&gt;&lt;BR /&gt;NoConcatenate disables the feature that Qlik Sense always concatenate existing tables if there exists an table with the exact same collection of field names. Read more on NoConcatenate here: &lt;A href="https://help.qlik.com/sv-SE/sense/February2019/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptPrefixes/NoConcatenate.htm" target="_blank"&gt;https://help.qlik.com/sv-SE/sense/February2019/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptPrefixes/NoConcatenate.htm&lt;/A&gt;</description>
      <pubDate>Fri, 14 Jun 2019 21:20:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Outer-with-QVD-files/m-p/1592229#M737599</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-06-14T21:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Outer with QVD files</title>
      <link>https://community.qlik.com/t5/QlikView/Outer-with-QVD-files/m-p/1593166#M737600</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/62957"&gt;@Claudiu_Anghelescu&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25001"&gt;@Vegar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you both for your help.&lt;/P&gt;&lt;P&gt;My problem had been resolved successfully!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 15:32:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Outer-with-QVD-files/m-p/1593166#M737600</guid>
      <dc:creator>Black_Hole</dc:creator>
      <dc:date>2019-06-18T15:32:34Z</dc:date>
    </item>
  </channel>
</rss>

