<?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: How to trim the data? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-trim-the-data/m-p/553447#M206784</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;say if a column(DmdUnit) has n no of data , how can i use the above conversion?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jul 2013 04:47:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-07-09T04:47:16Z</dc:date>
    <item>
      <title>How to trim the data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trim-the-data/m-p/553444#M206781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a column with data &lt;SPAN style="font-size: 15px; font-family: Calibri, sans-serif;"&gt;like &lt;STRONG&gt;"00125460014600-CD", &lt;/STRONG&gt;i want to trim and the output should be in 12 digits&lt;STRONG&gt; "&lt;STRONG style="font-family: Calibri, sans-serif; font-size: 15px;"&gt;125460014600".&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: Calibri, sans-serif; font-size: 15px;"&gt;Means trim first 2 digits and last 3&lt;/STRONG&gt;&lt;STRONG style="font-family: Calibri, sans-serif; font-size: 15px;"&gt; digits. Please help me out.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px; font-family: Calibri, sans-serif;"&gt;&lt;STRONG&gt;&lt;STRONG style="font-family: Calibri, sans-serif; font-size: 15px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 04:34:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trim-the-data/m-p/553444#M206781</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-09T04:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to trim the data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trim-the-data/m-p/553445#M206782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mid('00125460014600-CD',3, len('00125460014600-CD')-5)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 04:40:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trim-the-data/m-p/553445#M206782</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-07-09T04:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to trim the data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trim-the-data/m-p/553446#M206783</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 this!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------&lt;/P&gt;&lt;P&gt;mid('00125460014600',3,12)&lt;/P&gt;&lt;P&gt;-------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 04:41:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trim-the-data/m-p/553446#M206783</guid>
      <dc:creator>kogasawara</dc:creator>
      <dc:date>2013-07-09T04:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to trim the data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trim-the-data/m-p/553447#M206784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;say if a column(DmdUnit) has n no of data , how can i use the above conversion?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 04:47:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trim-the-data/m-p/553447#M206784</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-09T04:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to trim the data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trim-the-data/m-p/553448#M206785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;say if a column(DmdUnit) has n no of data , how can i use the above conversion?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 04:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trim-the-data/m-p/553448#M206785</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-09T04:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to trim the data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trim-the-data/m-p/553449#M206786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mid(DmdUnit,3, len(DmdUnit)-5)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming that the data in the field would be of similar format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 04:55:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trim-the-data/m-p/553449#M206786</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-07-09T04:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to trim the data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trim-the-data/m-p/553450#M206787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi thank you for your replay!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how about this??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=left(right(DmdUnit,len(DmdUnit)-2),len(right(DmdUnit,len(DmdUnit)-2))-3)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 04:59:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trim-the-data/m-p/553450#M206787</guid>
      <dc:creator>kogasawara</dc:creator>
      <dc:date>2013-07-09T04:59:21Z</dc:date>
    </item>
  </channel>
</rss>

