<?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 Date join between tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-join-between-tables/m-p/423446#M157838</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Hope someone can help me with this issue. I have three tables that I wanna join together; the first one is the date table with all dates from 2011-01-01 to today, the second table is the sales table with all the sales information and the third table i the product table with information about the products.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 1 - Dates (contains all days from 20110101)&lt;/P&gt;&lt;P&gt;- DateID&lt;/P&gt;&lt;P&gt;- Year&lt;/P&gt;&lt;P&gt;- Month&lt;/P&gt;&lt;P&gt;- Day&lt;/P&gt;&lt;P&gt;- ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 2 - Sales (contains a unique row for each sales)&lt;/P&gt;&lt;P&gt;- SalesID&lt;/P&gt;&lt;P&gt;- SalesDateID&lt;/P&gt;&lt;P&gt;- ProductID&lt;/P&gt;&lt;P&gt;- ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 3 - Products (contains a unique row for each product)&lt;/P&gt;&lt;P&gt;- ProductID&lt;/P&gt;&lt;P&gt;- ProductName&lt;/P&gt;&lt;P&gt;- ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One ProductID can have many SalesID and a ProductID may be sold one day and the next day there is no sales for that ProductID which means the ProductID will have no connection to a SalesDateID if there is no sales that day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I wanna do is to join SalesDateID with DateID so that I can create a chart showing the sales result for a choosen ProductID. The chart should show ALL days during a period and the number of sales - 0 if there were no sales that day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should look like this for at choosen ProductID:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;Date&lt;BR /&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;ProductID&lt;BR /&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;Number of sales&lt;BR /&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2011-01-01&lt;/TD&gt;&lt;TD&gt;1234&lt;/TD&gt;&lt;TD&gt;456&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2011-01-02&lt;/TD&gt;&lt;TD&gt;1234&lt;/TD&gt;&lt;TD&gt;73&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2011-01-03&lt;/TD&gt;&lt;TD&gt;1234&lt;/TD&gt;&lt;TD&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2011-01-04&lt;/TD&gt;&lt;TD&gt;1234&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2011-01-05&lt;/TD&gt;&lt;TD&gt;1234&lt;/TD&gt;&lt;TD&gt;908&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2011-01-06&lt;/TD&gt;&lt;TD&gt;1234&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2011-01-07&lt;/TD&gt;&lt;TD&gt;1234&lt;/TD&gt;&lt;TD&gt;454&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2011-01-08&lt;/TD&gt;&lt;TD&gt;1234&lt;/TD&gt;&lt;TD&gt;17&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2011-01-09&lt;/TD&gt;&lt;TD&gt;1234&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;.... and so on....&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope someone can help me with the join or expression to solve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Fredrik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jan 2013 10:11:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-01-15T10:11:43Z</dc:date>
    <item>
      <title>Date join between tables</title>
      <link>https://community.qlik.com/t5/QlikView/Date-join-between-tables/m-p/423446#M157838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Hope someone can help me with this issue. I have three tables that I wanna join together; the first one is the date table with all dates from 2011-01-01 to today, the second table is the sales table with all the sales information and the third table i the product table with information about the products.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 1 - Dates (contains all days from 20110101)&lt;/P&gt;&lt;P&gt;- DateID&lt;/P&gt;&lt;P&gt;- Year&lt;/P&gt;&lt;P&gt;- Month&lt;/P&gt;&lt;P&gt;- Day&lt;/P&gt;&lt;P&gt;- ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 2 - Sales (contains a unique row for each sales)&lt;/P&gt;&lt;P&gt;- SalesID&lt;/P&gt;&lt;P&gt;- SalesDateID&lt;/P&gt;&lt;P&gt;- ProductID&lt;/P&gt;&lt;P&gt;- ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 3 - Products (contains a unique row for each product)&lt;/P&gt;&lt;P&gt;- ProductID&lt;/P&gt;&lt;P&gt;- ProductName&lt;/P&gt;&lt;P&gt;- ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One ProductID can have many SalesID and a ProductID may be sold one day and the next day there is no sales for that ProductID which means the ProductID will have no connection to a SalesDateID if there is no sales that day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I wanna do is to join SalesDateID with DateID so that I can create a chart showing the sales result for a choosen ProductID. The chart should show ALL days during a period and the number of sales - 0 if there were no sales that day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should look like this for at choosen ProductID:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;Date&lt;BR /&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;ProductID&lt;BR /&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;Number of sales&lt;BR /&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2011-01-01&lt;/TD&gt;&lt;TD&gt;1234&lt;/TD&gt;&lt;TD&gt;456&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2011-01-02&lt;/TD&gt;&lt;TD&gt;1234&lt;/TD&gt;&lt;TD&gt;73&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2011-01-03&lt;/TD&gt;&lt;TD&gt;1234&lt;/TD&gt;&lt;TD&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2011-01-04&lt;/TD&gt;&lt;TD&gt;1234&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2011-01-05&lt;/TD&gt;&lt;TD&gt;1234&lt;/TD&gt;&lt;TD&gt;908&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2011-01-06&lt;/TD&gt;&lt;TD&gt;1234&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2011-01-07&lt;/TD&gt;&lt;TD&gt;1234&lt;/TD&gt;&lt;TD&gt;454&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2011-01-08&lt;/TD&gt;&lt;TD&gt;1234&lt;/TD&gt;&lt;TD&gt;17&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2011-01-09&lt;/TD&gt;&lt;TD&gt;1234&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;.... and so on....&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope someone can help me with the join or expression to solve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Fredrik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 10:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-join-between-tables/m-p/423446#M157838</guid>
      <dc:creator />
      <dc:date>2013-01-15T10:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Date join between tables</title>
      <link>https://community.qlik.com/t5/QlikView/Date-join-between-tables/m-p/423447#M157839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rename SalesDateID to DateID and simply load all your tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dates:&lt;/P&gt;&lt;P&gt;load * from &lt;EM&gt;...datestable...&lt;/EM&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales:&lt;/P&gt;&lt;P&gt;load SalesID, SalesDateID as DateID, &lt;EM&gt;etc..&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;from&lt;EM&gt; ...salestable...;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Products:&lt;/P&gt;&lt;P&gt;load * from &lt;EM&gt;...productstable...;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can then use DateID as dimension in your chart and check the Show All Values option. You can add Product as the second dimension and count(SalesID) as expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 13:41:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-join-between-tables/m-p/423447#M157839</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-01-15T13:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Date join between tables</title>
      <link>https://community.qlik.com/t5/QlikView/Date-join-between-tables/m-p/423448#M157840</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;Yes I could do that, but then the Date filter won't work. The user want's to filter on date period and the chart should then only show all the dates in that period.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 08:01:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-join-between-tables/m-p/423448#M157840</guid>
      <dc:creator />
      <dc:date>2013-01-16T08:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Date join between tables</title>
      <link>https://community.qlik.com/t5/QlikView/Date-join-between-tables/m-p/423449#M157841</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;what result do you get instead?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 08:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-join-between-tables/m-p/423449#M157841</guid>
      <dc:creator />
      <dc:date>2013-01-16T08:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Date join between tables</title>
      <link>https://community.qlik.com/t5/QlikView/Date-join-between-tables/m-p/423450#M157842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;paste a Sample&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 08:44:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-join-between-tables/m-p/423450#M157842</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2013-01-16T08:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Date join between tables</title>
      <link>https://community.qlik.com/t5/QlikView/Date-join-between-tables/m-p/423451#M157843</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;For example when I chose the period oct-2012 the chart will show all the dates that exists - even those outside of the period - and give me null as ProductIID and 0 in sales where there is no sales. But the result in the dates inside the period shows me the correct numbers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 09:55:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-join-between-tables/m-p/423451#M157843</guid>
      <dc:creator />
      <dc:date>2013-01-16T09:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Date join between tables</title>
      <link>https://community.qlik.com/t5/QlikView/Date-join-between-tables/m-p/423452#M157844</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;any set analysis in the chart's fields?&lt;/P&gt;&lt;P&gt;If not: Screenshot?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ciao&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 10:15:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-join-between-tables/m-p/423452#M157844</guid>
      <dc:creator />
      <dc:date>2013-01-16T10:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Date join between tables</title>
      <link>https://community.qlik.com/t5/QlikView/Date-join-between-tables/m-p/423453#M157845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;No set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="30564" class="jive-image-thumbnail jive-image" onclick="" alt="QV.jpg" src="https://community.qlik.com/legacyfs/online/30564_QV.jpg" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 10:24:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-join-between-tables/m-p/423453#M157845</guid>
      <dc:creator />
      <dc:date>2013-01-16T10:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Date join between tables</title>
      <link>https://community.qlik.com/t5/QlikView/Date-join-between-tables/m-p/423454#M157846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;try this:&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Table 1 - Dates (contains all days from 20110101)&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;- DateID&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;- Year&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;- Month&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;- Day&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;- ....&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;join(Table1)&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Table 2 - Sales (contains a unique row for each sales)&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;- SalesID&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;- SalesDateID &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt; as DateID&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;- ProductID&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;- ....&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG&gt;where exit(SalesID);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Table 3 - Products (contains a unique row for each product)&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;- ProductID&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;- ProductName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.hope it helps.&lt;/P&gt;&lt;P&gt;see the attached file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 10:30:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-join-between-tables/m-p/423454#M157846</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-01-16T10:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Date join between tables</title>
      <link>https://community.qlik.com/t5/QlikView/Date-join-between-tables/m-p/423455#M157847</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;That didn't work. I got the same result as my picture above&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 10:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-join-between-tables/m-p/423455#M157847</guid>
      <dc:creator />
      <dc:date>2013-01-16T10:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Date join between tables</title>
      <link>https://community.qlik.com/t5/QlikView/Date-join-between-tables/m-p/423456#M157848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use after load table 2 in th end before semi colon write this where exit(SalesID);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 11:22:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-join-between-tables/m-p/423456#M157848</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-01-16T11:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Date join between tables</title>
      <link>https://community.qlik.com/t5/QlikView/Date-join-between-tables/m-p/423457#M157849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frederik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please get a listbox for the date in Table 1 - Dates and the Date in Table 2 - Sales&lt;/P&gt;&lt;P&gt;Would be interesting whether they are the same and what dates belong to 2012 Oct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ciao&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 11:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-join-between-tables/m-p/423457#M157849</guid>
      <dc:creator />
      <dc:date>2013-01-16T11:36:54Z</dc:date>
    </item>
  </channel>
</rss>

