<?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: Qlik Sense does not show rows with exactly the same data in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-does-not-show-rows-with-exactly-the-same-data/m-p/2446057#M97673</link>
    <description>&lt;P&gt;Like above already mentioned it's not an issue else it's the target. The main-purpose of a BI tool is to show insights and pattern on&amp;nbsp;consolidated data and not displaying them on a record-level. That the views display aggregated data make it very obvious that there are more or less duplicates underlying.&lt;/P&gt;
&lt;P&gt;In regard to your shown concatenation of two fields you would get the same view if you use both fields as dimensions within the charts.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Apr 2024 06:39:24 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2024-04-29T06:39:24Z</dc:date>
    <item>
      <title>Qlik Sense does not show rows with exactly the same data</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-does-not-show-rows-with-exactly-the-same-data/m-p/1555305#M40048</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Today I discovered an odd thing in Qlik Sense.&lt;/P&gt;&lt;P&gt;I have a dataset where there are some rows that are exactly the same. All columns and data are the same for two rows. The dataset consists only of one table and no data modelling is done.&lt;/P&gt;&lt;P&gt;If I do a table with only dimensions (no aggregation), I only get one row&amp;nbsp;of two. If I sum the data (amount paid), I get the sum of both rows.&lt;/P&gt;&lt;P&gt;I have checked the app in 3 different environments (prod, test and desktop) - all with the same result.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone of you explain this, and more importantly how can I fix this behaviour?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;P.S. I can't share the dataset, as it is highly sensitive.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 10:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-does-not-show-rows-with-exactly-the-same-data/m-p/1555305#M40048</guid>
      <dc:creator>vaisgaard</dc:creator>
      <dc:date>2019-03-12T10:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense does not show rows with exactly the same data</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-does-not-show-rows-with-exactly-the-same-data/m-p/1555341#M40050</link>
      <description>&lt;P&gt;qlik will only show unique values.&amp;nbsp;&lt;/P&gt;&lt;P&gt;add a &lt;SPAN&gt;differentiating&amp;nbsp;&lt;/SPAN&gt;field to your model and your table... you'll get what you want&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(for example rowno() as UniqueRecID, )&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 11:47:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-does-not-show-rows-with-exactly-the-same-data/m-p/1555341#M40050</guid>
      <dc:creator>mikaelsc</dc:creator>
      <dc:date>2019-03-12T11:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense does not show rows with exactly the same data</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-does-not-show-rows-with-exactly-the-same-data/m-p/1555372#M40053</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49570"&gt;@mikaelsc&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know if this is a feature in Qlik Sense? Can it be found in the documentation?&lt;/P&gt;&lt;P&gt;I am asking because I think it is odd to create this behaviour. I do not like when a programme "hides" data without me asking it to do so.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 12 Mar 2019 12:42:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-does-not-show-rows-with-exactly-the-same-data/m-p/1555372#M40053</guid>
      <dc:creator>vaisgaard</dc:creator>
      <dc:date>2019-03-12T12:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense does not show rows with exactly the same data</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-does-not-show-rows-with-exactly-the-same-data/m-p/1555467#M40061</link>
      <description>&lt;P&gt;It's one of the main-features of Qlik that only distinct values are displayed in objects. It has nothing to do with hiding data else the data are intentionally stored in this way because Qlik follows no SQL-like row-based storing else it's a column-based storing and this leads to a significantly better performance.&lt;/P&gt;&lt;P&gt;If there is any reason to validate the data against the source-data (usually only during the development) it's useful to follow the suggestion from &lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49570" target="_blank"&gt;@mikaelsc&lt;/A&gt; to add recno() and/or rowno() to the loads - but after that they won't be needed respectively they become a disadvantage.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 14:45:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-does-not-show-rows-with-exactly-the-same-data/m-p/1555467#M40061</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-03-12T14:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense does not show rows with exactly the same data</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-does-not-show-rows-with-exactly-the-same-data/m-p/2445633#M97662</link>
      <description>&lt;P&gt;I **bleep** near lost my mind because of this issue. Starting screaming because I wanted to pre filtered the data and knew I had two rows but it was only showing one and blanking out cells&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I ended up joining two columns so names would be unique. Not ideal but solved problem.&lt;/P&gt;
&lt;P&gt;Program A + Event 1&lt;/P&gt;
&lt;P&gt;Problem&amp;nbsp; A + Event 2.&lt;/P&gt;
&lt;P&gt;So Annoying. Rather just have Probram and Event on separate columns.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Apr 2024 00:12:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-does-not-show-rows-with-exactly-the-same-data/m-p/2445633#M97662</guid>
      <dc:creator>kgordis</dc:creator>
      <dc:date>2024-04-28T00:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense does not show rows with exactly the same data</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-does-not-show-rows-with-exactly-the-same-data/m-p/2446057#M97673</link>
      <description>&lt;P&gt;Like above already mentioned it's not an issue else it's the target. The main-purpose of a BI tool is to show insights and pattern on&amp;nbsp;consolidated data and not displaying them on a record-level. That the views display aggregated data make it very obvious that there are more or less duplicates underlying.&lt;/P&gt;
&lt;P&gt;In regard to your shown concatenation of two fields you would get the same view if you use both fields as dimensions within the charts.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 06:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-does-not-show-rows-with-exactly-the-same-data/m-p/2446057#M97673</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-04-29T06:39:24Z</dc:date>
    </item>
  </channel>
</rss>

