<?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 Character to Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Character-to-Date/m-p/444401#M165712</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its Urgent for me, if anybody know then please help us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i convert Character formate into Date Formate in QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vishal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Feb 2013 10:32:58 GMT</pubDate>
    <dc:creator>VishalWaghole</dc:creator>
    <dc:date>2013-02-18T10:32:58Z</dc:date>
    <item>
      <title>Character to Date</title>
      <link>https://community.qlik.com/t5/QlikView/Character-to-Date/m-p/444401#M165712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its Urgent for me, if anybody know then please help us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i convert Character formate into Date Formate in QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vishal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 10:32:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Character-to-Date/m-p/444401#M165712</guid>
      <dc:creator>VishalWaghole</dc:creator>
      <dc:date>2013-02-18T10:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Character to Date</title>
      <link>https://community.qlik.com/t5/QlikView/Character-to-Date/m-p/444402#M165713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the date#() function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date#(DATEASCHAR,'YYYY-MM-DD') as DateAsQVDate,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check the QV date and time format codes to create an appropriate format code string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- &lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 10:36:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Character-to-Date/m-p/444402#M165713</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-02-18T10:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Character to Date</title>
      <link>https://community.qlik.com/t5/QlikView/Character-to-Date/m-p/444403#M165714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the Date#() format to tell QlikView how to interpret a string as a date value (See the F1 help for examples), and then use Date() to format this into the date format you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 10:37:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Character-to-Date/m-p/444403#M165714</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-18T10:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Character to Date</title>
      <link>https://community.qlik.com/t5/QlikView/Character-to-Date/m-p/444404#M165715</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# function like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Date#(Datefield , 'DD/MM/YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;But first check what is your date format in DateFormat variable according to that put date format&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #737373; font-family: Arial; font-size: 10pt;"&gt;SET DateFormat='DD/MM/YYYY';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #737373; font-family: Arial; font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #737373; font-family: Arial; font-size: 10pt;"&gt;Anand&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 10:40:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Character-to-Date/m-p/444404#M165715</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2013-02-18T10:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Character to Date</title>
      <link>https://community.qlik.com/t5/QlikView/Character-to-Date/m-p/444405#M165716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to use &lt;EM&gt;&lt;STRONG&gt;date#()&lt;/STRONG&gt;&lt;/EM&gt; function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if your date field is like this : '20130218' (in text format).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the function to convert to date format like this :&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Date#(FieldName, 'YYYYMMDD') as FieldName // the 2nd parameter is the input format&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your field is now numeric, if you want to modify the output format, you have to do this :&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Date(Date#(FieldName, 'YYYYMMDD'),'DD/MM/YYYY') as FieldName // the output format will be DD/MM/YYYY&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin Favier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 10:41:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Character-to-Date/m-p/444405#M165716</guid>
      <dc:creator>martin59</dc:creator>
      <dc:date>2013-02-18T10:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Character to Date</title>
      <link>https://community.qlik.com/t5/QlikView/Character-to-Date/m-p/444406#M165717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to use &lt;EM&gt;&lt;STRONG&gt;date#()&lt;/STRONG&gt;&lt;/EM&gt; function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if your date field is like this : '20130218' (in text format).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the function to convert to date format like this :&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Date#(FieldName, 'YYYYMMDD') as FieldName // the 2nd parameter is the input format&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your field is now numeric, if you want to modify the output format, you have to do this :&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Date(Date#(FieldName, 'YYYYMMDD'),'DD/MM/YYYY') as FieldName // the output format will be DD/MM/YYYY&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin Favier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 10:41:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Character-to-Date/m-p/444406#M165717</guid>
      <dc:creator>martin59</dc:creator>
      <dc:date>2013-02-18T10:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Character to Date</title>
      <link>https://community.qlik.com/t5/QlikView/Character-to-Date/m-p/444407#M165718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test this one : Date(Date#('18-02-2013','dd-MM-yyyy'),'dd/MM/yyyy')&lt;/P&gt;&lt;P&gt;Try to convert with your field : Date(Date#(MyDate,'dd-MM-yyyy'),'dd/MM/yyyy')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 10:46:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Character-to-Date/m-p/444407#M165718</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2013-02-18T10:46:53Z</dc:date>
    </item>
  </channel>
</rss>

