<?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: dates format automatically changes when we change month and year format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/dates-format-automatically-changes-when-we-change-month-and-year/m-p/552077#M206203</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some dates in your source data are numeric and others are strings. You use the &lt;EM&gt;date#&lt;/EM&gt; function to convert a string to a date. The &lt;EM&gt;date&lt;/EM&gt; function is used to give a numeric date a format. If you want to convert a string to a date and give it a specific format then you need to use both of them:&amp;nbsp; date(date#(MyStringDate, 'YYYY-MM-DD'),'MM/DD/YYYY'). Also, make sure to use MM for month and not mm, since mm is for minutes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this discussion for information about using MasterCalendars: &lt;A _jive_internal="true" href="https://community.qlik.com/thread/66717" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;Tutorial - Using Common Date Dimensions and Shared Calendars&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Oct 2013 16:09:20 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-10-14T16:09:20Z</dc:date>
    <item>
      <title>dates format automatically changes when we change month and year format</title>
      <link>https://community.qlik.com/t5/QlikView/dates-format-automatically-changes-when-we-change-month-and-year/m-p/552074#M206200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a data model in which the dates are in different format ,when i change the format for month and year as they were in text format i have changed them to number format to use them in max function,there are many dates which automatically changes to number format eg. created date. In this model when i am trying to convert the created date in date format as mm/dd/yyyy ,i am not able to do that,i am not able to understand the issue.One more thing i want to understand the master calendar concept .plz help me in understanding this and in which model we can apply master calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Ferha Jafri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 07:47:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dates-format-automatically-changes-when-we-change-month-and-year/m-p/552074#M206200</guid>
      <dc:creator>ferha_jafri</dc:creator>
      <dc:date>2013-10-14T07:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: dates format automatically changes when we change month and year format</title>
      <link>https://community.qlik.com/t5/QlikView/dates-format-automatically-changes-when-we-change-month-and-year/m-p/552075#M206201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Ferha &lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attachment, hope this will help you.&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;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 08:08:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dates-format-automatically-changes-when-we-change-month-and-year/m-p/552075#M206201</guid>
      <dc:creator />
      <dc:date>2013-10-14T08:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: dates format automatically changes when we change month and year format</title>
      <link>https://community.qlik.com/t5/QlikView/dates-format-automatically-changes-when-we-change-month-and-year/m-p/552076#M206202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is working on the front end but when i try to change the complete field in the script and gave a specific format it is not working.Why??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 14:34:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dates-format-automatically-changes-when-we-change-month-and-year/m-p/552076#M206202</guid>
      <dc:creator>ferha_jafri</dc:creator>
      <dc:date>2013-10-14T14:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: dates format automatically changes when we change month and year format</title>
      <link>https://community.qlik.com/t5/QlikView/dates-format-automatically-changes-when-we-change-month-and-year/m-p/552077#M206203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some dates in your source data are numeric and others are strings. You use the &lt;EM&gt;date#&lt;/EM&gt; function to convert a string to a date. The &lt;EM&gt;date&lt;/EM&gt; function is used to give a numeric date a format. If you want to convert a string to a date and give it a specific format then you need to use both of them:&amp;nbsp; date(date#(MyStringDate, 'YYYY-MM-DD'),'MM/DD/YYYY'). Also, make sure to use MM for month and not mm, since mm is for minutes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this discussion for information about using MasterCalendars: &lt;A _jive_internal="true" href="https://community.qlik.com/thread/66717" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;Tutorial - Using Common Date Dimensions and Shared Calendars&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 16:09:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dates-format-automatically-changes-when-we-change-month-and-year/m-p/552077#M206203</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-10-14T16:09:20Z</dc:date>
    </item>
  </channel>
</rss>

