<?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 issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1123916#M631256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have the following table with two datetime fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATE TABLE &lt;SPAN style="font-size: 13.3333px;"&gt;PARAMETRES.&lt;/SPAN&gt;[dbo].[XLS_IMPAYES_HP1_EXCLUE](&lt;/P&gt;&lt;P&gt;&amp;nbsp; [ORGANISME] [char](3) NOT NULL,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [CODE HP1] [char](4) NOT NULL,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [DT_INSERT] [datetime] NOT NULL,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [DT_FIN] [datetime] NOT NULL&lt;/P&gt;&lt;P&gt;) ON [PRIMARY]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;step 1 storage into QVD :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;IMPAYES_HP1_EXCLUE:&lt;/P&gt;
&lt;P&gt;SQL SELECT [CODE HP1] as HP1_EXCLU_IMP,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; DT_INSERT,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; DT_FIN&lt;/P&gt;
&lt;P&gt;FROM PARAMETRES.dbo.XLS_IMPAYES_HP1_EXCLUE;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;(then classic store into 0001_Reunion_Rencontre_QVD_IMPAYES_HP1_EXCLUE.qvd)&lt;/P&gt;


&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;step 2 load from QVD :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;EXCLUSION_IMPAYES:&lt;/P&gt;
&lt;P&gt;LOAD HP1_EXCLU_IMP as EXCLU_IMP_HP1,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DT_INSERT as EXCLU_IMP_DT_DEB,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DT_FIN as EXCLU_IMP_DT_FIN&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;&amp;nbsp; [&lt;SPAN style="font-size: 13.3333px;"&gt;0001_Reunion_Rencontre_QVD&lt;/SPAN&gt;_IMPAYES_HP1_EXCLUE.qvd]&lt;/P&gt;
&lt;P&gt;(qvd);&lt;/P&gt;


&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;step 3 in text object : display list of &lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;EXCLU_IMP_HP1 such as Date 1 &amp;lt;= current date &amp;lt;= Date 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;=Concat({1&amp;lt; [EXCLU_IMP_DT_DEB]={"&amp;lt;=$(=$(vImpayesMoisCour))"}, [EXCLU_IMP_DT_FIN]={"&amp;gt;=$(=$(vImpayesMoisCour))"}&amp;gt;} [EXCLU_IMP_HP1], ',')&lt;/P&gt;


&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1 works fine and stores a numeric value for each of the two dates &lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;DT_INSERT and &lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;DT_FIN&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;Step 2 doesn't work as expected : the table viewer shows a numeric value in the first one and a DD/MM/YYYY hh:mm:ss value in the second one.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;Step 3 : &lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;the whole expression shows nothing.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;=$(vImpayesMoisCour) shows a DD/MM/YYYY value and the expression works if I remove the second filter. The only issue is that the second filter doesn't seem to recognize &lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;EXCLU_IMP_DT_FIN as a date field and therefore can't compare it to the &lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;expression in brackets.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;Could you please help me on this one?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;I don't see why the two fields are not interpreted or stored the same way in step 2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;Many thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Aug 2016 15:20:29 GMT</pubDate>
    <dc:creator>emmanueld</dc:creator>
    <dc:date>2016-08-31T15:20:29Z</dc:date>
    <item>
      <title>Date issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1123916#M631256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have the following table with two datetime fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATE TABLE &lt;SPAN style="font-size: 13.3333px;"&gt;PARAMETRES.&lt;/SPAN&gt;[dbo].[XLS_IMPAYES_HP1_EXCLUE](&lt;/P&gt;&lt;P&gt;&amp;nbsp; [ORGANISME] [char](3) NOT NULL,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [CODE HP1] [char](4) NOT NULL,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [DT_INSERT] [datetime] NOT NULL,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [DT_FIN] [datetime] NOT NULL&lt;/P&gt;&lt;P&gt;) ON [PRIMARY]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;step 1 storage into QVD :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;IMPAYES_HP1_EXCLUE:&lt;/P&gt;
&lt;P&gt;SQL SELECT [CODE HP1] as HP1_EXCLU_IMP,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; DT_INSERT,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; DT_FIN&lt;/P&gt;
&lt;P&gt;FROM PARAMETRES.dbo.XLS_IMPAYES_HP1_EXCLUE;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;(then classic store into 0001_Reunion_Rencontre_QVD_IMPAYES_HP1_EXCLUE.qvd)&lt;/P&gt;


&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;step 2 load from QVD :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;EXCLUSION_IMPAYES:&lt;/P&gt;
&lt;P&gt;LOAD HP1_EXCLU_IMP as EXCLU_IMP_HP1,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DT_INSERT as EXCLU_IMP_DT_DEB,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DT_FIN as EXCLU_IMP_DT_FIN&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;&amp;nbsp; [&lt;SPAN style="font-size: 13.3333px;"&gt;0001_Reunion_Rencontre_QVD&lt;/SPAN&gt;_IMPAYES_HP1_EXCLUE.qvd]&lt;/P&gt;
&lt;P&gt;(qvd);&lt;/P&gt;


&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;step 3 in text object : display list of &lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;EXCLU_IMP_HP1 such as Date 1 &amp;lt;= current date &amp;lt;= Date 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;=Concat({1&amp;lt; [EXCLU_IMP_DT_DEB]={"&amp;lt;=$(=$(vImpayesMoisCour))"}, [EXCLU_IMP_DT_FIN]={"&amp;gt;=$(=$(vImpayesMoisCour))"}&amp;gt;} [EXCLU_IMP_HP1], ',')&lt;/P&gt;


&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1 works fine and stores a numeric value for each of the two dates &lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;DT_INSERT and &lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;DT_FIN&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;Step 2 doesn't work as expected : the table viewer shows a numeric value in the first one and a DD/MM/YYYY hh:mm:ss value in the second one.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;Step 3 : &lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;the whole expression shows nothing.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;=$(vImpayesMoisCour) shows a DD/MM/YYYY value and the expression works if I remove the second filter. The only issue is that the second filter doesn't seem to recognize &lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;EXCLU_IMP_DT_FIN as a date field and therefore can't compare it to the &lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;expression in brackets.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;Could you please help me on this one?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;I don't see why the two fields are not interpreted or stored the same way in step 2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;Many thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 15:20:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1123916#M631256</guid>
      <dc:creator>emmanueld</dc:creator>
      <dc:date>2016-08-31T15:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Date issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1123917#M631257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Regarding step 2. It seems that in step 1 one of the date fields was recognized as a date field and the other wasn't. But it's also possible the are text values as well. Add both fields to a listbox and set the Number format to 'Fixed to'. Then check if you only see right aligned numbers in the listboxes. Anything left aligned is a text value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need more help, post a small qlikview document that demonstrates the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 10:38:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1123917#M631257</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-09-02T10:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Date issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1123918#M631258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Gysbert for your answer. Yes the two selection lists show different values, just as the table viewer :&lt;SPAN style="color: #3d3d3d; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt; a numeric value in the first one and a DD/MM/YYYY hh:mm:ss value in the second one, while the QVD contains two right-aligned numeric values. I'll try to post a doc.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 11:48:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1123918#M631258</guid>
      <dc:creator>emmanueld</dc:creator>
      <dc:date>2016-09-02T11:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Date issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1123919#M631259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please find the document I posted showing the issue : if I load my QVD once, one of the two fields is not displayed as a number in the listbox. &lt;/P&gt;&lt;P&gt;What is funny is that I tried loading the QVD a second time in a concatenate load without renaming the fields, and the two additional date fields are both displayed as numbers in list boxes! But when I load them in a second table separately (still without renaming them), the issue reappears.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Sep 2016 15:25:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1123919#M631259</guid>
      <dc:creator>emmanueld</dc:creator>
      <dc:date>2016-09-03T15:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Date issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1123920#M631260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The dates all seem to be dates. Though you may want to turn into a number too like the other date fields:&amp;nbsp; floor(DT_FIN) as&amp;nbsp; EXCLU_IMP_DT_FIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The qvw document you posted does not contain a variable &lt;SPAN style="color: #3d3d3d; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;vImpayesMoisCour. So I have no idea what value it should have or how it's calculated.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Sep 2016 18:13:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1123920#M631260</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-09-03T18:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Date issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1123921#M631261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Gysbert, indeed the floor function solves the problem! But I don't understand exactly why. The DT_FIN field contained precise dates with no hour or minute value, that could end up as integers on their own, so why do we need the floor function here, whereas we don't need it for DT_INSERT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for &lt;SPAN style="color: #3d3d3d; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px; background-color: #f2f2f2;"&gt;vImpayesMoisCour, I haven't included it in this simplified version of my app, because it needed other tables to be loaded. I'll see if the problem is completely solved and come back to you &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>Sat, 03 Sep 2016 18:40:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1123921#M631261</guid>
      <dc:creator>emmanueld</dc:creator>
      <dc:date>2016-09-03T18:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Date issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1123922#M631262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it now works then the problem was different date formats. DT_FIN had formatting and the rest of the date fields didn't. That matters in set analysis expressions. See this blog post for more information: &lt;A href="https://community.qlik.com/qlik-blogpost/4394"&gt;Dates in Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Sep 2016 17:13:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1123922#M631262</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-09-04T17:13:43Z</dc:date>
    </item>
  </channel>
</rss>

