<?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: Identify duplicate entries in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Identify-duplicate-entries/m-p/1038748#M524401</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;LOAD Column1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Column2,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Column1 = Colimn2, 'Duplicate', 'No-duplicate') as Check&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM Source;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Feb 2016 19:08:41 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-02-15T19:08:41Z</dc:date>
    <item>
      <title>Identify duplicate entries</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-duplicate-entries/m-p/1038747#M524400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a filter box which shall identify duplicate entries in two columns (on the same row).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;User Name&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;User Name2&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Test&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;NoTest&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Test&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Test&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Duplicate &lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Duplicate&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a text box or something equivalent that simply states 'Duplicates' based on the fact that there are two matches in the table above. Clicking 'Duplicates' should filter corresponding table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any assistance is highly appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/j&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 19:00:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-duplicate-entries/m-p/1038747#M524400</guid>
      <dc:creator />
      <dc:date>2016-02-15T19:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Identify duplicate entries</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-duplicate-entries/m-p/1038748#M524401</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;LOAD Column1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Column2,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Column1 = Colimn2, 'Duplicate', 'No-duplicate') as Check&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM Source;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 19:08:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-duplicate-entries/m-p/1038748#M524401</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-15T19:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Identify duplicate entries</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-duplicate-entries/m-p/1038749#M524402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe I should have been clearer. Its not during Load or in SQL, its in Qlikview. Unless you are referring to a functionality in Qlikview I have no clue about (quite a rookie)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 19:23:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-duplicate-entries/m-p/1038749#M524402</guid>
      <dc:creator />
      <dc:date>2016-02-15T19:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Identify duplicate entries</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-duplicate-entries/m-p/1038750#M524403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikView has front end (UI) and back end (scripting). Are you trying to do this on the front end of the application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 19:42:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-duplicate-entries/m-p/1038750#M524403</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-15T19:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Identify duplicate entries</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-duplicate-entries/m-p/1038751#M524404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. Need a filterbox in the sheet to identify the duplicates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 19:45:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-duplicate-entries/m-p/1038751#M524404</guid>
      <dc:creator />
      <dc:date>2016-02-15T19:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Identify duplicate entries</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-duplicate-entries/m-p/1038752#M524405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe a listbox with this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=[User Name] = [User Name2]&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 19:48:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-duplicate-entries/m-p/1038752#M524405</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-02-15T19:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Identify duplicate entries</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-duplicate-entries/m-p/1038753#M524406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That kind of works, much the same way as my other one;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if( = , 'Self Assignment', 'No Self Assignment')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But somehow it still pulls in other rows. However, the rows it do pull in have the same User Name and Changed By name as the ones that do match.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User Name    Changed By&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 20:57:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-duplicate-entries/m-p/1038753#M524406</guid>
      <dc:creator />
      <dc:date>2016-02-15T20:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Identify duplicate entries</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-duplicate-entries/m-p/1038754#M524407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One way to achieve this would be to add a flag_column in the table (load script) that compares the User Name and Changed by Name columns. Using this flag_column we can control selections and then using a variable in the UI to toggle the buttons. Take a look at the screenshot and the attached .qvw&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114712_Screen1.JPG" style="height: 276px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/114713_Screen2.JPG" style="height: 255px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tx&lt;/P&gt;&lt;P&gt;Nakul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 22:17:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-duplicate-entries/m-p/1038754#M524407</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-15T22:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Identify duplicate entries</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-duplicate-entries/m-p/1038755#M524408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for this. However, I am unsure how I can use this so I load data from SQL-table? I understand if you want to add columns and fields manually, but that’s not possible in my case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any chance you can assist on that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/j&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 23:50:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-duplicate-entries/m-p/1038755#M524408</guid>
      <dc:creator />
      <dc:date>2016-02-15T23:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Identify duplicate entries</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-duplicate-entries/m-p/1038756#M524409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My approach can work with a sql table too. So in place of an inline load query you can do the basic select... from db.tablename. The sql statement for resident load can be kept as is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-nn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 03:54:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-duplicate-entries/m-p/1038756#M524409</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-16T03:54:31Z</dc:date>
    </item>
  </channel>
</rss>

