<?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 problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-problem/m-p/619714#M1107134</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: comic sans ms,sans-serif;"&gt;Hi Community, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: comic sans ms,sans-serif;"&gt;I recently joined and I am amazed with the amout of information that can be found here ! &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: comic sans ms,sans-serif;"&gt;I am trying to convert a table date field DD/MM/YYYY HH:MM:SS to a filed that will make easier for me to manipulate when creating Charts and Tables, etc. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: comic sans ms,sans-serif;"&gt;My question is, can I make it directly in my initial script rather than in an object expeession, so that I will not have to amend it each time I insert a new object? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: comic sans ms,sans-serif;"&gt;Thanks for your time! &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: comic sans ms,sans-serif;"&gt;Kind regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: comic sans ms,sans-serif;"&gt;Nelson. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Jan 2015 14:57:59 GMT</pubDate>
    <dc:creator>2908nmadao</dc:creator>
    <dc:date>2015-01-20T14:57:59Z</dc:date>
    <item>
      <title>Date problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-problem/m-p/619711#M1107131</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 have an excel file with dates in it. The fieldname is 'Date' and the format is as follows: 30.09.13&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview doesn't except it as a date. How do I get it to adjust it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 12:13:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-problem/m-p/619711#M1107131</guid>
      <dc:creator />
      <dc:date>2014-03-25T12:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Date problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-problem/m-p/619712#M1107132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use This&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;Date&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('30.09.13','DD.MM.YY'),'DD-MM-YY') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;--Jai&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 12:22:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-problem/m-p/619712#M1107132</guid>
      <dc:creator>jsingh71</dc:creator>
      <dc:date>2014-03-25T12:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Date problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-problem/m-p/619713#M1107133</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;Use Date#() and Date()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like&lt;/P&gt;&lt;P&gt;Date(Date#(DateFieldName,'DD.MM.YY'),'DD-MM-YYYY') as NewDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 12:22:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-problem/m-p/619713#M1107133</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-03-25T12:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Date problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-problem/m-p/619714#M1107134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: comic sans ms,sans-serif;"&gt;Hi Community, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: comic sans ms,sans-serif;"&gt;I recently joined and I am amazed with the amout of information that can be found here ! &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: comic sans ms,sans-serif;"&gt;I am trying to convert a table date field DD/MM/YYYY HH:MM:SS to a filed that will make easier for me to manipulate when creating Charts and Tables, etc. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: comic sans ms,sans-serif;"&gt;My question is, can I make it directly in my initial script rather than in an object expeession, so that I will not have to amend it each time I insert a new object? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: comic sans ms,sans-serif;"&gt;Thanks for your time! &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: comic sans ms,sans-serif;"&gt;Kind regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: comic sans ms,sans-serif;"&gt;Nelson. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 14:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-problem/m-p/619714#M1107134</guid>
      <dc:creator>2908nmadao</dc:creator>
      <dc:date>2015-01-20T14:57:59Z</dc:date>
    </item>
  </channel>
</rss>

