<?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 Problem to link dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-to-link-dates/m-p/310070#M114480</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;Something unusual is happening to me. I always link in the same way the dates of any table with my Calendar and I have any problem, until now.&lt;/P&gt;&lt;P&gt;I use the Date() function and the dates are like this: 'DD-MM-YYYY' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;DATE(Info_TimeStamp) as %Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table Calendar and my %Date field has the same format than the other %Date of my fact table and the link appears on the diagram.&lt;/P&gt;&lt;P&gt;Is like there were two different fileds %Date, one with only one date by day and other with repeated dates by day because in one day there are a few operations but in other qvw always appears one date by day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, if I select a month, the field %Date looks fine but if I select a %Date of one table, there is no selection in my calendar fileds, no month, no year, no day... and if I do any selection and I review my field %Date, there are repetead dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no idea what is happening, in other qvw this is working perfectly so if anyone has any idea I will thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;José&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Feb 2012 20:01:36 GMT</pubDate>
    <dc:creator>chematos</dc:creator>
    <dc:date>2012-02-22T20:01:36Z</dc:date>
    <item>
      <title>Problem to link dates</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-to-link-dates/m-p/310070#M114480</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;Something unusual is happening to me. I always link in the same way the dates of any table with my Calendar and I have any problem, until now.&lt;/P&gt;&lt;P&gt;I use the Date() function and the dates are like this: 'DD-MM-YYYY' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;DATE(Info_TimeStamp) as %Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table Calendar and my %Date field has the same format than the other %Date of my fact table and the link appears on the diagram.&lt;/P&gt;&lt;P&gt;Is like there were two different fileds %Date, one with only one date by day and other with repeated dates by day because in one day there are a few operations but in other qvw always appears one date by day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, if I select a month, the field %Date looks fine but if I select a %Date of one table, there is no selection in my calendar fileds, no month, no year, no day... and if I do any selection and I review my field %Date, there are repetead dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no idea what is happening, in other qvw this is working perfectly so if anyone has any idea I will thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;José&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 20:01:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-to-link-dates/m-p/310070#M114480</guid>
      <dc:creator>chematos</dc:creator>
      <dc:date>2012-02-22T20:01:36Z</dc:date>
    </item>
    <item>
      <title>Problem to link dates</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-to-link-dates/m-p/310071#M114481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you upload your qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 21:22:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-to-link-dates/m-p/310071#M114481</guid>
      <dc:creator />
      <dc:date>2012-02-22T21:22:31Z</dc:date>
    </item>
    <item>
      <title>Problem to link dates</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-to-link-dates/m-p/310072#M114482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Date() is a formatting function that only controls the display value of the field. So your %Date field is still a timestamp. Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATE(floor(Info_TimeStamp)) as %Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 21:59:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-to-link-dates/m-p/310072#M114482</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-02-22T21:59:40Z</dc:date>
    </item>
    <item>
      <title>Problem to link dates</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-to-link-dates/m-p/310073#M114483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Rob, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m glad to know what is the origin of the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;-José&lt;/P&gt;&lt;P style="text-align: -webkit-auto;"&gt;&lt;SPAN style="font-family: arial, sans-serif; font-size: 18pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 11:17:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-to-link-dates/m-p/310073#M114483</guid>
      <dc:creator>chematos</dc:creator>
      <dc:date>2012-02-23T11:17:09Z</dc:date>
    </item>
  </channel>
</rss>

