<?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: Problem with dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-dates/m-p/594693#M1097106</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems you have date - time field, if it is so, when you load try to cast the date as DD/MM/YYYY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Apr 2014 12:35:20 GMT</pubDate>
    <dc:creator>alexandros17</dc:creator>
    <dc:date>2014-04-18T12:35:20Z</dc:date>
    <item>
      <title>Problem with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-dates/m-p/594690#M1097103</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'm using the followin script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;BR /&gt;select&lt;BR /&gt;(select top 1 name from labelfile where labeldefinition='ReasonLate' and abbr=stp_reasonlate) as reasonlate, &lt;BR /&gt;stp_schdtlatest,&lt;BR /&gt;stp_arrivaldate,&lt;BR /&gt;lgh_Carrier,&lt;BR /&gt;orderheader.ord_hdrnumber as TMWO&lt;/P&gt;&lt;P&gt;from stops&lt;BR /&gt;left join orderheader on orderheader.ord_hdrnumber=stops.ord_hdrnumber&lt;BR /&gt;left join legheader on stops.lgh_number=legheader.lgh_number&lt;BR /&gt;where (stp_arrivaldate&amp;gt;getdate()-31) and&lt;BR /&gt;&amp;nbsp; ((stp_reasonlate&amp;lt;&amp;gt;'UNK')or(stp_arrivaldate&amp;gt;stp_schdtlatest));&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;Data2:&lt;BR /&gt; Load&lt;BR /&gt;date(stp_schdtlatest) as Date, *&lt;/P&gt;&lt;P&gt;Resident Data;&lt;/P&gt;&lt;P&gt;DROP table Data;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in my table, I want the dimension "Date" on the vertical axis. However, I get something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="naamloos.JPG" class="jive-image" src="https://community.qlik.com/legacyfs/online/57554_naamloos.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I combine all date for one date in my table? (so all the data combined, and in the dimension only once 18-03, 19-03, etc.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Niek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 12:30:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-dates/m-p/594690#M1097103</guid>
      <dc:creator />
      <dc:date>2014-04-18T12:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-dates/m-p/594691#M1097104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;date(floor(stp_schdtlatest)) as Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your stp_schdtlatest field is obviously timestamp, not a date.&amp;nbsp; Function floor() removes the fraction part (time)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 12:34:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-dates/m-p/594691#M1097104</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-18T12:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-dates/m-p/594692#M1097105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It probably means your Date is not formatted correctly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 12:34:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-dates/m-p/594692#M1097105</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-04-18T12:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-dates/m-p/594693#M1097106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems you have date - time field, if it is so, when you load try to cast the date as DD/MM/YYYY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 12:35:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-dates/m-p/594693#M1097106</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-04-18T12:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-dates/m-p/594694#M1097107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 12:36:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-dates/m-p/594694#M1097107</guid>
      <dc:creator />
      <dc:date>2014-04-18T12:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-dates/m-p/594695#M1097108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YOU CAN TRY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014-04-18_1340.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/57557_2014-04-18_1340.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 12:41:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-dates/m-p/594695#M1097108</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-04-18T12:41:18Z</dc:date>
    </item>
  </channel>
</rss>

