<?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 Duplicate row in table with exactly the same values, count = no of rows, display = 1 row in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Duplicate-row-in-table-with-exactly-the-same-values-count-no-of/m-p/1539422#M599216</link>
    <description>&lt;P&gt;Hi, in a qvw I see that an row has duplicate rows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the table viewer I see 8 rows but in a table box only 1 row is shown.&lt;/P&gt;&lt;P&gt;All except 1 connected tables do not have multiple rows either.&lt;/P&gt;&lt;P&gt;This 1 table that has duplicates also has 8 rows, with all rows exactly the same values. A table box shows therefore only 1 row.&lt;/P&gt;&lt;P&gt;Any ideas why I see duplicate rows in the table viewer but not in the results?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 04:33:42 GMT</pubDate>
    <dc:creator>Michiel_QV_Fan</dc:creator>
    <dc:date>2024-11-16T04:33:42Z</dc:date>
    <item>
      <title>Duplicate row in table with exactly the same values, count = no of rows, display = 1 row</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicate-row-in-table-with-exactly-the-same-values-count-no-of/m-p/1539422#M599216</link>
      <description>&lt;P&gt;Hi, in a qvw I see that an row has duplicate rows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the table viewer I see 8 rows but in a table box only 1 row is shown.&lt;/P&gt;&lt;P&gt;All except 1 connected tables do not have multiple rows either.&lt;/P&gt;&lt;P&gt;This 1 table that has duplicates also has 8 rows, with all rows exactly the same values. A table box shows therefore only 1 row.&lt;/P&gt;&lt;P&gt;Any ideas why I see duplicate rows in the table viewer but not in the results?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicate-row-in-table-with-exactly-the-same-values-count-no-of/m-p/1539422#M599216</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2024-11-16T04:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate row in table with exactly the same values, count = no of rows, display = 1 row</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicate-row-in-table-with-exactly-the-same-values-count-no-of/m-p/1539426#M599217</link>
      <description>&lt;P&gt;All Qlik objects show only distinct values. If you want to display redundant data you need to add a unique key which might be any ID from the data or if there isn't one you could with rowno() and/or recno() create one and use them too into the object. In your case I assume that those multiple records are wrong probably caused through any erroneous join - this means you need to check the relationship between your tables and consider maybe a mapping instead of the joins or some other ways tp build the datamodel.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 05 Feb 2019 07:59:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicate-row-in-table-with-exactly-the-same-values-count-no-of/m-p/1539426#M599217</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-02-05T07:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate row in table with exactly the same values, count = no of rows, display = 1 row</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicate-row-in-table-with-exactly-the-same-values-count-no-of/m-p/1539457#M599218</link>
      <description>&lt;P&gt;The table viewer on the contrary is just an inspection tool that shows the "raw" unfiltered data in the internal tables, in addition to some statistics and useful table &amp;amp; field properties.&amp;nbsp; If you would perform a &lt;FONT face="courier new,courier"&gt;STORE&lt;/FONT&gt; of that particular table in your load script, you would get the same content as shown in the table viewer (and &lt;EM&gt;all&lt;/EM&gt; rows, not just the first 1000 or so). If on the other hand you export your Table Box using one of the object menu options, you would get a single row like what is shown in the object itself.&lt;/P&gt;&lt;P&gt;Imagine that your table has a field called &lt;FONT face="courier new,courier"&gt;Customer&lt;/FONT&gt;, and its value is the same in all 8 rows, then&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Count(Customer)&lt;/FONT&gt; would return 8 because it counts all values, even duplicates, and&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Count(DISTINCT Customer)&lt;/FONT&gt; would return 1 because it only counts unique values in the same way that QlikView only shows unique values in listboxes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;After all,&amp;nbsp;it's not because data isn't shown that it isn't there.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Feb 2019 08:41:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicate-row-in-table-with-exactly-the-same-values-count-no-of/m-p/1539457#M599218</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2019-02-05T08:41:22Z</dc:date>
    </item>
  </channel>
</rss>

