<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date/m-p/207465#M63207</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your database field is coming in as a "Date" field (with the numeric part and the formatted test part), and you don't need the time portion, I'd recommend rounding the number down and then formatting the date, like this:&lt;/P&gt;&lt;P&gt;date(floor(MyTimestamp), 'DD/MM/YYYY')&lt;/P&gt;&lt;P&gt;If, however, your timestamp is coming in as a string, you need to convert it to a date field and then format. Function date# is used to convert a string to a date based on a certain formatting pattern:&lt;/P&gt;&lt;P&gt;date#(MyTimeStamp, 'DD/MM/YYYY hh:mm:ss')&lt;/P&gt;&lt;P&gt;Once you have a proper date field, you can, once again, round the number down and format the field as we did before.&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Apr 2010 05:38:54 GMT</pubDate>
    <dc:creator>Oleg_Troyansky</dc:creator>
    <dc:date>2010-04-09T05:38:54Z</dc:date>
    <item>
      <title>Date</title>
      <link>https://community.qlik.com/t5/QlikView/Date/m-p/207461#M63203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a field from the database that has the format datetime-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And i neeed only to show in the report the date part. How can i do??&lt;/P&gt;&lt;P&gt;only: dd/mm/yyyy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 11:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date/m-p/207461#M63203</guid>
      <dc:creator />
      <dc:date>2010-04-08T11:25:44Z</dc:date>
    </item>
    <item>
      <title>Date</title>
      <link>https://community.qlik.com/t5/QlikView/Date/m-p/207462#M63204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to format field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Fieldname,format)&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Example&lt;/P&gt;&lt;P&gt;date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Field,'DD/MM/YYYY') or date(Field,'MM/DD/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 11:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date/m-p/207462#M63204</guid>
      <dc:creator />
      <dc:date>2010-04-08T11:30:56Z</dc:date>
    </item>
    <item>
      <title>Date</title>
      <link>https://community.qlik.com/t5/QlikView/Date/m-p/207463#M63205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Using date(DOB,'DD/MM/YYY'),date#(DOB,'DD/MM/YYYY')..Like so many functions are available in Qlikview. Just go through reference manual u can find so many functions with examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 11:46:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date/m-p/207463#M63205</guid>
      <dc:creator />
      <dc:date>2010-04-08T11:46:53Z</dc:date>
    </item>
    <item>
      <title>Date</title>
      <link>https://community.qlik.com/t5/QlikView/Date/m-p/207464#M63206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Txetxu&lt;/P&gt;&lt;P&gt;There are a lot of functions that are available for extracting the date alone from a time stamp. The best methode is to use the date and time functions which is given in the reference manual under the topic 'Date and Time Functions'. This might help.&lt;/P&gt;&lt;P&gt;Even if you cant extract the date then there are functions called left() right() and mid() which is also explained in the reference manual.&lt;/P&gt;&lt;P&gt;For example if the date format is like this: 1/21/2010 00:30:15 then, if you use the "date#(Field name,'Format') as Date" in the script part, then you will get the solution. Otherwise you can also use left function like "left(FieldName,10)" which gets the first 10 characters from the left and store it in the new Date field.&lt;/P&gt;&lt;P&gt;Hope this helps you solve the issue.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 12:14:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date/m-p/207464#M63206</guid>
      <dc:creator />
      <dc:date>2010-04-08T12:14:26Z</dc:date>
    </item>
    <item>
      <title>Date</title>
      <link>https://community.qlik.com/t5/QlikView/Date/m-p/207465#M63207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your database field is coming in as a "Date" field (with the numeric part and the formatted test part), and you don't need the time portion, I'd recommend rounding the number down and then formatting the date, like this:&lt;/P&gt;&lt;P&gt;date(floor(MyTimestamp), 'DD/MM/YYYY')&lt;/P&gt;&lt;P&gt;If, however, your timestamp is coming in as a string, you need to convert it to a date field and then format. Function date# is used to convert a string to a date based on a certain formatting pattern:&lt;/P&gt;&lt;P&gt;date#(MyTimeStamp, 'DD/MM/YYYY hh:mm:ss')&lt;/P&gt;&lt;P&gt;Once you have a proper date field, you can, once again, round the number down and format the field as we did before.&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 05:38:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date/m-p/207465#M63207</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2010-04-09T05:38:54Z</dc:date>
    </item>
    <item>
      <title>Date</title>
      <link>https://community.qlik.com/t5/QlikView/Date/m-p/207466#M63208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have test all your posibilities but i never view the correct results.&lt;/P&gt;&lt;P&gt;now in the table i have format the field and it finished with this format DD/MM/YYYY&lt;/P&gt;&lt;P&gt;but when it is reload in the it appers at DD/MM/YYYY&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/0412.dates.bmp"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/0412.dates.bmp" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i do????&lt;/P&gt;&lt;P&gt;i need this field to select it with a macro a i can´t select one!!!! i don´t know what to do!!&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 11:56:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date/m-p/207466#M63208</guid>
      <dc:creator />
      <dc:date>2010-04-09T11:56:55Z</dc:date>
    </item>
    <item>
      <title>Date</title>
      <link>https://community.qlik.com/t5/QlikView/Date/m-p/207467#M63209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG&gt;&lt;A&gt;txetxu18&lt;/A&gt;,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;can you post your script, what you have written for format the date in chart or script.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The basic things should work.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ravi....&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 12:30:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date/m-p/207467#M63209</guid>
      <dc:creator />
      <dc:date>2010-04-09T12:30:04Z</dc:date>
    </item>
  </channel>
</rss>

