<?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: Replace in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Replace/m-p/545126#M1125285</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Checked thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jan 2014 13:26:30 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2014-01-02T13:26:30Z</dc:date>
    <item>
      <title>Replace</title>
      <link>https://community.qlik.com/t5/QlikView/Replace/m-p/545122#M1125281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="1" class="jiveBorder" height="114" style="border: 1px solid rgb(0, 0, 0); width: 136px; height: 102px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;P&gt;&lt;STRONG&gt;Header 1&lt;/STRONG&gt;&lt;/P&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2011-12-01T08:30:00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2011-12-01T09:00:00&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My date field is like this...I need to get the date alone from this. I cant use DATE function here because of that "T'. &lt;/P&gt;&lt;P&gt;Can i use replace function for this? But don't know how to change all the values of a field..Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 13:03:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace/m-p/545122#M1125281</guid>
      <dc:creator />
      <dc:date>2014-01-02T13:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Replace</title>
      <link>https://community.qlik.com/t5/QlikView/Replace/m-p/545123#M1125282</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;Try in you load script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Date#(Replace(FieldNameHere, 'T', ' '), 'YYYY-MM-DD hh:mm:ss')) AS Datefield&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 13:05:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace/m-p/545123#M1125282</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2014-01-02T13:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Replace</title>
      <link>https://community.qlik.com/t5/QlikView/Replace/m-p/545124#M1125283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using SubField with 'T' as delimiter.&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SubField(Header 1,'T',1) as Date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 13:06:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace/m-p/545124#M1125283</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2014-01-02T13:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Replace</title>
      <link>https://community.qlik.com/t5/QlikView/Replace/m-p/545125#M1125284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's a comma missing after 'T' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Date(Date#(Replace(FieldNameHere, 'T', ' '), 'YYYY-MM-DD hh:mm:ss')) AS Datefield&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 13:11:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace/m-p/545125#M1125284</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-01-02T13:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Replace</title>
      <link>https://community.qlik.com/t5/QlikView/Replace/m-p/545126#M1125285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Checked thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 13:26:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace/m-p/545126#M1125285</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2014-01-02T13:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Replace</title>
      <link>https://community.qlik.com/t5/QlikView/Replace/m-p/545127#M1125286</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;If you want date alone, you can use this coding:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Date(Left('2011-12-01T08:30:00',10))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 13:36:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace/m-p/545127#M1125286</guid>
      <dc:creator />
      <dc:date>2014-01-02T13:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Replace</title>
      <link>https://community.qlik.com/t5/QlikView/Replace/m-p/545128#M1125287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Miguel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the error that am getting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SQL##f - SqlState: S1000, ErrorCode: 35, ErrorMsg: [Hortonworks][Hardy] (35) Error from Hive: error code: '40000' error message: 'Error while processing statement: FAILED: ParseException line 1:30 character '#' not supported here&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;select IntervalTime ,Date(Date#(Replace(IntervalTime, 'T', ' '), 'YYYY-MM-DD hh:mm:ss')) AS Datefield&amp;nbsp;&amp;nbsp; from DailyData&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 13:45:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace/m-p/545128#M1125287</guid>
      <dc:creator />
      <dc:date>2014-01-02T13:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Replace</title>
      <link>https://community.qlik.com/t5/QlikView/Replace/m-p/545129#M1125288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's right, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was showing a QlikView function, not a SQL function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IntervalTime,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Date#(Replace(IntervalTime, 'T', ' '), 'YYYY-MM-DD hh:mm:ss')) AS Datefield;&lt;/P&gt;&lt;P&gt;SQL SELECT IntervalTime&lt;/P&gt;&lt;P&gt;FROM DailyData;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Always use a LOAD statement in QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 13:51:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace/m-p/545129#M1125288</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2014-01-02T13:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Replace</title>
      <link>https://community.qlik.com/t5/QlikView/Replace/m-p/545130#M1125289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The date expression is a Qlikview function so will need to be in the load section of the script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IntervalTime,&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-family: inherit; font-style: inherit;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Date#(Replace(IntervalTime, 'T', ' '), 'YYYY-MM-DD hh:mm:ss')) AS Datefield ;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;SQL select IntervalTime&amp;nbsp;&amp;nbsp; from DailyData ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 13:53:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace/m-p/545130#M1125289</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-01-02T13:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Replace</title>
      <link>https://community.qlik.com/t5/QlikView/Replace/m-p/545131#M1125290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;try this &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Date(Date#(SubField(Header 1,'T',1),'YYYY-MM-DD'))&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;@&lt;/P&gt;&lt;P&gt;Prem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 13:54:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace/m-p/545131#M1125290</guid>
      <dc:creator>preminqlik</dc:creator>
      <dc:date>2014-01-02T13:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Replace</title>
      <link>https://community.qlik.com/t5/QlikView/Replace/m-p/545132#M1125291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Albert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am again getting error message like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Field not found - &amp;lt;IntervalTime&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SQL select IntervalTime from DailyData&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 14:07:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace/m-p/545132#M1125291</guid>
      <dc:creator />
      <dc:date>2014-01-02T14:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Replace</title>
      <link>https://community.qlik.com/t5/QlikView/Replace/m-p/545133#M1125292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is IntervalTime a valid field within DailyData database? Are both actual names?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 14:08:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace/m-p/545133#M1125292</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2014-01-02T14:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Replace</title>
      <link>https://community.qlik.com/t5/QlikView/Replace/m-p/545134#M1125293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Am using hadoop hive, and yes the table does have the column with the same name (it is working when doing a simple select)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 14:28:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace/m-p/545134#M1125293</guid>
      <dc:creator />
      <dc:date>2014-01-02T14:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Replace</title>
      <link>https://community.qlik.com/t5/QlikView/Replace/m-p/545135#M1125294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your driver case sensitive? If it is, you should spell the field as it is stored in the database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are connecting to Hadoop I guess you already have the driver set up properly. Does it work if you do any other select?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 15:14:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace/m-p/545135#M1125294</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2014-01-02T15:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Replace</title>
      <link>https://community.qlik.com/t5/QlikView/Replace/m-p/545136#M1125295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Menon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dev:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Sal_Date&lt;/P&gt;&lt;P&gt;2011-12-01T08:30:00&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD SubField(Sal_Date,'T',1) as Sub_DT Resident Dev;&lt;/P&gt;&lt;P&gt;LOAD Date(SubField(Sal_Date,'T',1),'DD-MM-YYYY HH:mm:SS')as Sub_Con_DT Resident Dev;&lt;/P&gt;&lt;P&gt;LOAD Replace(Sal_Date,'T',' ') as rpl_DT Resident Dev;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 18:50:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace/m-p/545136#M1125295</guid>
      <dc:creator />
      <dc:date>2014-01-02T18:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Replace</title>
      <link>https://community.qlik.com/t5/QlikView/Replace/m-p/545137#M1125296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes i did the driver set up properly..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it works when i used &lt;STRONG&gt;select * from DailyData&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 04:07:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace/m-p/545137#M1125296</guid>
      <dc:creator />
      <dc:date>2014-01-03T04:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Replace</title>
      <link>https://community.qlik.com/t5/QlikView/Replace/m-p/545138#M1125297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Date(Left(Date, 10) &amp;amp; ' ' &amp;amp; right(Date,8),'DD/MM/YYYY hh:mm:ss') as Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put below in a textbox and you can verify::&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Left&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('2011-12-01T08:30:00', 10) &amp;amp; ' ' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;right&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('2011-12-01T08:30:00',8),'DD/MM/YYYY hh:mm:ss')&lt;BR /&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 04:56:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace/m-p/545138#M1125297</guid>
      <dc:creator>brijesh1991</dc:creator>
      <dc:date>2014-01-03T04:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Replace</title>
      <link>https://community.qlik.com/t5/QlikView/Replace/m-p/545139#M1125298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It worked, don't know what's d issue, but giving alias to column name did the trick..Thank u guys.. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Date#(Replace(Datefield, 'T', ' '), 'YYYY-MM-DD hh:mm:ss')) AS Datefield ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SQL select IntervalTime as Datefield&amp;nbsp; from DailyData ;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 05:37:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace/m-p/545139#M1125298</guid>
      <dc:creator />
      <dc:date>2014-01-03T05:37:03Z</dc:date>
    </item>
  </channel>
</rss>

