<?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 find string with the same value on the same column? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-find-string-with-the-same-value-on-the-same-column/m-p/971230#M332491</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a column that contains strings, sometimes some values contains the same word , but with different capital letters .&lt;/P&gt;&lt;P&gt;I want to undentify the values that are repeating themselves , even if they are written in a different capitals, but the value is the same.&lt;/P&gt;&lt;P&gt;I have knowledge of SQL, so it is hard for me to understand how to do it on QV.&lt;/P&gt;&lt;P&gt;how should I do that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Moni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Oct 2015 13:12:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-10-27T13:12:39Z</dc:date>
    <item>
      <title>how to find string with the same value on the same column?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-find-string-with-the-same-value-on-the-same-column/m-p/971230#M332491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a column that contains strings, sometimes some values contains the same word , but with different capital letters .&lt;/P&gt;&lt;P&gt;I want to undentify the values that are repeating themselves , even if they are written in a different capitals, but the value is the same.&lt;/P&gt;&lt;P&gt;I have knowledge of SQL, so it is hard for me to understand how to do it on QV.&lt;/P&gt;&lt;P&gt;how should I do that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Moni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 13:12:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-find-string-with-the-same-value-on-the-same-column/m-p/971230#M332491</guid>
      <dc:creator />
      <dc:date>2015-10-27T13:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to find string with the same value on the same column?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-find-string-with-the-same-value-on-the-same-column/m-p/971231#M332492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Field,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Capitalize(Field) as Dup;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Field&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Rahul&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RaHul&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;rahul&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ganesh&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ganesh&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Join (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Count(DISTINCT Field) as Count,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Dup&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Group By Dup;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Join (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Dup,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; 1 as DuplicateFlag&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Count &amp;gt; 1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/103188_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 14:25:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-find-string-with-the-same-value-on-the-same-column/m-p/971231#M332492</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-27T14:25:29Z</dc:date>
    </item>
  </channel>
</rss>

