<?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: Difference between Date# and date () in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Difference-between-Date-and-date/m-p/626939#M1097115</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date()&amp;nbsp;&amp;nbsp; : number to string conversion&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date#() : string to number conversion&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the doc at the bellow link gives you the full idea about the dates functionality...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-3102"&gt;http://community.qlik.com/docs/DOC-3102&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 May 2014 13:14:56 GMT</pubDate>
    <dc:creator>PradeepReddy</dc:creator>
    <dc:date>2014-05-08T13:14:56Z</dc:date>
    <item>
      <title>Difference between Date# and date ()</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Date-and-date/m-p/626933#M1097109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;Difference between Date# and date ()&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 12:47:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Date-and-date/m-p/626933#M1097109</guid>
      <dc:creator />
      <dc:date>2014-05-08T12:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Date# and date ()</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Date-and-date/m-p/626934#M1097110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Date is being used : number to string conversion&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date# is being used : string to number conversion&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 12:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Date-and-date/m-p/626934#M1097110</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-05-08T12:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Date# and date ()</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Date-and-date/m-p/626935#M1097111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I remember them like this from there usage standpoint&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date &lt;/P&gt;&lt;P&gt;Use to convert date to the required format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date#&lt;/P&gt;&lt;P&gt;Qlikview is intelligent to find date filed and covert to date format during the load. If for some reason it did not recognize the format and treats it as a string.&amp;nbsp; we can use Date# to help Qlikview interpret it as a date format. (we have to provide the date format for interpretation)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 13:06:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Date-and-date/m-p/626935#M1097111</guid>
      <dc:creator />
      <dc:date>2014-05-08T13:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Date# and date ()</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Date-and-date/m-p/626936#M1097112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandramohan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All dates are stored as numbers only at the back-end, and shown to you as a date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So Date() will just store a date as number in the back-end and show you as a date.&lt;/P&gt;&lt;P&gt;While Date#() will do the same as Date() and can also change the text into a date, will store it as number and show you as date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For better Understanding do one thing, take 2 text object and give these expression in each, you will get the difference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date#(Text(today()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Text(today()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 13:07:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Date-and-date/m-p/626936#M1097112</guid>
      <dc:creator>rajat2392</dc:creator>
      <dc:date>2014-05-08T13:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Date# and date ()</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Date-and-date/m-p/626937#M1097113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking forward to the next question lifted from a popular blog.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 13:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Date-and-date/m-p/626937#M1097113</guid>
      <dc:creator>richard_pearce6</dc:creator>
      <dc:date>2014-05-08T13:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Date# and date ()</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Date-and-date/m-p/626938#M1097114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I promise, after you read this, you can become master on how to handle dates &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/02/19/why-don-t-my-dates-work" title="http://community.qlik.com/blogs/qlikviewdesignblog/2013/02/19/why-don-t-my-dates-work"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2013/02/19/why-don-t-my-dates-work&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 13:14:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Date-and-date/m-p/626938#M1097114</guid>
      <dc:creator />
      <dc:date>2014-05-08T13:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Date# and date ()</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Date-and-date/m-p/626939#M1097115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date()&amp;nbsp;&amp;nbsp; : number to string conversion&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date#() : string to number conversion&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the doc at the bellow link gives you the full idea about the dates functionality...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-3102"&gt;http://community.qlik.com/docs/DOC-3102&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 13:14:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Date-and-date/m-p/626939#M1097115</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2014-05-08T13:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Date# and date ()</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Date-and-date/m-p/626940#M1097116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;date&lt;/SPAN&gt; function formats the &lt;SPAN class="Italic"&gt;expression&lt;/SPAN&gt; as a date according to the string given as &lt;SPAN class="Italic"&gt;format-code&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;Date(Today(),'DD/MM/YYYY') --&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="Bold"&gt;date#&lt;/SPAN&gt; function evaluates the &lt;SPAN class="Italic"&gt;expression&lt;/SPAN&gt; as a date according to the string given as &lt;SPAN class="Italic"&gt;format-code&lt;/SPAN&gt;. If the format code is omitted, the default date format set in the operating system is used. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 13:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Date-and-date/m-p/626940#M1097116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-08T13:56:30Z</dc:date>
    </item>
  </channel>
</rss>

