<?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: String or Number to Date Format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/String-or-Number-to-Date-Format/m-p/476643#M694136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Selva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attached file .&lt;/P&gt;&lt;P&gt;I have done a logical change and scripting in script of the qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it help you,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Jun 2013 08:37:18 GMT</pubDate>
    <dc:creator>sujeetsingh</dc:creator>
    <dc:date>2013-06-17T08:37:18Z</dc:date>
    <item>
      <title>String or Number to Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/String-or-Number-to-Date-Format/m-p/476639#M694132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to convert " 200011" to Year and Month Format like this " Nov&amp;nbsp; 2000".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style=": ; font-size: 1;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date# &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(01012001, 'MMM YYYY') &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it not working. Is there any way to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Selva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2013 08:26:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-or-Number-to-Date-Format/m-p/476639#M694132</guid>
      <dc:creator />
      <dc:date>2013-06-17T08:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: String or Number to Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/String-or-Number-to-Date-Format/m-p/476640#M694133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try date(date#('200011','YYYYMM'),'MMM YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2013 08:31:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-or-Number-to-Date-Format/m-p/476640#M694133</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-06-17T08:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: String or Number to Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/String-or-Number-to-Date-Format/m-p/476641#M694134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;date(DATE#('200011','YYYYMM'),'MMM YYYY')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2013 08:31:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-or-Number-to-Date-Format/m-p/476641#M694134</guid>
      <dc:creator />
      <dc:date>2013-06-17T08:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: String or Number to Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/String-or-Number-to-Date-Format/m-p/476642#M694135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to use date#() to convert the string into a date and than use date() get the desired format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13714579852781313" jivemacro_uid="_13714579852781313"&gt;&lt;P&gt;date(date#(200011,'YYYYMM'),'MMM YYYY')&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also see the examples in the Qlikview Manual ...&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Florian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2013 08:35:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-or-Number-to-Date-Format/m-p/476642#M694135</guid>
      <dc:creator>pennetzdorfer</dc:creator>
      <dc:date>2013-06-17T08:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: String or Number to Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/String-or-Number-to-Date-Format/m-p/476643#M694136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Selva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attached file .&lt;/P&gt;&lt;P&gt;I have done a logical change and scripting in script of the qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it help you,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2013 08:37:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-or-Number-to-Date-Format/m-p/476643#M694136</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2013-06-17T08:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: String or Number to Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/String-or-Number-to-Date-Format/m-p/476644#M694137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may also find this link usefull (I know did) &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2013 10:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-or-Number-to-Date-Format/m-p/476644#M694137</guid>
      <dc:creator>RedSky001</dc:creator>
      <dc:date>2013-06-17T10:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: String or Number to Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/String-or-Number-to-Date-Format/m-p/476645#M694138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thankyou all.. Everyone on the same line...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2013 10:54:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-or-Number-to-Date-Format/m-p/476645#M694138</guid>
      <dc:creator />
      <dc:date>2013-06-17T10:54:55Z</dc:date>
    </item>
  </channel>
</rss>

