<?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 Convert date problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Convert-date-problem/m-p/216993#M70251</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could also use the date(date#(field,'DD.MM.YYY'),'YYYY-MM-DD') to get ISO dates. Inside the date() you specify what the result should be like, and the Date#() explains how the field is structured.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Oct 2009 17:26:22 GMT</pubDate>
    <dc:creator>blaise</dc:creator>
    <dc:date>2009-10-15T17:26:22Z</dc:date>
    <item>
      <title>Convert date problem</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-date-problem/m-p/216991#M70249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm exporting data from MS Dynamics AX 4.0 into excel and then into QV.&lt;/P&gt;&lt;P&gt;The date format I get from Axapta is e.g. 21.01.2009. When I import it into QV it is not recognised as a date. How do I change this into a workeable date format so I can make calculations with it (count the number of days between 2 dates)?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Herman Van der planken&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2009 17:10:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-date-problem/m-p/216991#M70249</guid>
      <dc:creator />
      <dc:date>2009-10-15T17:10:20Z</dc:date>
    </item>
    <item>
      <title>Convert date problem</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-date-problem/m-p/216992#M70250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you set the generic date format?&lt;/P&gt;&lt;P&gt;SET DateFormat='DD.MM.YYY'&lt;/P&gt;&lt;P&gt;--Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2009 17:15:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-date-problem/m-p/216992#M70250</guid>
      <dc:creator />
      <dc:date>2009-10-15T17:15:55Z</dc:date>
    </item>
    <item>
      <title>Convert date problem</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-date-problem/m-p/216993#M70251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could also use the date(date#(field,'DD.MM.YYY'),'YYYY-MM-DD') to get ISO dates. Inside the date() you specify what the result should be like, and the Date#() explains how the field is structured.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2009 17:26:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-date-problem/m-p/216993#M70251</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2009-10-15T17:26:22Z</dc:date>
    </item>
    <item>
      <title>Convert date problem</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-date-problem/m-p/216994#M70252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, it worked (the Date# method)&lt;/P&gt;&lt;P&gt;But how can I now count the number of days between two (converted) dates ?&lt;/P&gt;&lt;P&gt;I used to convert the date in excel and then in QV i just had to deduct the one date from the other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2009 19:10:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-date-problem/m-p/216994#M70252</guid>
      <dc:creator />
      <dc:date>2009-10-15T19:10:42Z</dc:date>
    </item>
    <item>
      <title>Convert date problem</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-date-problem/m-p/216995#M70253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The answer from Blaise will fit perfect to your problem: Date#() reads a string and considers it as Number, Date() ensures to display it as per the predefined date-formatting. Already with having the figures with date# any subtraction will work.&lt;/P&gt;&lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2009 19:16:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-date-problem/m-p/216995#M70253</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2009-10-15T19:16:35Z</dc:date>
    </item>
    <item>
      <title>Convert date problem</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-date-problem/m-p/216996#M70254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;interval(Date1 - Date2,'dd') for Number of Days (with optional preciding Zero).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2009 19:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-date-problem/m-p/216996#M70254</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2009-10-15T19:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Convert date problem</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-date-problem/m-p/216997#M70255</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;The usual way to get MDAx date is using SQL Server Connetor insted excel who has serveral problems. If you need information about data dictionary contact whit me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope to help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 13:21:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-date-problem/m-p/216997#M70255</guid>
      <dc:creator />
      <dc:date>2012-07-25T13:21:58Z</dc:date>
    </item>
  </channel>
</rss>

