<?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: Problems with left join in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problems-with-left-join/m-p/832954#M293056</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am glad I was able to help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jun 2015 18:25:04 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-06-26T18:25:04Z</dc:date>
    <item>
      <title>Problems with left join</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-left-join/m-p/832951#M293053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am quite new using QV, so please forget me if my question is silly. My problem is this, I am doing an app that calculates the hour cost of a company, the problem I have right now, is that I am not able to join two tables into one, with out missing some of the data -that is bad-, I was reading other posts, and after analyzing my script and my data model, I find out that my key is no the same between tables, even though it looks the same!, here the example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table 1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Month&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Account1&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Amount1&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Ene 2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;xxx&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;xxx&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Ene 2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;xxx&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;xxx&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Ene 2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;xxx&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;xxx&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table 2:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Month&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Account2&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Amount2&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ene 2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;xxx&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;xxx&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ene 2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;xxx&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;xxx&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ene 2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;xxx&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;xxx&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table moved a little, but I think the problem is clear. Even though the Month is written exactly the same, in table one is to the far left and in table 2 appears to the far right, and when I take the the "Month" dimension to the presentation, as a table I have two different values for "Month", written exactly the same, but one to the far right and other to the far left.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I fix this? What is the script line that I am missing to make this to match? Can you please help me???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 18:05:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-left-join/m-p/832951#M293053</guid>
      <dc:creator />
      <dc:date>2015-06-26T18:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with left join</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-left-join/m-p/832952#M293054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On both your tables force both months to be dates like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MonthName(Date#(Trim(Month), 'MMM YYYY')) as Month&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully this will solve your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 18:20:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-left-join/m-p/832952#M293054</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-26T18:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with left join</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-left-join/m-p/832953#M293055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it worked!!! thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 18:23:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-left-join/m-p/832953#M293055</guid>
      <dc:creator />
      <dc:date>2015-06-26T18:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with left join</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-left-join/m-p/832954#M293056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am glad I was able to help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 18:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-left-join/m-p/832954#M293056</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-26T18:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with left join</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-left-join/m-p/832955#M293057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I do a left join, I don't get the same results as you get:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Cap.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/91009_Cap.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/91013_Capture2.PNG" style="height: 380px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 18:25:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-left-join/m-p/832955#M293057</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-06-26T18:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with left join</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-left-join/m-p/832956#M293058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;probably Qlikview is taking one of the months like string and the other one like number of Month. Try to put both fields as a string or as number and see the result. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 18:29:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-left-join/m-p/832956#M293058</guid>
      <dc:creator>ger_alegria</dc:creator>
      <dc:date>2015-06-26T18:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with left join</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-left-join/m-p/832957#M293059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, those tables I draw them with the table tool here in the comment section, I am using excel tables, witch are a little more complex that this, but it worked, the trim function was the one that did the trick, thank you anyway &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 18:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-left-join/m-p/832957#M293059</guid>
      <dc:creator />
      <dc:date>2015-06-26T18:35:56Z</dc:date>
    </item>
  </channel>
</rss>

