<?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: Left join question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Left-join-question/m-p/596212#M220835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let us know the exact fields of both tables.... Hope you are not applying Where Exist in SQL Select load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 01 Feb 2014 09:04:49 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-02-01T09:04:49Z</dc:date>
    <item>
      <title>Left join question</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-question/m-p/596206#M220829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI guys,&lt;/P&gt;&lt;P&gt;I am doing the following join which works perfectly..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join (SalesLines)&lt;/P&gt;&lt;P&gt;Load TxnID, TxnDate&amp;nbsp; Resident Sales;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It joins on TxnID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i need to take all fields of Sales in Sales Lines so I wish to do something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join (SalesLines)&lt;/P&gt;&lt;P&gt;Load TxnID, *&amp;nbsp; Resident Sales;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 21:34:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-question/m-p/596206#M220829</guid>
      <dc:creator />
      <dc:date>2014-01-31T21:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Left join question</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-question/m-p/596207#M220830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join (SalesLines)&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; *&amp;nbsp; Resident Sales;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 21:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-question/m-p/596207#M220830</guid>
      <dc:creator>iktrayanov</dc:creator>
      <dc:date>2014-01-31T21:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Left join question</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-question/m-p/596208#M220831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that but it did not work...it did not bring any data to SalesLines.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 21:41:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-question/m-p/596208#M220831</guid>
      <dc:creator />
      <dc:date>2014-01-31T21:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Left join question</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-question/m-p/596209#M220832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you checked there's not a single field name apart from TxnID and TxnDate that is common to both tables? That's usually the trap with this kind of "massive join".&lt;/P&gt;&lt;P&gt;You can also try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;join (SalesLines)&lt;/P&gt;&lt;P&gt;Load *&amp;nbsp; Resident Sales&lt;/P&gt;&lt;P&gt;where exists (TxnID)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result may show what causes the issue.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 21:44:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-question/m-p/596209#M220832</guid>
      <dc:creator />
      <dc:date>2014-01-31T21:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Left join question</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-question/m-p/596210#M220833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It gives error saying that "exists" field does not exist.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Feb 2014 04:20:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-question/m-p/596210#M220833</guid>
      <dc:creator />
      <dc:date>2014-02-01T04:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Left join question</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-question/m-p/596211#M220834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I had forgotten the parenthesis. Edited in previous post.&lt;/P&gt;&lt;P&gt;Where exists &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(TxnID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Have you checked there's no other field named the same way between the 2 tables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Feb 2014 08:07:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-question/m-p/596211#M220834</guid>
      <dc:creator />
      <dc:date>2014-02-01T08:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Left join question</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-question/m-p/596212#M220835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let us know the exact fields of both tables.... Hope you are not applying Where Exist in SQL Select load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Feb 2014 09:04:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-question/m-p/596212#M220835</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-01T09:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Left join question</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-question/m-p/596213#M220836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it does not give any error but it did not any data from sales to salesline either.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Feb 2014 16:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-question/m-p/596213#M220836</guid>
      <dc:creator />
      <dc:date>2014-02-01T16:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Left join question</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-question/m-p/596214#M220837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am doing this&lt;/P&gt;&lt;P&gt;left join (SalesLines)&lt;/P&gt;&lt;P&gt;&amp;nbsp; Load *&amp;nbsp; Resident Sales&lt;/P&gt;&lt;P&gt;&amp;nbsp; where exists (TxnID);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Feb 2014 16:47:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-question/m-p/596214#M220837</guid>
      <dc:creator />
      <dc:date>2014-02-01T16:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Left join question</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-question/m-p/596215#M220838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am doing this.&lt;/P&gt;&lt;P&gt;left join (SalesLines)&lt;/P&gt;&lt;P&gt;&amp;nbsp; Load *&amp;nbsp; Resident Sales&lt;/P&gt;&lt;P&gt;&amp;nbsp; where exists (TxnID);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Feb 2014 16:47:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-question/m-p/596215#M220838</guid>
      <dc:creator />
      <dc:date>2014-02-01T16:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Left join question</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-question/m-p/596216#M220839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did you able to resolve this issue ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have same issue you have mentioned above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please help ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 03:57:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-question/m-p/596216#M220839</guid>
      <dc:creator />
      <dc:date>2014-05-22T03:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Left join question</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-question/m-p/596217#M220840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ramya,&lt;/P&gt;&lt;P&gt;Could please create sample QVW with sample data using inline load and share same, so we can help you out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Kiran Kokade&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 04:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-question/m-p/596217#M220840</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-22T04:07:42Z</dc:date>
    </item>
  </channel>
</rss>

