<?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 Join on Condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Join-on-Condition/m-p/294455#M109243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have dates and transactions comming from 2 SQL Tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calandar:&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;9/1,&lt;/P&gt;&lt;P&gt;9/2,&lt;/P&gt;&lt;P&gt;9/3,&lt;/P&gt;&lt;P&gt;9/4,&lt;/P&gt;&lt;P&gt;9/5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transx:&lt;/P&gt;&lt;P&gt;OrderDate, Order&lt;/P&gt;&lt;P&gt;9/1,1234&lt;/P&gt;&lt;P&gt;9/2,2345&lt;/P&gt;&lt;P&gt;9/4,5678&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to join these tables and save into a QVD. And Transx Table should have all the dates(like 9/3, 9/5... )&lt;/P&gt;&lt;P&gt;I tried using Left join to using Where condition but its throwing an error. I cant name them same, because I'm getting Circularloop. (I'm using same Date table for other tables also)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me with solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Sep 2011 17:03:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-09-27T17:03:37Z</dc:date>
    <item>
      <title>Join on Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Join-on-Condition/m-p/294455#M109243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have dates and transactions comming from 2 SQL Tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calandar:&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;9/1,&lt;/P&gt;&lt;P&gt;9/2,&lt;/P&gt;&lt;P&gt;9/3,&lt;/P&gt;&lt;P&gt;9/4,&lt;/P&gt;&lt;P&gt;9/5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transx:&lt;/P&gt;&lt;P&gt;OrderDate, Order&lt;/P&gt;&lt;P&gt;9/1,1234&lt;/P&gt;&lt;P&gt;9/2,2345&lt;/P&gt;&lt;P&gt;9/4,5678&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to join these tables and save into a QVD. And Transx Table should have all the dates(like 9/3, 9/5... )&lt;/P&gt;&lt;P&gt;I tried using Left join to using Where condition but its throwing an error. I cant name them same, because I'm getting Circularloop. (I'm using same Date table for other tables also)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me with solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2011 17:03:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-on-Condition/m-p/294455#M109243</guid>
      <dc:creator />
      <dc:date>2011-09-27T17:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Join on Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Join-on-Condition/m-p/294456#M109244</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;I don't know what you mean that you cant name them the same - you might need to supply more information about your model structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But that aside, this might work for you:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;DataSet:&lt;/P&gt;&lt;P&gt;LOAD Date AS OrderDate &lt;/P&gt;&lt;P&gt;From Calendar;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join(DataSet)&lt;/P&gt;&lt;P&gt;LOAD OrderDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Order&lt;/P&gt;&lt;P&gt;FROM Transx;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2011 17:50:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-on-Condition/m-p/294456#M109244</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2011-09-27T17:50:19Z</dc:date>
    </item>
  </channel>
</rss>

