<?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: Due To left join Qlikview Server hang... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Due-To-left-join-Qlikview-Server-hang/m-p/553411#M206769</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd also suggest checking that you don't have any NULLS in the field you're joining. Easy way to get a nice big Cartesian join!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Aug 2013 10:25:27 GMT</pubDate>
    <dc:creator>marcus_malinow</dc:creator>
    <dc:date>2013-08-30T10:25:27Z</dc:date>
    <item>
      <title>Due To left join Qlikview Server hang...</title>
      <link>https://community.qlik.com/t5/QlikView/Due-To-left-join-Qlikview-Server-hang/m-p/553408#M206766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiiiiii community&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i m facing a problem in qlikview ..................... &lt;/P&gt;&lt;P&gt;i have two tables like&lt;/P&gt;&lt;P&gt;tableA:&lt;/P&gt;&lt;P&gt;load id,&lt;/P&gt;&lt;P&gt;name, &lt;/P&gt;&lt;P&gt;docno&lt;/P&gt;&lt;P&gt;from datasource;&lt;/P&gt;&lt;P&gt;in this table there are 550000 records&lt;/P&gt;&lt;P&gt;the 2nd table is&lt;/P&gt;&lt;P&gt;tableB:&lt;/P&gt;&lt;P&gt;load id,&lt;/P&gt;&lt;P&gt;[material group],&lt;/P&gt;&lt;P&gt;devision_code,&lt;/P&gt;&lt;P&gt;MatId&lt;/P&gt;&lt;P&gt;from datasource;&lt;/P&gt;&lt;P&gt;in this table there are 30000 records.&lt;/P&gt;&lt;P&gt;what i want all the fields data of tableB in tableA,&lt;/P&gt;&lt;P&gt;for this i use left join between both tables&lt;/P&gt;&lt;P&gt;and then store tableA into finaltable.qvd;&lt;/P&gt;&lt;P&gt;drop table tableA;&lt;/P&gt;&lt;P&gt;when i reload it then it feches the recor from tableA and tableB &lt;/P&gt;&lt;P&gt;but due to left join it hangs the qlikview server and i use left keep then it doesn't join the fields of tableB into tableA it shows two separate table&lt;/P&gt;&lt;P&gt;how could i&amp;nbsp; store&amp;nbsp; both tables into a single common&amp;nbsp; table. its a simple issue but don't know why its not working my other applications works like a charm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your help will be appreciated i get rid off this problem&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 09:49:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Due-To-left-join-Qlikview-Server-hang/m-p/553408#M206766</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-08-30T09:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Due To left join Qlikview Server hang...</title>
      <link>https://community.qlik.com/t5/QlikView/Due-To-left-join-Qlikview-Server-hang/m-p/553409#M206767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kindly paste your scripts for answers it is hard to say any thing with out it , Please check same query runs in sql and take how much time also you need to check on clause&amp;nbsp; common field between Tab A &amp;amp;&amp;nbsp; Tab B other wise it should works with any issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 10:14:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Due-To-left-join-Qlikview-Server-hang/m-p/553409#M206767</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2013-08-30T10:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Due To left join Qlikview Server hang...</title>
      <link>https://community.qlik.com/t5/QlikView/Due-To-left-join-Qlikview-Server-hang/m-p/553410#M206768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure that your '&lt;STRONG&gt;id'&lt;/STRONG&gt; field contains&lt;STRONG&gt; unique values&lt;/STRONG&gt; at least in one of the tables. If that is ensured, there should not be an issue joining them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you might know that the repeated values in both tables for key field make the joining produce multipled no of records and results into wrong data and could hang if the multipled no becomes a huge one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 10:21:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Due-To-left-join-Qlikview-Server-hang/m-p/553410#M206768</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-08-30T10:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Due To left join Qlikview Server hang...</title>
      <link>https://community.qlik.com/t5/QlikView/Due-To-left-join-Qlikview-Server-hang/m-p/553411#M206769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd also suggest checking that you don't have any NULLS in the field you're joining. Easy way to get a nice big Cartesian join!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 10:25:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Due-To-left-join-Qlikview-Server-hang/m-p/553411#M206769</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2013-08-30T10:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Due To left join Qlikview Server hang...</title>
      <link>https://community.qlik.com/t5/QlikView/Due-To-left-join-Qlikview-Server-hang/m-p/553412#M206770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can try to use &lt;STRONG&gt;applymap&lt;/STRONG&gt; instead of left join.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For example view this link &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.quickintelligence.co.uk/applymap-is-it-so-wrong/"&gt;http://www.quickintelligence.co.uk/applymap-is-it-so-wrong/&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 10:54:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Due-To-left-join-Qlikview-Server-hang/m-p/553412#M206770</guid>
      <dc:creator />
      <dc:date>2013-08-30T10:54:30Z</dc:date>
    </item>
  </channel>
</rss>

