<?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: I want to split a string into 35 charcters. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875119#M305636</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Tried this?&lt;/P&gt;&lt;P style="font-size: 13px; 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-size: 13px; 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;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; 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; Left(Field, 35) as OldNM,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; 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; &lt;SPAN style="color: #ff0000;"&gt;Trim(&lt;/SPAN&gt;If(Len(Field) &amp;lt;= 35, Field, Left(Field, (Index(Left(Field, 36), ' ', -1))))&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt; as NM1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; 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; &lt;SPAN style="color: #ff0000;"&gt;Trim(&lt;/SPAN&gt;If(Len(Field) &amp;lt;= 35, '', Right(Field, (Len(Field) - (Index(Left(Field, 35), ' ', -1)))))&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt; as NM2 ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Field&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;the premium life insurance corporate company&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jul 2015 13:45:56 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-07-06T13:45:56Z</dc:date>
    <item>
      <title>I want to split a string into 35 charcters.</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875098#M305615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; It;s urgent.I tried a lot but i didnt get it:&lt;/P&gt;&lt;P&gt;a string has many charcters :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 1st 35 charcters into one field but should complete a word&amp;nbsp; .&lt;/P&gt;&lt;P&gt;ex:&amp;nbsp; the premium life insurance corporate company&amp;nbsp;&amp;nbsp; which has a filed name&amp;nbsp; NM&lt;/P&gt;&lt;P&gt;it comes:&lt;/P&gt;&lt;P&gt;left(NM,35)&lt;/P&gt;&lt;P&gt;result:&lt;/P&gt;&lt;P&gt;the premium life insurance corporat&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; into NM1&lt;/P&gt;&lt;P&gt;e company&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; into NM2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but&amp;nbsp; i want&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the premium life insurance&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; into NM1&lt;/P&gt;&lt;P&gt;corporate company&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; into&amp;nbsp; NM2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls help.Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 17:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875098#M305615</guid>
      <dc:creator />
      <dc:date>2015-07-02T17:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: I want to split a string into 35 charcters.</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875099#M305616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi uma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use&amp;nbsp; mid function instead of left. i.e&amp;nbsp; mid(NM,27).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/91718_1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see attached for the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 17:57:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875099#M305616</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2015-07-02T17:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: I want to split a string into 35 charcters.</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875100#M305617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&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; Left(Field, (Index(Left(Field, 35), ' ', -1))) as NM1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Right(Field, (Len(Field) - (Index(Left(Field, 35), ' ', -1)))) as NM2 ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Field&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;the premium life insurance corporate company&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/91717_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 18:13:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875100#M305617</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-02T18:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: I want to split a string into 35 charcters.</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875101#M305618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sunindia&amp;nbsp; ur script&amp;nbsp; not working&amp;nbsp; excatly how i want&lt;/P&gt;&lt;P&gt;krishna&amp;nbsp; can u write script in here&amp;nbsp; i cant open .qvw file outside&amp;nbsp; (restricted in office)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anybody&amp;nbsp; script here pls&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 18:21:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875101#M305618</guid>
      <dc:creator />
      <dc:date>2015-07-02T18:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: I want to split a string into 35 charcters.</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875102#M305619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tab_tmp:&lt;/P&gt;&lt;P&gt;&amp;nbsp; load * inline [&lt;/P&gt;&lt;P&gt;&amp;nbsp; NM&lt;/P&gt;&lt;P&gt;&amp;nbsp; the premium life insurance corporate company&lt;/P&gt;&lt;P&gt;&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;tab:&lt;/P&gt;&lt;P&gt; LOAD&lt;/P&gt;&lt;P&gt; NM ,&lt;/P&gt;&lt;P&gt; mid(NM,27) as [NM 1]&lt;/P&gt;&lt;P&gt; resident&amp;nbsp; tab_tmp;&lt;/P&gt;&lt;P&gt; drop table tab_tmp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 18:24:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875102#M305619</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2015-07-02T18:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: I want to split a string into 35 charcters.</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875103#M305620</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;&lt;STRONG&gt;Table:&lt;/STRONG&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; Left(Field, 35) as OldNM,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; If(Len(Field) &amp;lt;= 35, Field, Left(Field, (Index(Left(Field, 36), ' ', -1)))) as NM1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; If(Len(Field) &amp;lt;= 35, '', Right(Field, (Len(Field) - (Index(Left(Field, 35), ' ', -1))))) as NM2 ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Field&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;the premium life insurance corporate company&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 18:27:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875103#M305620</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-02T18:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: I want to split a string into 35 charcters.</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875104#M305621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this NM is a field name which has 7,000 columns&amp;nbsp; with different&amp;nbsp;&amp;nbsp; number of chacters.not specific to this.&lt;/P&gt;&lt;P&gt;the premium life insurance corporate company&amp;nbsp; is just example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 18:28:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875104#M305621</guid>
      <dc:creator />
      <dc:date>2015-07-02T18:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: I want to split a string into 35 charcters.</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875105#M305622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;post the qvw with just some sample data and the common requirement on that column.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 18:31:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875105#M305622</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2015-07-02T18:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: I want to split a string into 35 charcters.</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875106#M305623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there any way we can write it in expression&amp;nbsp; in straight table&lt;/P&gt;&lt;P&gt;as i said&amp;nbsp; i have a table with 7,000 records&amp;nbsp; in that i am pulling&amp;nbsp; NM field and dividing it into NM1,NM2&lt;/P&gt;&lt;P&gt;by using (set analysis)&amp;nbsp; expression.&lt;/P&gt;&lt;P&gt;PLs help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 18:33:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875106#M305623</guid>
      <dc:creator />
      <dc:date>2015-07-02T18:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: I want to split a string into 35 charcters.</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875107#M305624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try the new script?&lt;/P&gt;&lt;P style="font-size: 13px; 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-size: 13px; 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;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; 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; Left(Field, 35) as OldNM,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; 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; If(Len(Field) &amp;lt;= 35, Field, Left(Field, (Index(Left(Field, 36), ' ', -1)))) as NM1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; 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; If(Len(Field) &amp;lt;= 35, '', Right(Field, (Len(Field) - (Index(Left(Field, 35), ' ', -1))))) as NM2 ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Field&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;the premium life insurance corporate company&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it works on the back end, you should be able to use the same in the straight table as expressions also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 18:35:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875107#M305624</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-02T18:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: I want to split a string into 35 charcters.</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875108#M305625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ofcourse you can.&lt;/P&gt;&lt;P&gt;But as i said earlier i need to see some sample data.&lt;/P&gt;&lt;P&gt;paste some 10-15 records here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 18:37:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875108#M305625</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2015-07-02T18:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: I want to split a string into 35 charcters.</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875109#M305626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sunindia&amp;nbsp; Yeah&amp;nbsp; it is working&amp;nbsp; for almost ....still I am checking if any exceptions&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 18:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875109#M305626</guid>
      <dc:creator />
      <dc:date>2015-07-02T18:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: I want to split a string into 35 charcters.</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875110#M305627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool, once it works in the back end try these expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression 1:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;If(Len(Field) &amp;lt;= 35, Field, Left(Field, (Index(Left(Field, 36), ' ', -1))))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Expression 2:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;If(Len(Field) &amp;lt;= 35, '', Right(Field, (Len(Field) - (Index(Left(Field, 35), ' ', -1)))))&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 18:47:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875110#M305627</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-02T18:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: I want to split a string into 35 charcters.</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875111#M305628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another version:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NM1 = left(vText, 35 +&amp;nbsp; index(mid(vText, 36),' '))&lt;/P&gt;&lt;P&gt;NM2 = mid(vText, 35 +&amp;nbsp; index(mid(vText,36),' '))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Where vText is a variable where I kept the text for testing - replace with your field name)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 19:10:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875111#M305628</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-02T19:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: I want to split a string into 35 charcters.</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875112#M305629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think &lt;A _jive_internal="true" href="https://community.qlik.com/people/mov"&gt;Michael&lt;/A&gt;‌ the problem with 35 + is that it will include the half word in NM1, whereas he wanted half word to go in NM2. I was trying this out first, but when I saw that he want the NM1 to be less than 35 completed words I had to take the longer route to get the solution. But I am sure there might be an easier way to get what he is looking for. Let me know what you think?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 20:24:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875112#M305629</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-02T20:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: I want to split a string into 35 charcters.</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875113#M305630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this:&lt;/P&gt;&lt;P&gt;=left(vText, index(left(vText,35), ' ',-1))&lt;/P&gt;&lt;P&gt;=mid(vText, index(left(vText,35), ' ',-1)+1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The&lt;/P&gt;&lt;P&gt;index(left(vText,35), ' ',-1)&lt;/P&gt;&lt;P&gt;returns position of the last space in the first 35 characters.&amp;nbsp; After that we just need left() and mid() to cut out the pieces...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyway &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;sunindia&lt;/A&gt;, not much different from your solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 20:50:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875113#M305630</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-02T20:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: I want to split a string into 35 charcters.</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875114#M305631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem then is that if I have a phrase like: I like sunny (which is 12 character long) it shows &lt;STRONG&gt;I like&lt;/STRONG&gt; as NM1 and sunny as &lt;STRONG&gt;NM2&lt;/STRONG&gt; because then &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;index(left(vText,35), ' ',-1) finds space before sunny to divide it.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 20:53:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875114#M305631</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-02T20:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: I want to split a string into 35 charcters.</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875115#M305632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This one is a small problem - and you have the&lt;STRONG&gt; if()&lt;/STRONG&gt; for that already.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 20:57:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875115#M305632</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-02T20:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: I want to split a string into 35 charcters.</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875116#M305633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys , right now my server is down . I am waiting&lt;/P&gt;&lt;P&gt;Will update once I tried with others too . It's very &lt;/P&gt;&lt;P&gt;Confidential data I can't post any . I Apolozise . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 21:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875116#M305633</guid>
      <dc:creator />
      <dc:date>2015-07-02T21:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: I want to split a string into 35 charcters.</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875117#M305634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hahahaha, that makes perfect sense &lt;A _jive_internal="true" href="https://community.qlik.com/people/mov"&gt;Michael&lt;/A&gt;‌ &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;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 21:40:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-to-split-a-string-into-35-charcters/m-p/875117#M305634</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-02T21:40:08Z</dc:date>
    </item>
  </channel>
</rss>

