<?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: date to date filter problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/date-to-date-filter-problem/m-p/1110265#M904561</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I don't need it, sorry i didn't mention it, but the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;hh:mm:ss is not used at all.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you suggest to create a new filed in the load script with :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(floor(YourTimestampField)) as Date,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The thing when I try to change the format in the load script with Date(&lt;SPAN style="font-size: 13.3333px;"&gt;date_saisie&lt;/SPAN&gt;) as date_saisie it doesn't work, I have a error during the load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jun 2016 14:20:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-06-24T14:20:30Z</dc:date>
    <item>
      <title>date to date filter problem</title>
      <link>https://community.qlik.com/t5/QlikView/date-to-date-filter-problem/m-p/1110263#M904559</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;I have a problem with the date's format and my filter date to date.&lt;/P&gt;&lt;P&gt;My date format is : DD/MM/YYY hh:mm:ss and I can't change it in the load script. But with the calendar tool of Qlikview, when I select a date and put it in a variable I have the format &lt;SPAN style="font-size: 13.3333px;"&gt;DD/MM/YYY.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capturedatedate.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/129108_Capturedatedate.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then when I have my start date and my end date I use :&lt;/P&gt;&lt;P&gt;='&amp;gt;=$(=date($(vStartDated2))) &amp;lt;=$(=date($(vEndDated2)))'&lt;/P&gt;&lt;P&gt;To select all the date between start and end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I change the format of a variable, or add the &lt;SPAN style="font-size: 13.3333px;"&gt;hh:mm:ss to my 2 variables ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If someone have an idea ! &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;Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-to-date-filter-problem/m-p/1110263#M904559</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: date to date filter problem</title>
      <link>https://community.qlik.com/t5/QlikView/date-to-date-filter-problem/m-p/1110264#M904560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you really need these timestamp then keep them but to use dates you will need dates and not a timestamp. Therefore I suggest to create two further fields with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(floor(YourTimestampField)) as Date,&lt;/P&gt;&lt;P&gt;time(frac(YourTimestampField)) as Time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 14:09:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-to-date-filter-problem/m-p/1110264#M904560</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-06-24T14:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: date to date filter problem</title>
      <link>https://community.qlik.com/t5/QlikView/date-to-date-filter-problem/m-p/1110265#M904561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I don't need it, sorry i didn't mention it, but the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;hh:mm:ss is not used at all.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you suggest to create a new filed in the load script with :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(floor(YourTimestampField)) as Date,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The thing when I try to change the format in the load script with Date(&lt;SPAN style="font-size: 13.3333px;"&gt;date_saisie&lt;/SPAN&gt;) as date_saisie it doesn't work, I have a error during the load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 14:20:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-to-date-filter-problem/m-p/1110265#M904561</guid>
      <dc:creator />
      <dc:date>2016-06-24T14:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: date to date filter problem</title>
      <link>https://community.qlik.com/t5/QlikView/date-to-date-filter-problem/m-p/1110266#M904563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are missing the floor-function which will cut the time-part from the value then date is only a formatting-function for dates and couldn't handle the timestamp. Therefore try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(&lt;STRONG&gt;floor&lt;/STRONG&gt;(&lt;SPAN style="font-size: 13.3333px;"&gt;date_saisie&lt;/SPAN&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 14:45:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-to-date-filter-problem/m-p/1110266#M904563</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-06-24T14:45:35Z</dc:date>
    </item>
  </channel>
</rss>

