<?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: Is possible to JOIN a sql table with a QVD file? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Is-possible-to-JOIN-a-sql-table-with-a-QVD-file/m-p/2097051#M89846</link>
    <description>&lt;P&gt;Same as you would join any two Load statements.&lt;/P&gt;
&lt;P&gt;Load * From SomeQVD;&lt;/P&gt;
&lt;P&gt;JOIN&lt;/P&gt;
&lt;P&gt;Load *;&lt;/P&gt;
&lt;P&gt;Select * From SomeTable;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jul 2023 13:56:37 GMT</pubDate>
    <dc:creator>Or</dc:creator>
    <dc:date>2023-07-25T13:56:37Z</dc:date>
    <item>
      <title>Is possible to JOIN a sql table with a QVD file?</title>
      <link>https://community.qlik.com/t5/App-Development/Is-possible-to-JOIN-a-sql-table-with-a-QVD-file/m-p/2097049#M89845</link>
      <description>&lt;P&gt;I have a sql table and i need to do a left join with a QVD file based on a key column. Is it possible? If so can anyone guide me on this please?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 13:52:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Is-possible-to-JOIN-a-sql-table-with-a-QVD-file/m-p/2097049#M89845</guid>
      <dc:creator>VijaySekar</dc:creator>
      <dc:date>2023-07-25T13:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is possible to JOIN a sql table with a QVD file?</title>
      <link>https://community.qlik.com/t5/App-Development/Is-possible-to-JOIN-a-sql-table-with-a-QVD-file/m-p/2097051#M89846</link>
      <description>&lt;P&gt;Same as you would join any two Load statements.&lt;/P&gt;
&lt;P&gt;Load * From SomeQVD;&lt;/P&gt;
&lt;P&gt;JOIN&lt;/P&gt;
&lt;P&gt;Load *;&lt;/P&gt;
&lt;P&gt;Select * From SomeTable;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 13:56:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Is-possible-to-JOIN-a-sql-table-with-a-QVD-file/m-p/2097051#M89846</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2023-07-25T13:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is possible to JOIN a sql table with a QVD file?</title>
      <link>https://community.qlik.com/t5/App-Development/Is-possible-to-JOIN-a-sql-table-with-a-QVD-file/m-p/2097062#M89847</link>
      <description>&lt;P&gt;How should i mention the join condition?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 14:20:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Is-possible-to-JOIN-a-sql-table-with-a-QVD-file/m-p/2097062#M89847</guid>
      <dc:creator>VijaySekar</dc:creator>
      <dc:date>2023-07-25T14:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is possible to JOIN a sql table with a QVD file?</title>
      <link>https://community.qlik.com/t5/App-Development/Is-possible-to-JOIN-a-sql-table-with-a-QVD-file/m-p/2097113#M89849</link>
      <description>&lt;P&gt;There is no join condition. Joins are automatically based on fields with identical names (case-sensitive). Again, this is true for all Qlik joins regardless of source.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 16:01:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Is-possible-to-JOIN-a-sql-table-with-a-QVD-file/m-p/2097113#M89849</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2023-07-25T16:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is possible to JOIN a sql table with a QVD file?</title>
      <link>https://community.qlik.com/t5/App-Development/Is-possible-to-JOIN-a-sql-table-with-a-QVD-file/m-p/2097131#M89851</link>
      <description>&lt;P&gt;What happens if we have 3 identical columns?&lt;/P&gt;
&lt;P&gt;Which column will it take?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 16:51:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Is-possible-to-JOIN-a-sql-table-with-a-QVD-file/m-p/2097131#M89851</guid>
      <dc:creator>VijaySekar</dc:creator>
      <dc:date>2023-07-25T16:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is possible to JOIN a sql table with a QVD file?</title>
      <link>https://community.qlik.com/t5/App-Development/Is-possible-to-JOIN-a-sql-table-with-a-QVD-file/m-p/2097367#M89875</link>
      <description>&lt;P&gt;All of them.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/May2023/Subsystems/Hub/Content/Sense_Hub/Scripting/combine-tables-join-keep.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/May2023/Subsystems/Hub/Content/Sense_Hub/Scripting/combine-tables-join-keep.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 09:48:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Is-possible-to-JOIN-a-sql-table-with-a-QVD-file/m-p/2097367#M89875</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2023-07-26T09:48:58Z</dc:date>
    </item>
  </channel>
</rss>

