<?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 conversion in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-conversion/m-p/1052188#M639259</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;I had a date field with values like this: '01-02-2016' and i want to make the value a format like this: '41640'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to convert the date value to a number like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;ahmed100&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Mar 2016 00:28:07 GMT</pubDate>
    <dc:creator>AH</dc:creator>
    <dc:date>2016-03-11T00:28:07Z</dc:date>
    <item>
      <title>Date conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Date-conversion/m-p/1052188#M639259</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;I had a date field with values like this: '01-02-2016' and i want to make the value a format like this: '41640'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to convert the date value to a number like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;ahmed100&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 00:28:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-conversion/m-p/1052188#M639259</guid>
      <dc:creator>AH</dc:creator>
      <dc:date>2016-03-11T00:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Date conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Date-conversion/m-p/1052189#M639260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14576576580068611 jive_text_macro" jivemacro_uid="_14576576580068611"&gt;
&lt;P&gt;Num(Date#( '01-02-2016' ,'MM-DD-YYYY'))&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 00:56:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-conversion/m-p/1052189#M639260</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-03-11T00:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Date conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Date-conversion/m-p/1052190#M639261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marco!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ahmed100&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 01:05:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-conversion/m-p/1052190#M639261</guid>
      <dc:creator>AH</dc:creator>
      <dc:date>2016-03-11T01:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Date conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Date-conversion/m-p/1052191#M639262</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;Num(Date#( DateFieldName ,'MM-DD-YYYY')) AS DateFieldName_Number&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;FROM DAtaSource;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;If above not working then try this&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;*,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;Num(DateFieldName) AS DateFieldName_Number&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;FROM DAtaSource;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 01:07:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-conversion/m-p/1052191#M639262</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-03-11T01:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Date conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Date-conversion/m-p/1052192#M639263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have two other conversion to take care:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Convert Date field format '01-02-2016'&amp;nbsp; to '01/02/2016' format and&lt;/P&gt;&lt;P&gt;2. Convert Date field format '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;41640'&amp;nbsp; to '01/02/2016' format&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ahmed100&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 02:09:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-conversion/m-p/1052192#M639263</guid>
      <dc:creator>AH</dc:creator>
      <dc:date>2016-03-11T02:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Date conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Date-conversion/m-p/1052193#M639264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Try like this using Alt() if both dates are in single column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;Date(Alt(Date#(FieldName, &lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px; background-color: #f2f2f2;"&gt;'MM-DD-YYYY'), FieldName) AS NewField&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px; background-color: #f2f2f2;"&gt;FROM DataSource;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 02:45:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-conversion/m-p/1052193#M639264</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-03-11T02:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Date conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Date-conversion/m-p/1052194#M639265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. But They are different fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ahmed100&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 03:03:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-conversion/m-p/1052194#M639265</guid>
      <dc:creator>AH</dc:creator>
      <dc:date>2016-03-11T03:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Date conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Date-conversion/m-p/1052195#M639266</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;Then try like this separately&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Date(Date#(FieldName1, &lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; background-color: #f2f2f2;"&gt;'MM-DD-YYYY'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; background-color: #f2f2f2;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Date(FieldName2&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; background-color: #f2f2f2;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 03:21:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-conversion/m-p/1052195#M639266</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-03-11T03:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Date conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Date-conversion/m-p/1052196#M639267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you show me, how To convert date format '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;41640' to date format &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;'YYYY-MM-DD' ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;ahmed100&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Mar 2016 02:50:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-conversion/m-p/1052196#M639267</guid>
      <dc:creator>AH</dc:creator>
      <dc:date>2016-03-13T02:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Date-conversion/m-p/1052197#M639268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Date(FieldName2, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;'YYYY-MM-DD'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; background-color: #f2f2f2;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; background-color: #f2f2f2;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; background-color: #f2f2f2;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Mar 2016 03:48:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-conversion/m-p/1052197#M639268</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-03-13T03:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Date conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Date-conversion/m-p/1052198#M639269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Jagan!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ahmed100&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Mar 2016 19:24:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-conversion/m-p/1052198#M639269</guid>
      <dc:creator>AH</dc:creator>
      <dc:date>2016-03-13T19:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Date conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Date-conversion/m-p/1052199#M639273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jagan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Can you please tell me how to represent December 21, 2016 20:18 in Date format like MMMM DD,YYYY hh:mm or anything.My required format is MM/DD/YY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2016 09:10:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-conversion/m-p/1052199#M639273</guid>
      <dc:creator>bhavvibudagam</dc:creator>
      <dc:date>2016-03-28T09:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Date conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Date-conversion/m-p/1052200#M639274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt; MMMM DD,YYYY hh:mm &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 04:02:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-conversion/m-p/1052200#M639274</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-04-05T04:02:09Z</dc:date>
    </item>
  </channel>
</rss>

