<?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 AW:How to change textfield into datefield? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-change-textfield-into-datefield/m-p/186482#M50552</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try it with&lt;/P&gt;&lt;P&gt;date#(Open.date,'dd.mm.yyyy')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Dec 2009 19:19:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-12-14T19:19:15Z</dc:date>
    <item>
      <title>How to change textfield into datefield?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-textfield-into-datefield/m-p/186481#M50551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I'm new here and I have a question on how I can change a textfield:"Open.date" into a datefield from a .txt file?&lt;/P&gt;&lt;P&gt;The textfield looks like "01.12.2009" and is downloaded as a flat file from SAP R6.&lt;/P&gt;&lt;P&gt;Part of the script below;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;LOAD&lt;/P&gt;&lt;P&gt;Notification,&lt;/P&gt;&lt;P&gt;[Desc. of Cost],&lt;/P&gt;&lt;P&gt;Costpl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;as&lt;/B&gt; Cost,&lt;/P&gt;&lt;P&gt;Open.date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;as&lt;/B&gt; Notificationdate,&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;S&gt;&lt;/S&gt;&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;txt, codepage is 1252, embedded labels, delimiter is '|', header is 3 lines, no eof, filters(&lt;/P&gt;&lt;P&gt;Remove&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Col, Pos(Top, 1)),&lt;/P&gt;&lt;P&gt;Remove&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Row, Pos(Top, 2)),&lt;/P&gt;&lt;P&gt;Remove&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Col, Pos(Top, 17))&lt;/P&gt;&lt;P&gt;))&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;can anyone help me with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2009 19:07:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-textfield-into-datefield/m-p/186481#M50551</guid>
      <dc:creator />
      <dc:date>2009-12-14T19:07:22Z</dc:date>
    </item>
    <item>
      <title>AW:How to change textfield into datefield?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-textfield-into-datefield/m-p/186482#M50552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try it with&lt;/P&gt;&lt;P&gt;date#(Open.date,'dd.mm.yyyy')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2009 19:19:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-textfield-into-datefield/m-p/186482#M50552</guid>
      <dc:creator />
      <dc:date>2009-12-14T19:19:15Z</dc:date>
    </item>
    <item>
      <title>How to change textfield into datefield?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-textfield-into-datefield/m-p/186483#M50553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A&gt;markbeenders&lt;/A&gt;&lt;/STRONG&gt;, i don't know from which database you are pulling information from but if you are using sql server, u just have to convert it there before pulling the information&lt;/P&gt;&lt;P&gt;e.g select convert(date,'01.12.2009') as 'datefield'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2009 19:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-textfield-into-datefield/m-p/186483#M50553</guid>
      <dc:creator />
      <dc:date>2009-12-14T19:38:13Z</dc:date>
    </item>
    <item>
      <title>AW:How to change textfield into datefield?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-textfield-into-datefield/m-p/186484#M50554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx alex,&lt;/P&gt;&lt;P&gt;This works fine!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark Beenders&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2009 20:34:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-textfield-into-datefield/m-p/186484#M50554</guid>
      <dc:creator />
      <dc:date>2009-12-14T20:34:17Z</dc:date>
    </item>
  </channel>
</rss>

