<?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 formating prob in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/date-formating-prob/m-p/363356#M1171073</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A great resource for understanding date and timestamp data is&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/docs/DOC-3102"&gt;http://community.qlik.com/docs/DOC-3102&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jun 2012 07:35:38 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2012-06-22T07:35:38Z</dc:date>
    <item>
      <title>date formating prob</title>
      <link>https://community.qlik.com/t5/QlikView/date-formating-prob/m-p/363353#M1171070</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 a sql table that has a date fiel (complete&amp;nbsp; date up to time)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i load it using date(datefield) as Date1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it gives me value with format 'MM/DD/YYYY', this is fine with me because i just want to get the proper date without the time...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i use table object because i want to display the per record details, BUT when i want to filter per Date1 i have this --see picture below first field is the default value frm SQL table and 2nd field is the result of&lt;STRONG&gt; date(datefield) as PAFDate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="16753" class="jive-image jiveImage" alt="datepic1.png" src="https://community.qlik.com/legacyfs/online/16753_datepic1.png" /&gt; &amp;lt;---i got this when i look up for a date see the multiple line even if its the same date?ex. 02/10/2012&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="16752" class="jive-image" alt="datepic.png" src="https://community.qlik.com/legacyfs/online/16752_datepic.png" /&gt;&amp;nbsp; this image when i filter it by date i selected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone help me understand pls.... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 00:40:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-formating-prob/m-p/363353#M1171070</guid>
      <dc:creator>rotero</dc:creator>
      <dc:date>2012-06-22T00:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: date formating prob</title>
      <link>https://community.qlik.com/t5/QlikView/date-formating-prob/m-p/363354#M1171071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its because of the timestamp factor. If you want to remove it please try &lt;EM&gt;date(floor(datefield))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran Rokkam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 05:58:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-formating-prob/m-p/363354#M1171071</guid>
      <dc:creator />
      <dc:date>2012-06-22T05:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: date formating prob</title>
      <link>https://community.qlik.com/t5/QlikView/date-formating-prob/m-p/363355#M1171072</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;You have multiple rows of data for a perticular date and if u want the total for that date remove the timestamp and you will get one row for that date.Try this in the script to remove timestamp:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=date(floor(Date),'DD-MM-YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Apurva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 06:39:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-formating-prob/m-p/363355#M1171072</guid>
      <dc:creator />
      <dc:date>2012-06-22T06:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: date formating prob</title>
      <link>https://community.qlik.com/t5/QlikView/date-formating-prob/m-p/363356#M1171073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A great resource for understanding date and timestamp data is&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/docs/DOC-3102"&gt;http://community.qlik.com/docs/DOC-3102&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 07:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-formating-prob/m-p/363356#M1171073</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-06-22T07:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: date formating prob</title>
      <link>https://community.qlik.com/t5/QlikView/date-formating-prob/m-p/363357#M1171074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tnx to all.. it did what i intend to do,,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think beginners should first understand how QV handles date value... and then how to format it &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 08:12:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-formating-prob/m-p/363357#M1171074</guid>
      <dc:creator>rotero</dc:creator>
      <dc:date>2012-06-22T08:12:09Z</dc:date>
    </item>
  </channel>
</rss>

