<?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: Delete Words in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Delete-Words/m-p/1569270#M441977</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/70247"&gt;@saminea_ANZ&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for example:&amp;nbsp;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;BranchName &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;ST SASOLUTION SARL?&lt;/P&gt;&lt;P&gt;ST ASSURANCE SA,&lt;/P&gt;&lt;P&gt;STE MONDA SA,&lt;/P&gt;&lt;P&gt;STE SAPOK SARL&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;and the result should be :&amp;nbsp;SASOLUTION ,&amp;nbsp;ASSURANCE&amp;nbsp; ,&amp;nbsp;MONDA ,&amp;nbsp;SAPOK&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Apr 2019 09:29:23 GMT</pubDate>
    <dc:creator>Ayoub</dc:creator>
    <dc:date>2019-04-15T09:29:23Z</dc:date>
    <item>
      <title>Delete Words</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Words/m-p/1569223#M441975</link>
      <description>&lt;P&gt;Hello community,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I Have some words Like this : 'STE POK SARL' , 'STE SALDARIZ SA'&lt;/P&gt;&lt;P&gt;How can delete those words : STE SARL and SA&amp;nbsp; from both sides ?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i used MapSubString but&amp;nbsp; in the case of&amp;nbsp; 'STE &lt;STRONG&gt;SA&lt;/STRONG&gt;LDARIZ SA'&amp;nbsp; i have this result 'LDARIZ'&lt;/P&gt;&lt;P&gt;and it's not what i'm looking for&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2019 08:18:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Words/m-p/1569223#M441975</guid>
      <dc:creator>Ayoub</dc:creator>
      <dc:date>2019-04-15T08:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Words</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Words/m-p/1569251#M441976</link>
      <description>&lt;P&gt;Please provide 10 rows and expected result?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2019 09:11:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Words/m-p/1569251#M441976</guid>
      <dc:creator>saminea_ANZ</dc:creator>
      <dc:date>2019-04-15T09:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Words</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Words/m-p/1569270#M441977</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/70247"&gt;@saminea_ANZ&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for example:&amp;nbsp;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;BranchName &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;ST SASOLUTION SARL?&lt;/P&gt;&lt;P&gt;ST ASSURANCE SA,&lt;/P&gt;&lt;P&gt;STE MONDA SA,&lt;/P&gt;&lt;P&gt;STE SAPOK SARL&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;and the result should be :&amp;nbsp;SASOLUTION ,&amp;nbsp;ASSURANCE&amp;nbsp; ,&amp;nbsp;MONDA ,&amp;nbsp;SAPOK&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2019 09:29:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Words/m-p/1569270#M441977</guid>
      <dc:creator>Ayoub</dc:creator>
      <dc:date>2019-04-15T09:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Words</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Words/m-p/1569292#M441979</link>
      <description>&lt;P&gt;Try this?&lt;/P&gt;&lt;P&gt;LOAD *, &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;SubField(BranchName, ' ', 2) as Expected&lt;/STRONG&gt;&lt;/FONT&gt; INLINE [&lt;BR /&gt;BranchName&lt;BR /&gt;ST SASOLUTION SARL?&lt;BR /&gt;ST ASSURANCE SA&lt;BR /&gt;STE MONDA SA&lt;BR /&gt;STE SAPOK SARL&lt;BR /&gt;];&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2019 09:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Words/m-p/1569292#M441979</guid>
      <dc:creator>saminea_ANZ</dc:creator>
      <dc:date>2019-04-15T09:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Words</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Words/m-p/1569403#M441986</link>
      <description>Have a look at the Replace() function.&lt;BR /&gt;Just replace your search string with ''.&lt;BR /&gt;Example:&lt;BR /&gt;Replace(YourWord,'SA','')&lt;BR /&gt;&lt;BR /&gt;May you should have a look at this thread:&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Replace-Function/ba-p/1462640" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Replace-Function/ba-p/1462640&lt;/A&gt;</description>
      <pubDate>Mon, 15 Apr 2019 12:34:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Words/m-p/1569403#M441986</guid>
      <dc:creator>gf</dc:creator>
      <dc:date>2019-04-15T12:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Words</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Words/m-p/1569420#M441988</link>
      <description>&lt;P&gt;Why not trying with (multiple) mapsubstring like suggested here:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/QlikView-App-Development/Replace-multiple-char-in-String/m-p/1568681#M441908" target="_self"&gt;Replace-multiple-char-in-String&lt;/A&gt;?&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2019 12:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Words/m-p/1569420#M441988</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-04-15T12:53:39Z</dc:date>
    </item>
  </channel>
</rss>

