<?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: Regarding duplicate values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Regarding-duplicate-values/m-p/763335#M271370</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use join instead of concatenate, and that's it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Nov 2014 20:57:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-17T20:57:26Z</dc:date>
    <item>
      <title>Regarding duplicate values</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-duplicate-values/m-p/763328#M271363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;I appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the below script, I have to display only amount2 from table2 for&amp;nbsp; any key values. But if amount2 not present&amp;nbsp; then amount 1 from table1. Unfortunately I am getting both amount1 and amount2 when both are greater than zero for any key. I have attached my sample application, kindly share your ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Kiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 20:13:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-duplicate-values/m-p/763328#M271363</guid>
      <dc:creator />
      <dc:date>2014-11-17T20:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding duplicate values</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-duplicate-values/m-p/763329#M271364</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;Did you mean to join your tables instead of concatenating them ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to replace the "Concatenate" with "Join" and check if this will get the results you wanted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 20:19:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-duplicate-values/m-p/763329#M271364</guid>
      <dc:creator />
      <dc:date>2014-11-17T20:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding duplicate values</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-duplicate-values/m-p/763330#M271365</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 tried join but still I am getting the duplicate values.&lt;/P&gt;&lt;P&gt;I appreciate your time.&lt;/P&gt;&lt;P&gt;Kiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 20:21:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-duplicate-values/m-p/763330#M271365</guid>
      <dc:creator />
      <dc:date>2014-11-17T20:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding duplicate values</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-duplicate-values/m-p/763331#M271366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In table2, there's no key with value 2, so you want to consider the amount1 from table1 which is 500.&lt;/P&gt;&lt;P&gt;for key 443567, it is present in both tables, the amount is the same 429.&lt;/P&gt;&lt;P&gt;for key 1936, it's also present in both tables, but the priority is for table2 where the amount is 2971.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So amount2 is the field you need to consider in your case, not the amount1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, can you write down the expected result so we can figure out how to modify the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 20:31:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-duplicate-values/m-p/763331#M271366</guid>
      <dc:creator />
      <dc:date>2014-11-17T20:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding duplicate values</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-duplicate-values/m-p/763332#M271367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks again for your reply.&lt;/P&gt;&lt;P&gt;You exactly got my requirement. Everything is working good except when both tables has different amounts for a key.&lt;/P&gt;&lt;P&gt;In this case 1936.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when I try to show the key and new_amount in a table box. For key 1936 it is displaying both the amounts which is 2834 and 2971. But as per my requirement I need only to display 2971 and I don't want to show 2834 in my final_amount.&lt;/P&gt;&lt;P&gt;I hope you understand but kindly let me know if you didn't got it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Kiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 20:44:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-duplicate-values/m-p/763332#M271367</guid>
      <dc:creator />
      <dc:date>2014-11-17T20:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding duplicate values</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-duplicate-values/m-p/763333#M271368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly,&lt;/P&gt;&lt;P&gt;if you don't need the field amount1 in your table "link", then you can drop it, or just comment it in the last load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your app, i think you only need to use the field amount2 from the table "link" since it represents the final amount to consider between the initial amount1 and amount2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 20:49:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-duplicate-values/m-p/763333#M271368</guid>
      <dc:creator />
      <dc:date>2014-11-17T20:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding duplicate values</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-duplicate-values/m-p/763334#M271369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I did that but still amount2 is showing both the values. I have attached the application for your reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let me know for any other possibilities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 20:52:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-duplicate-values/m-p/763334#M271369</guid>
      <dc:creator />
      <dc:date>2014-11-17T20:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding duplicate values</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-duplicate-values/m-p/763335#M271370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use join instead of concatenate, and that's it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 20:57:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-duplicate-values/m-p/763335#M271370</guid>
      <dc:creator />
      <dc:date>2014-11-17T20:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding duplicate values</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-duplicate-values/m-p/763336#M271371</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;My sincere thank you&amp;nbsp; but I think I can't use join because, it is taking a lot of time to reload my original application. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 21:25:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-duplicate-values/m-p/763336#M271371</guid>
      <dc:creator />
      <dc:date>2014-11-17T21:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Regarding duplicate values</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-duplicate-values/m-p/763337#M271372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see,&lt;/P&gt;&lt;P&gt;How about keeping both of your tables and getting the final amount on the chart ?&lt;/P&gt;&lt;P&gt;Check the file attached (I added a straight table that checks and calculates the final amount to consider).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 22:21:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-duplicate-values/m-p/763337#M271372</guid>
      <dc:creator />
      <dc:date>2014-11-17T22:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding duplicate values</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-duplicate-values/m-p/763338#M271373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi QlikCommunity, I know that QlikView table boxes filter duplicated records in such a way that if two records are identical on all points listed in the table box, the table box will only show one line for that record like so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Records/Values in database might be like this:&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;User ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Minutes&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Uploaded&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;123&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/13/2013&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/14/2013&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;123&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/13/2013&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/15/2013&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(Uploaded field isn't in my qvds, but I am guessing something like it is hiding somewhere or snuck through somehow.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;QlikView TableBox shows this&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;User ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Minutes&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;123&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/13/2013&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;QlikView Straight Chart shows this&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;User ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Minutes&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;123&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/13/2013&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Now, how do I make a QlikView Straight Chart that sums in such a way as to only count duplicated records once?&amp;nbsp; Mine is doing this currently for one group that had some kind of technical issue and might have been reloaded or might have something about two processes feeding the same data table or something.&amp;nbsp; The issue seems to be persistent and consistent in causing my sums to show double the minutes actually logged.&amp;nbsp; I'm hoping for some simple way to make my formula spin its sums of whatever QlikView is doing itself to handle the duplicate records.&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 22:56:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-duplicate-values/m-p/763338#M271373</guid>
      <dc:creator />
      <dc:date>2014-11-17T22:56:31Z</dc:date>
    </item>
  </channel>
</rss>

