<?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 Trim string after the first 10 characters in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trim-string-after-the-first-10-characters/m-p/1553229#M440431</link>
    <description>&lt;P&gt;I have a column containing a date string with a trailing time stamp.&amp;nbsp; I want to remove the time stamp.&amp;nbsp; The time stamp appears after the 10th character.&lt;/P&gt;&lt;P&gt;After that I would like to convert the date format from YYYY-MM-DD to MM/DD/YYYY:&lt;/P&gt;&lt;P&gt;Date(Date#(PAYMENT_DATE,'YYYY-MM-DD'),'DD/MM/YYYY'),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Mar 2019 21:42:41 GMT</pubDate>
    <dc:creator>justcotto</dc:creator>
    <dc:date>2019-03-06T21:42:41Z</dc:date>
    <item>
      <title>Trim string after the first 10 characters</title>
      <link>https://community.qlik.com/t5/QlikView/Trim-string-after-the-first-10-characters/m-p/1553229#M440431</link>
      <description>&lt;P&gt;I have a column containing a date string with a trailing time stamp.&amp;nbsp; I want to remove the time stamp.&amp;nbsp; The time stamp appears after the 10th character.&lt;/P&gt;&lt;P&gt;After that I would like to convert the date format from YYYY-MM-DD to MM/DD/YYYY:&lt;/P&gt;&lt;P&gt;Date(Date#(PAYMENT_DATE,'YYYY-MM-DD'),'DD/MM/YYYY'),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 21:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trim-string-after-the-first-10-characters/m-p/1553229#M440431</guid>
      <dc:creator>justcotto</dc:creator>
      <dc:date>2019-03-06T21:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Trim string after the first 10 characters</title>
      <link>https://community.qlik.com/t5/QlikView/Trim-string-after-the-first-10-characters/m-p/1553234#M440432</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Cant you do a left(timestamp,10) as date&lt;/P&gt;&lt;P&gt;then do your date conversion?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 21:53:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trim-string-after-the-first-10-characters/m-p/1553234#M440432</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2019-03-06T21:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Trim string after the first 10 characters</title>
      <link>https://community.qlik.com/t5/QlikView/Trim-string-after-the-first-10-characters/m-p/1553243#M440433</link>
      <description>&lt;P&gt;If the original format is YYYY-MM-DD 00:00:00 then&amp;nbsp;maybe this would work..&lt;/P&gt;&lt;P&gt;date(left(timestamp,10),'DD/MM/YYYY')&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 22:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trim-string-after-the-first-10-characters/m-p/1553243#M440433</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2019-03-06T22:02:48Z</dc:date>
    </item>
  </channel>
</rss>

