<?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: Problem with Joins in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-Joins/m-p/759459#M270236</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or change the overly complex calculation of the Period column in Accounts and Bench into something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;...date(MonthStart(date#(Period, 'DDMMYY')), 'MMM YY') AS Period, ...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Mar 2015 16:12:02 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2015-03-20T16:12:02Z</dc:date>
    <item>
      <title>Problem with Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Joins/m-p/759449#M270226</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;&lt;/P&gt;&lt;P&gt;I have a problem here with Joins. &lt;/P&gt;&lt;P&gt;This is my first Table:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 322pt;" width="430"&gt;&lt;TBODY&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt; width: 100pt;" width="133"&gt;Employee&lt;/TD&gt;&lt;TD style="width: 74pt;" width="99"&gt;Account&lt;/TD&gt;&lt;TD style="width: 77pt;" width="103"&gt;Period&lt;/TD&gt;&lt;TD style="width: 71pt;" width="95"&gt;DataAccount&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;Pavel Kovalski&lt;/TD&gt;&lt;TD&gt;International&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;Feb-14&lt;/TD&gt;&lt;TD align="right"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;Pavel Kovalski&lt;/TD&gt;&lt;TD&gt;Bank&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;Mar-14&lt;/TD&gt;&lt;TD align="right"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;Pavel Kovalski&lt;/TD&gt;&lt;TD&gt;Other&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;Apr-14&lt;/TD&gt;&lt;TD align="right"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;This is my second table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 331px;"&gt;&lt;TBODY&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt; width: 100pt;" width="133"&gt;Employee&lt;/TD&gt;&lt;TD style="width: 77pt;" width="103"&gt;Period&lt;/TD&gt;&lt;TD style="width: 71pt;" width="95"&gt;Bench&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;Pavel Kovalski&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;Feb-14&lt;/TD&gt;&lt;TD align="right"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;Pavel Kovalski&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;Mar-14&lt;/TD&gt;&lt;TD align="right"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;Pavel Kovalski&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;Apr-14&lt;/TD&gt;&lt;TD align="right"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I need to join them, so that I'll get a table with Employee, Account, Period , DataAccount and Bench.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I make it like:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Left&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Join&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(Table 1)&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;Load&lt;/STRONG&gt;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Employee&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Bench&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Bench_FTE&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; 1;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;But all I get is :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 344pt;" width="459"&gt;&lt;TBODY&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt; width: 100pt;" width="133"&gt;Employee&lt;/TD&gt;&lt;TD style="width: 77pt;" width="103"&gt;Account&lt;/TD&gt;&lt;TD style="width: 71pt;" width="95"&gt;Period&lt;/TD&gt;&lt;TD style="width: 48pt;" width="64"&gt;Bench_FTE&lt;/TD&gt;&lt;TD style="width: 48pt;" width="64"&gt;DataAccount&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;Pavel Kovalski&lt;/TD&gt;&lt;TD&gt;International &lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;Feb-14&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD align="right"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;Pavel Kovalski&lt;/TD&gt;&lt;TD&gt;International &lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;Feb-14&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD align="right"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;Pavel Kovalski&lt;/TD&gt;&lt;TD&gt;Bank&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;Mar-14&lt;/TD&gt;&lt;TD align="right"&gt;1&lt;/TD&gt;&lt;TD align="right"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;Pavel Kovalski&lt;/TD&gt;&lt;TD&gt;Bank&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;Mar-14&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;1,00&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;Pavel Kovalski&lt;/TD&gt;&lt;TD&gt;Other&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;Apr-14&lt;/TD&gt;&lt;TD align="right"&gt;1&lt;/TD&gt;&lt;TD align="right"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;Pavel Kovalski&lt;/TD&gt;&lt;TD&gt;Other&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;Apr-14&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;1,00&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 13:10:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Joins/m-p/759449#M270226</guid>
      <dc:creator />
      <dc:date>2015-03-20T13:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Joins/m-p/759450#M270227</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;Please post a sample QVW document and sample data to allow more specific and accurate assistance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 13:14:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Joins/m-p/759450#M270227</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-03-20T13:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Joins/m-p/759451#M270228</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;Can you post complete script??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;simple left join must work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 13:16:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Joins/m-p/759451#M270228</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-03-20T13:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Joins/m-p/759452#M270229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,Max&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my complete script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;CrossTable(Month, DataAccount, 11)&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Billable SWE1415.csv]&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ';', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Accounts:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Employee, &lt;/P&gt;&lt;P&gt;MonthName(Date(MakeDate(20&amp;amp;num#(Right(Month,2)),num#(Mid(Month,4,2)),num#(Left(Month,2))),'MMM.YY')) as Period,&lt;/P&gt;&lt;P&gt;num#(DataAccount,'#,##') as DataAccount,&lt;/P&gt;&lt;P&gt;Account&lt;/P&gt;&lt;P&gt;Resident Data;&lt;/P&gt;&lt;P&gt;Drop Table Data;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2:&lt;/P&gt;&lt;P&gt;CrossTable(Period, Bench, 10)&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Bench_JanDec2015.csv&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ';', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bench:&lt;/P&gt;&lt;P&gt;Load Employee ,&lt;/P&gt;&lt;P&gt;MonthName(Date(MakeDate(20&amp;amp;num#(Right(Period,2)),num#(Mid(Period,4,2)),num#(Left(Period,2))),'MMM.YY')) as Period,&lt;/P&gt;&lt;P&gt;num#(Bench,'#,##') as Bench&lt;/P&gt;&lt;P&gt;Resident 2;&lt;/P&gt;&lt;P&gt;Drop Table 2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1:&lt;/P&gt;&lt;P&gt;Load Employee as Name ,Period,Bench&lt;/P&gt;&lt;P&gt;Resident Bench;&lt;/P&gt;&lt;P&gt;Drop Table Bench;&lt;/P&gt;&lt;P&gt;Left Join(Accounts)&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; Name as Employee, Bench as Bench_FTE&lt;/P&gt;&lt;P&gt;Resident 1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 13:21:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Joins/m-p/759452#M270229</guid>
      <dc:creator />
      <dc:date>2015-03-20T13:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Joins/m-p/759453#M270230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join("Table 1")&lt;BR /&gt;Load&amp;nbsp; Employee, &lt;STRONG&gt;Period&lt;/STRONG&gt;, Bench as Bench_FTE&lt;BR /&gt;Resident "Table 2";&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 13:22:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Joins/m-p/759453#M270230</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-20T13:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Joins/m-p/759454#M270231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;It gives me the same result &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 13:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Joins/m-p/759454#M270231</guid>
      <dc:creator />
      <dc:date>2015-03-20T13:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Joins/m-p/759455#M270232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Impossible...&amp;nbsp; I'll try later.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 13:32:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Joins/m-p/759455#M270232</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-20T13:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Joins/m-p/759456#M270233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works - see attached.&amp;nbsp; You're missing something...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 13:48:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Joins/m-p/759456#M270233</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-20T13:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Joins/m-p/759457#M270234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess I have problems with Data format...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 15:11:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Joins/m-p/759457#M270234</guid>
      <dc:creator />
      <dc:date>2015-03-20T15:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Joins/m-p/759458#M270235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most likely.&amp;nbsp; It &lt;STRONG&gt;looks&lt;/STRONG&gt; the same 'Feb-14', but in fact it could be February&lt;STRONG&gt; 1&lt;/STRONG&gt;, 2014 in one place but February &lt;STRONG&gt;28&lt;/STRONG&gt;, 2014 in another - no match.&amp;nbsp; If you remove third parameter in your makedate() function, they all will be the 1st day of month and will match.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 15:41:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Joins/m-p/759458#M270235</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-20T15:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Joins/m-p/759459#M270236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or change the overly complex calculation of the Period column in Accounts and Bench into something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;...date(MonthStart(date#(Period, 'DDMMYY')), 'MMM YY') AS Period, ...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 16:12:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Joins/m-p/759459#M270236</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-03-20T16:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Joins/m-p/759460#M270237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly.&lt;/P&gt;&lt;P&gt;Date formatting is easier with the date#() function.&amp;nbsp; And, MonthStart() here is necessary for the Period match.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 16:22:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Joins/m-p/759460#M270237</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-20T16:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Joins/m-p/759461#M270238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I checked, there is no day in the date format, I used the previous code that Peter gave me. I think the problem is not in the date format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, while using Left join I have duplicate values. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 16:23:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Joins/m-p/759461#M270238</guid>
      <dc:creator />
      <dc:date>2015-03-20T16:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Joins/m-p/759462#M270239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the original format of your Month and Period fields?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 16:28:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Joins/m-p/759462#M270239</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-20T16:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Joins/m-p/759463#M270240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's working!!)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 16:35:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Joins/m-p/759463#M270240</guid>
      <dc:creator />
      <dc:date>2015-03-20T16:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Joins/m-p/759464#M270241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's String&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 16:35:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Joins/m-p/759464#M270241</guid>
      <dc:creator />
      <dc:date>2015-03-20T16:35:46Z</dc:date>
    </item>
  </channel>
</rss>

