<?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 Issue with different date formats in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-with-different-date-formats/m-p/546893#M204263</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing an issue as i have a table in which all the date fields are in different - different formats some are in number,some are in text some contains the date along with time stamp,due to which i am not able to get the correct value and correct selections,Please let me know what is best in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;With regards&lt;/P&gt;&lt;P&gt;Ferha Jafri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Oct 2013 12:30:24 GMT</pubDate>
    <dc:creator>ferha_jafri</dc:creator>
    <dc:date>2013-10-11T12:30:24Z</dc:date>
    <item>
      <title>Issue with different date formats</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-different-date-formats/m-p/546893#M204263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing an issue as i have a table in which all the date fields are in different - different formats some are in number,some are in text some contains the date along with time stamp,due to which i am not able to get the correct value and correct selections,Please let me know what is best in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;With regards&lt;/P&gt;&lt;P&gt;Ferha Jafri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 12:30:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-different-date-formats/m-p/546893#M204263</guid>
      <dc:creator>ferha_jafri</dc:creator>
      <dc:date>2013-10-11T12:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with different date formats</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-different-date-formats/m-p/546894#M204264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ferha,&lt;/P&gt;&lt;P&gt;Just apply&lt;/P&gt;&lt;P&gt;Date(date_field) as Date&lt;/P&gt;&lt;P&gt;in your script and you will be good to go.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 12:37:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-different-date-formats/m-p/546894#M204264</guid>
      <dc:creator />
      <dc:date>2013-10-11T12:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with different date formats</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-different-date-formats/m-p/546895#M204265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;During load all of them should be transformed to proper date values using different date functions like:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;(DateField, 'MM-DD-YYYY') as Date1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have text like 11Sep2013, then&lt;/P&gt;&lt;P&gt;Date(&lt;STRONG&gt;Date#(&lt;/STRONG&gt;DateField, 'DDMMMYYYY'), 'MM-DD-YYYY') as Date2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or, you might have to use &lt;STRONG&gt;MakeDate()&lt;/STRONG&gt; function some where depending on your data format.&lt;/P&gt;&lt;P&gt;Otherwise, maintaining a &lt;STRONG&gt;master calendar &lt;/STRONG&gt;is a good idea, though that depends on your model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 12:40:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-different-date-formats/m-p/546895#M204265</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-10-11T12:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with different date formats</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-different-date-formats/m-p/546896#M204266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to display your data as date, you can make Date(Date) in your script,&lt;/P&gt;&lt;P&gt;you can also make Date()*1 to have all in Number Format (it is sometimes helpfull to store data as number to make calculations and set analysis).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 12:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-different-date-formats/m-p/546896#M204266</guid>
      <dc:creator />
      <dc:date>2013-10-11T12:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with different date formats</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-different-date-formats/m-p/546897#M204267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this blog post: &lt;A _jive_internal="true" class="font-color-normal" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/06/07/get-the-dates-right" style="font-style: inherit; font-family: inherit; color: #3d3d3d; text-decoration: underline;"&gt;Get the Dates Right&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 13:35:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-different-date-formats/m-p/546897#M204267</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-10-11T13:35:29Z</dc:date>
    </item>
  </channel>
</rss>

