<?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: Need a Example which shows Difference between Date and Date# in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-a-Example-which-shows-Difference-between-Date-and-Date/m-p/1218575#M872874</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Duplicate thread should be avoided: &lt;A href="https://community.qlik.com/thread/239158"&gt;Need a Example which shows Difference between Date and Date#&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Nov 2016 05:27:39 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2016-11-09T05:27:39Z</dc:date>
    <item>
      <title>Need a Example which shows Difference between Date and Date#</title>
      <link>https://community.qlik.com/t5/QlikView/Need-a-Example-which-shows-Difference-between-Date-and-Date/m-p/1218572#M872871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one provide a a Example which shows Difference between Date and Date#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Satya&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/Need-a-Example-which-shows-Difference-between-Date-and-Date/m-p/1218572#M872871</guid>
      <dc:creator>SatyaPaleti</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need a Example which shows Difference between Date and Date#</title>
      <link>https://community.qlik.com/t5/QlikView/Need-a-Example-which-shows-Difference-between-Date-and-Date/m-p/1218573#M872872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="4002" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" href="https://community.qlik.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 03:25:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-a-Example-which-shows-Difference-between-Date-and-Date/m-p/1218573#M872872</guid>
      <dc:creator>varshavig12</dc:creator>
      <dc:date>2016-11-09T03:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Need a Example which shows Difference between Date and Date#</title>
      <link>https://community.qlik.com/t5/QlikView/Need-a-Example-which-shows-Difference-between-Date-and-Date/m-p/1218574#M872873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer following link for a good understanding of date function:-&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.qlikviewaddict.com/2012/08/dates-in-qlikview-part-2.html" title="http://www.qlikviewaddict.com/2012/08/dates-in-qlikview-part-2.html"&gt;QlikView Addict: Dates in QlikView - Part 2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 14.4399995803833px;"&gt;The date#() function interprets a string using the given format and creates a true date from it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 14.4399995803833px;"&gt;Its straightforward to use as follows:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE style="color: #000000;"&gt;&lt;SPAN style="color: blue;"&gt;date#&lt;/SPAN&gt;(&lt;SPAN style="color: #660000;"&gt;DateStringField&lt;/SPAN&gt;, 'YYYY-MM-DD') &lt;STRONG style="color: blue;"&gt;AS &lt;/STRONG&gt;&lt;SPAN style="color: #660000;"&gt;DateField&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 14.4399995803833px; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif;"&gt;The function interprets the field DateStringField using the format YYYY-MM-DD and if it can do so, outputs a true date.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 14.4399995803833px;"&gt;QlikView stores dates as a dual value; the numerical representation of the date and a string representing how the date will be presented to the user. One thing worth noting about the date#() function is that the resulting date will be formatted using the same format used to interpret the string, which might not be the format you desire your dates to be displayed in. You should also remember that we can use the date() function to format the string part of a true date and so we can add it to the above code as follows:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE style="color: #000000;"&gt;&lt;SPAN style="color: blue;"&gt;date&lt;/SPAN&gt;(&lt;SPAN style="color: blue;"&gt;date#&lt;/SPAN&gt;(&lt;SPAN style="color: #660000;"&gt;DateStringField&lt;/SPAN&gt;, 'YYYY-MM-DD'), 'DD-MM-YYYY') &lt;STRONG style="color: blue;"&gt;AS &lt;/STRONG&gt;&lt;SPAN style="color: #660000;"&gt;DateField&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 05:18:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-a-Example-which-shows-Difference-between-Date-and-Date/m-p/1218574#M872873</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-09T05:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Need a Example which shows Difference between Date and Date#</title>
      <link>https://community.qlik.com/t5/QlikView/Need-a-Example-which-shows-Difference-between-Date-and-Date/m-p/1218575#M872874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Duplicate thread should be avoided: &lt;A href="https://community.qlik.com/thread/239158"&gt;Need a Example which shows Difference between Date and Date#&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 05:27:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-a-Example-which-shows-Difference-between-Date-and-Date/m-p/1218575#M872874</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-11-09T05:27:39Z</dc:date>
    </item>
  </channel>
</rss>

