<?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: Remove specific character from field value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-specific-character-from-field-value/m-p/1752317#M719525</link>
    <description>&lt;P&gt;HI Karan,&lt;/P&gt;&lt;P&gt;Try with SubField function, it will helps you.&lt;/P&gt;&lt;P&gt;=SubField(Field, ',',1)&lt;/P&gt;&lt;P&gt;=SubField('Aero Incredible Work Out, Inc', ',',1) gives &lt;SPAN&gt;Aero Incredible Work Out&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Oct 2020 10:41:22 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2020-10-14T10:41:22Z</dc:date>
    <item>
      <title>Remove specific character from field value</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-specific-character-from-field-value/m-p/1752314#M719524</link>
      <description>&lt;P&gt;How to remove last string values from Field values (ex: ', Inc', ', inc', 'Inc.', 'inc.', 'Ltd.',&amp;nbsp; 'Plc')&lt;/P&gt;&lt;P&gt;Field1:&lt;BR /&gt;Aero Incredible Work Out, Inc&lt;BR /&gt;Zero Impress, Ltd.&lt;/P&gt;&lt;P&gt;To change&lt;/P&gt;&lt;P&gt;Aero Incredible Work Out&lt;BR /&gt;Zero Impress&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-specific-character-from-field-value/m-p/1752314#M719524</guid>
      <dc:creator>karan_kn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Remove specific character from field value</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-specific-character-from-field-value/m-p/1752317#M719525</link>
      <description>&lt;P&gt;HI Karan,&lt;/P&gt;&lt;P&gt;Try with SubField function, it will helps you.&lt;/P&gt;&lt;P&gt;=SubField(Field, ',',1)&lt;/P&gt;&lt;P&gt;=SubField('Aero Incredible Work Out, Inc', ',',1) gives &lt;SPAN&gt;Aero Incredible Work Out&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 10:41:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-specific-character-from-field-value/m-p/1752317#M719525</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2020-10-14T10:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Remove specific character from field value</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-specific-character-from-field-value/m-p/1752339#M719526</link>
      <description>&lt;P&gt;Sorry, I'm getting only 'Aero', if I use the above condition since the 'Incredible' contains 'Inc', we need to remove the last 'Inc ' from the string&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 11:07:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-specific-character-from-field-value/m-p/1752339#M719526</guid>
      <dc:creator>karan_kn</dc:creator>
      <dc:date>2020-10-14T11:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Remove specific character from field value</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-specific-character-from-field-value/m-p/1752347#M719527</link>
      <description>&lt;P&gt;I think&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17935"&gt;@MayilVahanan&lt;/a&gt;&amp;nbsp;solution is working&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 368px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/42221iE2A717A0AAB4A6C4/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 11:19:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-specific-character-from-field-value/m-p/1752347#M719527</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-10-14T11:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Remove specific character from field value</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-specific-character-from-field-value/m-p/1752349#M719528</link>
      <description>&lt;P&gt;Hi Karan,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SubField(Field, ',',1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SubField is the function helps to separate the words based on the delimiters like comma, space, or any other words.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ex:&amp;nbsp;Aero Incredible Work Out, Inc &amp;lt;- for this values, we need to fetch the values before comma separator.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SubField(Field, '&lt;STRONG&gt;,&lt;/STRONG&gt;',&lt;STRONG&gt;1&lt;/STRONG&gt;) gives the expected results.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Suppose, if you have more than 1 comma separator in your values, then use like below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=Left('Aero Incredible, Work, Out, Inc', Len('Aero Incredible, Work, Out, Inc')- Len(SubField('Aero Incredible, Work, Out, Inc', ',',SubStringCount( 'Aero Incredible, Work, Out, Inc',',')+1))-1)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 11:23:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-specific-character-from-field-value/m-p/1752349#M719528</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2020-10-14T11:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Remove specific character from field value</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-specific-character-from-field-value/m-p/1752366#M719529</link>
      <description>&lt;P&gt;Sorry If I confused both, I'm not looking to remove only for specific values, have thousands of values like this. I need a solution based on the field. need to eliminate Inc LLC from the field.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Company Name Field&lt;/STRONG&gt;&lt;BR /&gt;Company Laboratories, Inc.&lt;BR /&gt;Company Oil, Inc&lt;BR /&gt;Company Oil, Inc.&lt;BR /&gt;Company Online, Inc.&lt;BR /&gt;Company Orthopaedic Clinic, LLC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;New Company Name Field&lt;/STRONG&gt;&lt;BR /&gt;Company Laboratories&lt;BR /&gt;Company Oil&lt;BR /&gt;Company Oil&lt;BR /&gt;Company Online&lt;BR /&gt;Company Orthopaedic Clinic&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 11:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-specific-character-from-field-value/m-p/1752366#M719529</guid>
      <dc:creator>karan_kn</dc:creator>
      <dc:date>2020-10-14T11:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Remove specific character from field value</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-specific-character-from-field-value/m-p/1752402#M719530</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;can you try this?&lt;/P&gt;&lt;P&gt;a:&lt;BR /&gt;load * Inline [&lt;BR /&gt;"Company Name Field"&lt;BR /&gt;"Company Laboratories, Inc."&lt;BR /&gt;"Company Oil, Inc"&lt;BR /&gt;"Company Oil, Inc."&lt;BR /&gt;"Company Online, Inc."&lt;BR /&gt;"Company Orthopaedic Clinic, LLC "&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;result:&lt;BR /&gt;load *,&lt;BR /&gt;SubField("Company Name Field",',',-2) as new Resident a;&lt;BR /&gt;drop Table a;&lt;/P&gt;&lt;P&gt;exit SCRIPT;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sub.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/42255i6D400F6853A78C45/image-size/large?v=v2&amp;amp;px=999" role="button" title="sub.PNG" alt="sub.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 12:38:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-specific-character-from-field-value/m-p/1752402#M719530</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2020-10-14T12:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Remove specific character from field value</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-specific-character-from-field-value/m-p/1752426#M719531</link>
      <description>&lt;P&gt;It's removing text whatever after comma, I required to remove only 'Inc' or 'Inc.' or 'LLC' or ', Inc,' or ', Inc.'&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 13:21:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-specific-character-from-field-value/m-p/1752426#M719531</guid>
      <dc:creator>karan_kn</dc:creator>
      <dc:date>2020-10-14T13:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Remove specific character from field value</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-specific-character-from-field-value/m-p/1752432#M719532</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="7385359.jpg" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/42265i7DF74224D05C489A/image-size/large?v=v2&amp;amp;px=999" role="button" title="7385359.jpg" alt="7385359.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Remove LLC, Inc from Company name, attached sample company&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 13:24:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-specific-character-from-field-value/m-p/1752432#M719532</guid>
      <dc:creator>karan_kn</dc:creator>
      <dc:date>2020-10-14T13:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Remove specific character from field value</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-specific-character-from-field-value/m-p/1752447#M719533</link>
      <description>&lt;P&gt;Hi, try this :&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;mid(replace(replace(replace(upper([Company Name Field]), 'INC', '')&amp;nbsp;, 'LTD', '')&amp;nbsp;, 'PLC', ''), 1, len([Company Name Field] )-4)&amp;nbsp; &amp;nbsp;as&amp;nbsp; &amp;nbsp;[New Company Name Field]&lt;/P&gt;&lt;P&gt;Resident from&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 13:56:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-specific-character-from-field-value/m-p/1752447#M719533</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2020-10-14T13:56:33Z</dc:date>
    </item>
  </channel>
</rss>

