<?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 Delete Duplicated words in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Delete-Duplicated-words/m-p/1569450#M441994</link>
    <description>&lt;P&gt;Hello community ..&amp;nbsp;&lt;/P&gt;&lt;P&gt;in an application i'm working on we need to delete duplicated words in sentences like :&amp;nbsp; Qlik Qlik View we should get Qlik View&amp;nbsp;&lt;/P&gt;&lt;P&gt;i worked with the code bellow but it didn't give&amp;nbsp; me the result i'm looking for .&amp;nbsp; i should look for all the repeated words in the same sentences and delete them.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dup.PNG" style="width: 869px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/10211i5DDA7EAB144F771D/image-size/large?v=v2&amp;amp;px=999" role="button" title="dup.PNG" alt="dup.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Apr 2019 13:25:04 GMT</pubDate>
    <dc:creator>Ayoub</dc:creator>
    <dc:date>2019-04-15T13:25:04Z</dc:date>
    <item>
      <title>Delete Duplicated words</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Duplicated-words/m-p/1569450#M441994</link>
      <description>&lt;P&gt;Hello community ..&amp;nbsp;&lt;/P&gt;&lt;P&gt;in an application i'm working on we need to delete duplicated words in sentences like :&amp;nbsp; Qlik Qlik View we should get Qlik View&amp;nbsp;&lt;/P&gt;&lt;P&gt;i worked with the code bellow but it didn't give&amp;nbsp; me the result i'm looking for .&amp;nbsp; i should look for all the repeated words in the same sentences and delete them.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dup.PNG" style="width: 869px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/10211i5DDA7EAB144F771D/image-size/large?v=v2&amp;amp;px=999" role="button" title="dup.PNG" alt="dup.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2019 13:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Duplicated-words/m-p/1569450#M441994</guid>
      <dc:creator>Ayoub</dc:creator>
      <dc:date>2019-04-15T13:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Duplicated words</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Duplicated-words/m-p/1569509#M442006</link>
      <description>&lt;P&gt;I think I wouldn't use a sub-routine with/within outside-loops else normal loads with inside-loops and an aggregation - something in this way:&lt;/P&gt;&lt;P&gt;t1:&lt;BR /&gt;load *, -(StringPart = previous(StringPart)) as Flag, rowno() as RowNo;&lt;BR /&gt;load String, subfield(String, ' ') as StringPart from Source;&lt;/P&gt;&lt;P&gt;t2:&lt;BR /&gt;load concat(StringPart, ' ', RowNo) resident t1 where Flag = 0;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2019 14:46:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Duplicated-words/m-p/1569509#M442006</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-04-15T14:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Duplicated words</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Duplicated-words/m-p/1569536#M442011</link>
      <description>&lt;P&gt;i liked&amp;nbsp; ur answer &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;&amp;nbsp;and as i'm new at qlikview ..&amp;nbsp; How could i get&amp;nbsp; the result i'm looking for&amp;nbsp; for exemple : ayub atr&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2019 15:26:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Duplicated-words/m-p/1569536#M442011</guid>
      <dc:creator>Ayoub</dc:creator>
      <dc:date>2019-04-15T15:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Duplicated words</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Duplicated-words/m-p/1569784#M442023</link>
      <description>&lt;P&gt;Did you try my suggestion? Just apply it step by step and look what happens to understand the logic. After it you could extend it to your real requirement which probably contained any ID and maybe need the one or another adjustment.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 07:15:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Duplicated-words/m-p/1569784#M442023</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-04-16T07:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Duplicated words</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Duplicated-words/m-p/1570100#M442043</link>
      <description>&lt;P&gt;Thank u So much for the Help &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 16:54:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Duplicated-words/m-p/1570100#M442043</guid>
      <dc:creator>Ayoub</dc:creator>
      <dc:date>2019-04-16T16:54:04Z</dc:date>
    </item>
  </channel>
</rss>

