<?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: Calendar/date issue - please help! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calendar-date-issue-please-help/m-p/376744#M140437</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That IS the correct answer and I thank you for that.&lt;/P&gt;&lt;P&gt;How could you tell that the "WFormattedPaymentDate" had a time element to it - just by prevewing the table shows it as d/m/y - the only clue that I can see is that "WpaymentDate" (which is the raw version of "WFormattedPaymentDate") is shown as 40960,12345 (which I am guessing the integer part is the date part and the decimal part the time)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx again&lt;/P&gt;&lt;P&gt;Alexis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Aug 2012 15:35:32 GMT</pubDate>
    <dc:creator>alexis</dc:creator>
    <dc:date>2012-08-09T15:35:32Z</dc:date>
    <item>
      <title>Calendar/date issue - please help!</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-date-issue-please-help/m-p/376735#M140428</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 have attached a QVW that has a simplified view of my problem.&lt;/P&gt;&lt;P&gt;The QVW has a data file "Welfare payments" and a "Calendar" which I generate to offer rich calendar-type functionality &lt;/P&gt;&lt;P&gt;The 2 tables are linked by a field called "PaymentDate"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some reason, none of the selections from a Calendar field take me to the relevant records. This is driving me insane. Any suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards and thanks in advance&lt;/P&gt;&lt;P&gt;Alexis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 14:21:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-date-issue-please-help/m-p/376735#M140428</guid>
      <dc:creator>alexis</dc:creator>
      <dc:date>2012-08-09T14:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar/date issue - please help!</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-date-issue-please-help/m-p/376736#M140429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Καλησπέρα Αλέξη.&lt;/P&gt;&lt;P&gt;υπάρχει περίπτωση να έχουμε κανένα ελληνικό Μ ή Υ στο 'D/M/YYYY'?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 14:32:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-date-issue-please-help/m-p/376736#M140429</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2012-08-09T14:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar/date issue - please help!</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-date-issue-please-help/m-p/376737#M140430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good suggestion Ioanni.&lt;/P&gt;&lt;P&gt;In fact,to make sure that there are no Greek characters in the 'D/M/YYYY' I changed the code slightly to make sure that we are formatting the raw data:&lt;/P&gt;&lt;P&gt;&lt;PRE&gt;&lt;/PRE&gt;&lt;/P&gt;&lt;P&gt;WelfarePayments:&lt;/P&gt;&lt;P&gt;LOAD WPayIdentity, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WName, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WPayAddress, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WPaymentDate, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(WPaymentDate, 'D/M/YYYY') As PaymentDate,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WRunDate, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WFormattedPaymentDate, &lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(WFormattedPaymentDate, 'D/M/YYYY') As PaymentDate,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WAmount, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CATEGORY, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WPaymentId, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WNationality, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WComment, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WGrantCode&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;QVD\WelfarePaymentsCurrentSAMPLE.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 14:38:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-date-issue-please-help/m-p/376737#M140430</guid>
      <dc:creator>alexis</dc:creator>
      <dc:date>2012-08-09T14:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar/date issue - please help!</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-date-issue-please-help/m-p/376738#M140431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Month(WFormattedPaymentDate) and month(PaymentDate) match exactly and work as a filter quite nicely, so there must be a mistake in the expression of month in the calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you take Month (from calendar) in a straight table, it shows null, while the above expressions show month name just the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try, instead of selecting M AS Month in the calendar, to select month(D) AS Month. I know it is done already in the DateIsland but maybe it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 14:53:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-date-issue-please-help/m-p/376738#M140431</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2012-08-09T14:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar/date issue - please help!</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-date-issue-please-help/m-p/376739#M140432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Ioannis Giakoumakis wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month(WFormattedPaymentDate) and month(PaymentDate) match exactly and work as a filter quite nicely, so there must be a mistake in the expression of month in the calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you take Month (from calendar) in a straight table, it shows null, while the above expressions show month name just the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try, instead of selecting M AS Month in the calendar, to select month(D) AS Month. I know it is done already in the DateIsland but maybe it helps.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi Ioannis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I am aware that Month(WFormatedPaymentDate) and month(PaymentDate) match exactly - that was the purpose of my demo application; this is not surprising as both of these fields, in essence, reside in the same table (the payments table). What buffles me is the fact that the PaymentDates of the Calendar and Payments appear to not be the same (although they look the same)...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 15:01:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-date-issue-please-help/m-p/376739#M140432</guid>
      <dc:creator>alexis</dc:creator>
      <dc:date>2012-08-09T15:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar/date issue - please help!</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-date-issue-please-help/m-p/376740#M140433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexis&lt;/P&gt;&lt;P&gt;PaymentDates are the same, at least in the sample you posted, but month, as created in the calendar is not the same. I think that the month creation is the problem, but cannot test it as I cannot reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Είσαι ακόμα Κύπρο? Ελπίζω να είσαι καλά! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 15:16:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-date-issue-please-help/m-p/376740#M140433</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2012-08-09T15:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar/date issue - please help!</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-date-issue-please-help/m-p/376741#M140434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WFormattedPaymentDate has a time portion in it, which you are not removing, so the PaymentDate in the WelfarePayments retains the time portion and does not match the Calendar table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Date() function is a formatting function, it does not remove the time. Add a floor() function to fix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(&lt;STRONG&gt;floor&lt;/STRONG&gt;(WFormattedPaymentDate), 'D/M/YYYY') As PaymentDate&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>Thu, 09 Aug 2012 15:20:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-date-issue-please-help/m-p/376741#M140434</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-08-09T15:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar/date issue - please help!</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-date-issue-please-help/m-p/376742#M140435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 QVW applications, one that acts as QVD generator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still in Cyprus trying to keep my head above water!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea of generating the calendar and linking it with the payments data&amp;nbsp; is to benefit from ALL the fields that I have built in the feature-rich calendar, so it is imperrative that the 2 tables are properly linked. I will try and attach the QVD so that you can re-run it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much appreciate your help mate!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 15:26:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-date-issue-please-help/m-p/376742#M140435</guid>
      <dc:creator>alexis</dc:creator>
      <dc:date>2012-08-09T15:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar/date issue - please help!</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-date-issue-please-help/m-p/376743#M140436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeap, I have to admit, there is no one like Rob... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alexis, if you replace your expression with Robs, it works like a charm!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tested and reloaded it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you Rob, excellent!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 15:33:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-date-issue-please-help/m-p/376743#M140436</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2012-08-09T15:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar/date issue - please help!</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-date-issue-please-help/m-p/376744#M140437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That IS the correct answer and I thank you for that.&lt;/P&gt;&lt;P&gt;How could you tell that the "WFormattedPaymentDate" had a time element to it - just by prevewing the table shows it as d/m/y - the only clue that I can see is that "WpaymentDate" (which is the raw version of "WFormattedPaymentDate") is shown as 40960,12345 (which I am guessing the integer part is the date part and the decimal part the time)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx again&lt;/P&gt;&lt;P&gt;Alexis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 15:35:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-date-issue-please-help/m-p/376744#M140437</guid>
      <dc:creator>alexis</dc:creator>
      <dc:date>2012-08-09T15:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar/date issue - please help!</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-date-issue-please-help/m-p/376745#M140438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's correct. The decimal part is the time. I put WFormattedPaymentDate in a list box and changed the number format to timestamp (or fixed number of decimal places). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 16:22:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-date-issue-please-help/m-p/376745#M140438</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-08-09T16:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar/date issue - please help!</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-date-issue-please-help/m-p/376746#M140439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx Rob - that was very helpful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 16:24:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-date-issue-please-help/m-p/376746#M140439</guid>
      <dc:creator>alexis</dc:creator>
      <dc:date>2012-08-09T16:24:10Z</dc:date>
    </item>
  </channel>
</rss>

