<?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: Date format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/813064#M1033680</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It was what I &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;thought &lt;/SPAN&gt;&lt;/SPAN&gt;but wanted to confirm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Jan 2015 16:08:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-01-19T16:08:29Z</dc:date>
    <item>
      <title>Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/813060#M1033676</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;Although I have defined a date format on the beginning of the script with: "SET DateFormat='YYYY-MM-DD';", when I load data fields from a QVD file they appear with the QVD format instead of what was defined in DateFormat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET DateFormat doesn't format the QVD data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 15:42:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/813060#M1033676</guid>
      <dc:creator />
      <dc:date>2015-01-19T15:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/813061#M1033677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ana,&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Date, 'DD/MM/YYYY') as Date,&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Date(Date(YourDate,'DD/MM/YYYY'), 'DD-MM-YY') as yourDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 15:50:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/813061#M1033677</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2015-01-19T15:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/813062#M1033678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. I know that I can format the dates during the load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just wanted to know to what kind of dates the Set DateFormat applies to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 16:02:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/813062#M1033678</guid>
      <dc:creator />
      <dc:date>2015-01-19T16:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/813063#M1033679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ana,&lt;/P&gt;&lt;P&gt;It specifies the format of the dates instead of using the one already specified by the OS. It applies to whenever the Date() function is called, either it be in the script or UI.&lt;/P&gt;&lt;P&gt;If the value passed to the function is not recognized as a date, then it will be shown in its original format.&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 16:05:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/813063#M1033679</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2015-01-19T16:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/813064#M1033680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It was what I &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;thought &lt;/SPAN&gt;&lt;/SPAN&gt;but wanted to confirm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 16:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/813064#M1033680</guid>
      <dc:creator />
      <dc:date>2015-01-19T16:08:29Z</dc:date>
    </item>
  </channel>
</rss>

