<?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: Timestamp Conversion in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Timestamp-Conversion/m-p/870666#M530504</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am attaching QVW serving the purpose of the requirement. I have generated [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333320617676px;"&gt;Submited By] containing 24H date format.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333320617676px;"&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; font-size: 13.3333320617676px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jun 2015 11:47:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-22T11:47:53Z</dc:date>
    <item>
      <title>Timestamp Conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-Conversion/m-p/870664#M530502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hi&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="font-size: 13.3333330154419px;" width="396"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="263"&gt;Submited By&lt;/TD&gt;&lt;TD class="xl63" style="border-left-style: none;" width="133"&gt;CreatedDateTime&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top-style: none;"&gt;1270391: S,Sreenath - 09/04/2015 11:42:16 PM#&lt;/TD&gt;&lt;TD class="xl65" style="border-top-style: none; border-left-style: none;"&gt; 09/04/2015 11:42:16 PM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top-style: none;"&gt;SYSTEM - 01/04/2015 01:03:40 PM#&lt;/TD&gt;&lt;TD class="xl65" style="border-top-style: none; border-left-style: none;"&gt; 01/04/2015 01:03:40 PM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top-style: none;"&gt;SYSTEM - 01/04/2015 01:13:27 PM#&lt;/TD&gt;&lt;TD class="xl65" style="border-top-style: none; border-left-style: none;"&gt; 01/04/2015 01:13:27 PM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top-style: none;"&gt;SYSTEM - 01/04/2015 01:28:51 PM#&lt;/TD&gt;&lt;TD class="xl65" style="border-top-style: none; border-left-style: none;"&gt; 01/04/2015 01:28:51 PM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top-style: none;"&gt;SYSTEM - 01/04/2015 01:37:25 PM#&lt;/TD&gt;&lt;TD class="xl65" style="border-top-style: none; border-left-style: none;"&gt; 01/04/2015 01:37:25 PM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top-style: none;"&gt;SYSTEM - 01/04/2015 01:46:16 PM#&lt;/TD&gt;&lt;TD class="xl65" style="border-top-style: none; border-left-style: none;"&gt; 01/04/2015 01:46:16 PM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top-style: none;"&gt;SYSTEM - 01/04/2015 01:49:07 PM#&lt;/TD&gt;&lt;TD class="xl65" style="border-top-style: none; border-left-style: none;"&gt; 01/04/2015 01:49:07 PM&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Submited by is the Source data. From the source data am creating createdDateTime by using&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Left([Submited By],7)as Created_ID,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; time#(TextBetween([Submited By],'-','#'),'YYYY-MM-DD hh:mm:ss')as CreatedDateTime,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Now i have to convert the submited by to 24 Hours Time format.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 09:27:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-Conversion/m-p/870664#M530502</guid>
      <dc:creator />
      <dc:date>2015-06-22T09:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp Conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-Conversion/m-p/870665#M530503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your format code for the timestamp interpretation does not match the string you created using TextBetween(), so you don't get a correct timstamp parsed in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;timestamp(timestamp#(TextBetween('SYSTEM - 01/04/2015 01:03:40 PM#','- ','#'),'DD/MM/YYYY hh:mm:ss TT'),'YYYY-MM-DD hh:mm:ss') as CreatedDateTime&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that I changed format codes, changed the separator of the Textbetween() function and added a formatting function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 09:37:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-Conversion/m-p/870665#M530503</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-22T09:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp Conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-Conversion/m-p/870666#M530504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am attaching QVW serving the purpose of the requirement. I have generated [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333320617676px;"&gt;Submited By] containing 24H date format.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333320617676px;"&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; font-size: 13.3333320617676px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 11:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-Conversion/m-p/870666#M530504</guid>
      <dc:creator />
      <dc:date>2015-06-22T11:47:53Z</dc:date>
    </item>
  </channel>
</rss>

