<?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 Why is my dates not joining correctly in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Why-is-my-dates-not-joining-correctly/m-p/839609#M998250</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have 2 tables, one called DATES and one called FCT. Now, in picture 1, you can see that both tables have a column called day date that are joined in the back-end. now, when I select a Date on the FCT table, the values on the DATES table goes blank, as in picture 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know why this could be? Help will be appreciated thanks&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015_06_29_08_56_08_pepqv2_Remote_Desktop_Connection.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/91114_2015_06_29_08_56_08_pepqv2_Remote_Desktop_Connection.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jun 2015 07:01:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-29T07:01:19Z</dc:date>
    <item>
      <title>Why is my dates not joining correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Why-is-my-dates-not-joining-correctly/m-p/839609#M998250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have 2 tables, one called DATES and one called FCT. Now, in picture 1, you can see that both tables have a column called day date that are joined in the back-end. now, when I select a Date on the FCT table, the values on the DATES table goes blank, as in picture 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know why this could be? Help will be appreciated thanks&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015_06_29_08_56_08_pepqv2_Remote_Desktop_Connection.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/91114_2015_06_29_08_56_08_pepqv2_Remote_Desktop_Connection.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 07:01:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-is-my-dates-not-joining-correctly/m-p/839609#M998250</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-29T07:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my dates not joining correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Why-is-my-dates-not-joining-correctly/m-p/839610#M998251</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;Can you attach you qlik document?&lt;/P&gt;&lt;P&gt;It looks like you don't have lines for Day Date for 20120811 in first table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 07:04:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-is-my-dates-not-joining-correctly/m-p/839610#M998251</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2015-06-29T07:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my dates not joining correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Why-is-my-dates-not-joining-correctly/m-p/839611#M998252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It look's like data issue or formatting issue, can you please share your app ??&lt;/P&gt;&lt;P&gt;it will be helpful debug &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 07:25:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-is-my-dates-not-joining-correctly/m-p/839611#M998252</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-06-29T07:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my dates not joining correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Why-is-my-dates-not-joining-correctly/m-p/839612#M998253</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;While loading convert the date field to Date using Date() in both the tables, then this will work.&amp;nbsp; I think currently the dates are loading as numbers, this is a formatting issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Date(Date#([Day Data No], 'YYYYMMDD')) AS Date,&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;FROM DataSource1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Table2:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Date(Date#([Day Data No], 'YYYYMMDD')) AS Date,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;'&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;'&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;FROM DataSource2;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hope this helps you.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 07:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-is-my-dates-not-joining-correctly/m-p/839612#M998253</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-06-29T07:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my dates not joining correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Why-is-my-dates-not-joining-correctly/m-p/839613#M998254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan, and thanks for the solution. This worked perfectly &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 07:35:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-is-my-dates-not-joining-correctly/m-p/839613#M998254</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-29T07:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my dates not joining correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Why-is-my-dates-not-joining-correctly/m-p/839614#M998255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there, unfortunately Im not allowed to share the app as its an internal company app of ours. I got the answer to my problem. thanks for the help anyway &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 07:36:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-is-my-dates-not-joining-correctly/m-p/839614#M998255</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-29T07:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my dates not joining correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Why-is-my-dates-not-joining-correctly/m-p/839615#M998256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hi there, unfortunately Im not allowed to share the app as its an internal company app of ours. I got the answer to my problem. thanks for the help anyway &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 07:36:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-is-my-dates-not-joining-correctly/m-p/839615#M998256</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-29T07:36:23Z</dc:date>
    </item>
  </channel>
</rss>

