<?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 function to convert to Calendar Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/date-function-to-convert-to-Calendar-Date/m-p/1083411#M525536</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully this will be an easy one.&amp;nbsp; I looked through the forum and could not find the quick fix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using NPrinting and would like to insert today's date on my cover page of my report.&amp;nbsp; This is the same logic as creating a text box in Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my formula is simple&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=today() and it returns 1/13/2016.&amp;nbsp;&amp;nbsp; I would like it to return January 13, 2016&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the format for the date() command to make this work in Qlikview?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jan 2016 16:11:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-01-13T16:11:00Z</dc:date>
    <item>
      <title>date function to convert to Calendar Date</title>
      <link>https://community.qlik.com/t5/QlikView/date-function-to-convert-to-Calendar-Date/m-p/1083411#M525536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully this will be an easy one.&amp;nbsp; I looked through the forum and could not find the quick fix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using NPrinting and would like to insert today's date on my cover page of my report.&amp;nbsp; This is the same logic as creating a text box in Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my formula is simple&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=today() and it returns 1/13/2016.&amp;nbsp;&amp;nbsp; I would like it to return January 13, 2016&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the format for the date() command to make this work in Qlikview?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 16:11:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-function-to-convert-to-Calendar-Date/m-p/1083411#M525536</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-13T16:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: date function to convert to Calendar Date</title>
      <link>https://community.qlik.com/t5/QlikView/date-function-to-convert-to-Calendar-Date/m-p/1083412#M525537</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;This format should do it for you&lt;/P&gt;&lt;P&gt;=Date(Today(),'MMMM, DD, YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 16:14:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-function-to-convert-to-Calendar-Date/m-p/1083412#M525537</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2016-01-13T16:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: date function to convert to Calendar Date</title>
      <link>https://community.qlik.com/t5/QlikView/date-function-to-convert-to-Calendar-Date/m-p/1083413#M525538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it does.&amp;nbsp; Thanks for your quick response.&amp;nbsp; I could not find that verbiage in any of the threads I looked through.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 16:17:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-function-to-convert-to-Calendar-Date/m-p/1083413#M525538</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-13T16:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: date function to convert to Calendar Date</title>
      <link>https://community.qlik.com/t5/QlikView/date-function-to-convert-to-Calendar-Date/m-p/1083414#M525539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Date(Date#(Today(),'M/DD/YYYY'),'MMMM DD, YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 16:18:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-function-to-convert-to-Calendar-Date/m-p/1083414#M525539</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-01-13T16:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: date function to convert to Calendar Date</title>
      <link>https://community.qlik.com/t5/QlikView/date-function-to-convert-to-Calendar-Date/m-p/1083415#M525540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for quick response.&amp;nbsp; That version works too&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 16:20:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-function-to-convert-to-Calendar-Date/m-p/1083415#M525540</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-13T16:20:12Z</dc:date>
    </item>
  </channel>
</rss>

