<?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 How to trim column value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-trim-column-value/m-p/942242#M324828</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Comunity,&lt;/P&gt;&lt;P&gt;i have one column name is"project"&lt;/P&gt;&lt;P&gt;and value is &lt;/P&gt;&lt;P&gt;M3M COSMOPOLITAN&lt;/P&gt;&lt;P&gt;M3M COSMOPOLITAN&lt;/P&gt;&lt;P&gt;M3M COSMOPOLITAN,M3M GOLF ESTATE - Fairway East&lt;/P&gt;&lt;P&gt;M3M COSMOPOLITAN,M3M URBANA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i want to represent project name without "M3M "&amp;nbsp; . plz suggest how to remove m3m&amp;nbsp; from all the values&amp;nbsp; in chart expression .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i attached screenshop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Dec 2015 07:04:03 GMT</pubDate>
    <dc:creator>yadav_anil782</dc:creator>
    <dc:date>2015-12-03T07:04:03Z</dc:date>
    <item>
      <title>How to trim column value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trim-column-value/m-p/942242#M324828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Comunity,&lt;/P&gt;&lt;P&gt;i have one column name is"project"&lt;/P&gt;&lt;P&gt;and value is &lt;/P&gt;&lt;P&gt;M3M COSMOPOLITAN&lt;/P&gt;&lt;P&gt;M3M COSMOPOLITAN&lt;/P&gt;&lt;P&gt;M3M COSMOPOLITAN,M3M GOLF ESTATE - Fairway East&lt;/P&gt;&lt;P&gt;M3M COSMOPOLITAN,M3M URBANA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i want to represent project name without "M3M "&amp;nbsp; . plz suggest how to remove m3m&amp;nbsp; from all the values&amp;nbsp; in chart expression .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i attached screenshop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 07:04:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trim-column-value/m-p/942242#M324828</guid>
      <dc:creator>yadav_anil782</dc:creator>
      <dc:date>2015-12-03T07:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to trim column value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trim-column-value/m-p/942243#M324829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at script level:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;mid(CompanyName,3,len(CompanyName)) as &lt;STRONG style="font-size: 13.3333px;"&gt;CompanyName&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 07:07:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trim-column-value/m-p/942243#M324829</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-03T07:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to trim column value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trim-column-value/m-p/942244#M324830</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;use subfield(FieldNAme,' ',2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;replace(FieldName,'M3M','')&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 07:07:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trim-column-value/m-p/942244#M324830</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-12-03T07:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to trim column value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trim-column-value/m-p/942245#M324831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in your case:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take it 4 which is the position from where string should start:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;mid(CompanyName,4,len(CompanyName)) as &lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;CompanyName&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 07:08:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trim-column-value/m-p/942245#M324831</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-03T07:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to trim column value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trim-column-value/m-p/942246#M324832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=replace(Project_field_NAME','M3M',null())&amp;nbsp; as new_project&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 07:10:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trim-column-value/m-p/942246#M324832</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-12-03T07:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to trim column value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trim-column-value/m-p/942247#M324833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the roject column has values starting with M3M for all vaues.&lt;/P&gt;&lt;P&gt;if yes then u can go with Left trim .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Timba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 07:12:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trim-column-value/m-p/942247#M324833</guid>
      <dc:creator />
      <dc:date>2015-12-03T07:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to trim column value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trim-column-value/m-p/942248#M324834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;replace(FieldName,'M3M','')&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: 13px;"&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: 13px;"&gt;Regards,&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: 13px;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 07:57:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trim-column-value/m-p/942248#M324834</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-12-03T07:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to trim column value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trim-column-value/m-p/942249#M324835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this: keep a extra space after M3M &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; font-size: 13px;"&gt;Replace(FieldName,'M3M ','') as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FieldName&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; 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-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards&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: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;KC&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 08:10:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trim-column-value/m-p/942249#M324835</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2015-12-03T08:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to trim column value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trim-column-value/m-p/942250#M324836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;&lt;SPAN class="Bold"&gt;try this hope this help you&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;&lt;SPAN class="Bold"&gt;ltrim(&lt;/SPAN&gt;(purgechar ( 'project','&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;M3M&lt;/SPAN&gt;' )) as project&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 08:30:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trim-column-value/m-p/942250#M324836</guid>
      <dc:creator>ahmar811</dc:creator>
      <dc:date>2015-12-03T08:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to trim column value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trim-column-value/m-p/942251#M324837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jyothish &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what&amp;nbsp; would be the case if&amp;nbsp; M3M is in between the values.&lt;/P&gt;&lt;P&gt;Plz let me knw how to proceed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Timba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 10:01:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trim-column-value/m-p/942251#M324837</guid>
      <dc:creator />
      <dc:date>2015-12-03T10:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to trim column value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trim-column-value/m-p/942252#M324838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this..&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; font-size: 13px;"&gt;&lt;STRONG&gt;subfield(FieldName,' ',2)&amp;nbsp; as NewField&lt;/STRONG&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: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&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: 13px;"&gt;Regards,&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: 13px;"&gt;Mohammad &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 10:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trim-column-value/m-p/942252#M324838</guid>
      <dc:creator>mohammadkhatimi</dc:creator>
      <dc:date>2015-12-03T10:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to trim column value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trim-column-value/m-p/942253#M324839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with replace(), sequence or position does not matter...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will serach the M3M in complete string and will replace it&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 11:07:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trim-column-value/m-p/942253#M324839</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-03T11:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to trim column value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trim-column-value/m-p/942254#M324840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;Please find below script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Company&lt;/P&gt;&lt;P&gt;M3M COSMOPOLITAN&lt;/P&gt;&lt;P&gt;M3M COSMOPOLITAN&lt;/P&gt;&lt;P&gt;M3M COSMOPOLITAN M3M GOLF ESTATE - Fairway East&lt;/P&gt;&lt;P&gt;M3M COSMOPOLITAN M3M URBANA&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 &lt;/P&gt;&lt;P&gt;Company,&lt;/P&gt;&lt;P&gt;Replace(Company,'M3M ','') as FieldName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident Data;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table Data;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 11:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trim-column-value/m-p/942254#M324840</guid>
      <dc:creator>nagarjuna_kotha</dc:creator>
      <dc:date>2015-12-03T11:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to trim column value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trim-column-value/m-p/942255#M324841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Above scrpit Gives you result like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="replace().PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/107957_replace().PNG" style="height: 89px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 11:47:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trim-column-value/m-p/942255#M324841</guid>
      <dc:creator>nagarjuna_kotha</dc:creator>
      <dc:date>2015-12-03T11:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to trim column value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trim-column-value/m-p/942256#M324842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Timba,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same approach can be used if M3M is present in between also &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;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 12:57:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trim-column-value/m-p/942256#M324842</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2015-12-03T12:57:53Z</dc:date>
    </item>
  </channel>
</rss>

