<?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 removing string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/removing-string/m-p/1893026#M1217378</link>
    <description>&lt;P&gt;input of table1:&lt;/P&gt;
&lt;P&gt;abc.ltd,&lt;/P&gt;
&lt;P&gt;xyz.limited,&lt;/P&gt;
&lt;P&gt;asd.hsc,&lt;/P&gt;
&lt;P&gt;ghj.mnc,&lt;/P&gt;
&lt;P&gt;qwe.ltd,&lt;/P&gt;
&lt;P&gt;lkj.oc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i need Resulting out like:-&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;abc,&lt;/P&gt;
&lt;P&gt;ghj,&lt;/P&gt;
&lt;P&gt;lkj,&lt;/P&gt;
&lt;P&gt;xyz like ......&lt;/P&gt;</description>
    <pubDate>Tue, 15 Feb 2022 11:16:09 GMT</pubDate>
    <dc:creator>Vishnu_murthy</dc:creator>
    <dc:date>2022-02-15T11:16:09Z</dc:date>
    <item>
      <title>removing string</title>
      <link>https://community.qlik.com/t5/QlikView/removing-string/m-p/1893026#M1217378</link>
      <description>&lt;P&gt;input of table1:&lt;/P&gt;
&lt;P&gt;abc.ltd,&lt;/P&gt;
&lt;P&gt;xyz.limited,&lt;/P&gt;
&lt;P&gt;asd.hsc,&lt;/P&gt;
&lt;P&gt;ghj.mnc,&lt;/P&gt;
&lt;P&gt;qwe.ltd,&lt;/P&gt;
&lt;P&gt;lkj.oc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i need Resulting out like:-&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;abc,&lt;/P&gt;
&lt;P&gt;ghj,&lt;/P&gt;
&lt;P&gt;lkj,&lt;/P&gt;
&lt;P&gt;xyz like ......&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 11:16:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/removing-string/m-p/1893026#M1217378</guid>
      <dc:creator>Vishnu_murthy</dc:creator>
      <dc:date>2022-02-15T11:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: removing string</title>
      <link>https://community.qlik.com/t5/QlikView/removing-string/m-p/1893078#M1217380</link>
      <description>&lt;P&gt;Depending on whether you know exactly which strings you would like to remove, you can use a nested replace. You can formulate is like this:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;replace(replace(Replace(input_field,string_A,’’),string_B,''),string_C,'')&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;This effectively replaces the strings by nothing. In your case this would look something like:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;replace(replace(Replace(input_field,'.ltd',’’),'.limited',''),'.hsc','') &amp;nbsp;&amp;nbsp; etc...&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 12:30:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/removing-string/m-p/1893078#M1217380</guid>
      <dc:creator>Marijn</dc:creator>
      <dc:date>2022-02-15T12:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: removing string</title>
      <link>https://community.qlik.com/t5/QlikView/removing-string/m-p/1893366#M1217390</link>
      <description>&lt;LI-CODE lang="markup"&gt;table1:
Load SubField(input,'.',1) as input
From ...&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 15 Feb 2022 20:23:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/removing-string/m-p/1893366#M1217390</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2022-02-15T20:23:42Z</dc:date>
    </item>
  </channel>
</rss>

