<?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: Show all values (rows) in table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Show-all-values-rows-in-table/m-p/1658750#M49361</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/94189"&gt;@davemontoya&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;The Qlik engine isn't actually all about aggregation, though sometimes it can appear that way. It is however all about association. Conceptually you can think of all the data being stored as indexes of unique values with pointers to all of the other values they are associated with. In your table you only have the two distinct values, "CUENCA GSM" and "EL CARMEN". They aren't aggregated, but they are associated only with the one Status value "COTIZADO". This can make it look like Qlik is aggregating the data, but really it isn't. If you want to see all of the records you need to add another unique field &lt;U&gt;associated with the Sitio field&lt;/U&gt; into your table, such as the ticket number.&lt;/P&gt;&lt;P&gt;I hope that helps to understand things. The asociative engine can easily fool you into thinking it works just like any other set based logic such as a relational database, but it is quite unique and has a great many advantages as a result.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Rod&lt;/P&gt;</description>
    <pubDate>Tue, 17 Dec 2019 22:44:20 GMT</pubDate>
    <dc:creator>Rodj</dc:creator>
    <dc:date>2019-12-17T22:44:20Z</dc:date>
    <item>
      <title>Show all values (rows) in table</title>
      <link>https://community.qlik.com/t5/App-Development/Show-all-values-rows-in-table/m-p/1658623#M49346</link>
      <description>&lt;P&gt;Hi, I have a filter, an a table.&amp;nbsp; I have 4 names (in pair). I put a box number, shows 4 in the count, but names in the qlik table shows 2. How to show all the names (all the rows)?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the excel table the two names are identical, example:&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp;Cuenca GSM&amp;nbsp; (with a unique ticket number ex: 11111)&lt;/P&gt;&lt;P&gt;2&amp;nbsp; Cuenca GSM&amp;nbsp; (with a unique ticket number , ex: 22222)&lt;/P&gt;&lt;P&gt;3 El Carmen&amp;nbsp; &amp;nbsp;(with a unique ticket number , ex: 333333)&lt;/P&gt;&lt;P&gt;4 El Carmen&amp;nbsp; &amp;nbsp;(with a unique ticket number , ex: 444444)&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-all-values-rows-in-table/m-p/1658623#M49346</guid>
      <dc:creator>davemontoya</dc:creator>
      <dc:date>2021-12-20T21:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Show all values (rows) in table</title>
      <link>https://community.qlik.com/t5/App-Development/Show-all-values-rows-in-table/m-p/1658628#M49348</link>
      <description>screencapture added in attachment</description>
      <pubDate>Tue, 17 Dec 2019 17:27:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-all-values-rows-in-table/m-p/1658628#M49348</guid>
      <dc:creator>davemontoya</dc:creator>
      <dc:date>2019-12-17T17:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Show all values (rows) in table</title>
      <link>https://community.qlik.com/t5/App-Development/Show-all-values-rows-in-table/m-p/1658705#M49355</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If I understood correctly.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;my answer is that in Qlik everything is about aggregation, once you have used the count() function an aggregation is displayed so we only keep 2 lines.&lt;BR /&gt;if you want to display the 4 add the line number or change the aggregation&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 20:34:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-all-values-rows-in-table/m-p/1658705#M49355</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2019-12-17T20:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Show all values (rows) in table</title>
      <link>https://community.qlik.com/t5/App-Development/Show-all-values-rows-in-table/m-p/1658750#M49361</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/94189"&gt;@davemontoya&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;The Qlik engine isn't actually all about aggregation, though sometimes it can appear that way. It is however all about association. Conceptually you can think of all the data being stored as indexes of unique values with pointers to all of the other values they are associated with. In your table you only have the two distinct values, "CUENCA GSM" and "EL CARMEN". They aren't aggregated, but they are associated only with the one Status value "COTIZADO". This can make it look like Qlik is aggregating the data, but really it isn't. If you want to see all of the records you need to add another unique field &lt;U&gt;associated with the Sitio field&lt;/U&gt; into your table, such as the ticket number.&lt;/P&gt;&lt;P&gt;I hope that helps to understand things. The asociative engine can easily fool you into thinking it works just like any other set based logic such as a relational database, but it is quite unique and has a great many advantages as a result.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Rod&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 22:44:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-all-values-rows-in-table/m-p/1658750#M49361</guid>
      <dc:creator>Rodj</dc:creator>
      <dc:date>2019-12-17T22:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Show all values (rows) in table</title>
      <link>https://community.qlik.com/t5/App-Development/Show-all-values-rows-in-table/m-p/1658758#M49365</link>
      <description>&lt;P&gt;Thanks, so, I must show the ticket number? we do not need to show that number, neither put a filter for ticket number. We only want to see the names and the status of the task, also we have another columns with other type of task status, and maybe those status are repetead also, but I need to see all rows. The problem I see with Qliksense its that so many basic things, intuitive things, that you can do in excel, you cannot do here.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 23:11:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-all-values-rows-in-table/m-p/1658758#M49365</guid>
      <dc:creator>davemontoya</dc:creator>
      <dc:date>2019-12-17T23:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Show all values (rows) in table</title>
      <link>https://community.qlik.com/t5/App-Development/Show-all-values-rows-in-table/m-p/1658761#M49366</link>
      <description>&lt;P&gt;Yes, you need to either add a uniquely identifying field such as your ticket no, or you could add a another unique value such as a row number (which would be another way of letting the reader know how many tasks there are).&amp;nbsp;&amp;nbsp;I might be misunderstanding your situation, but as a data guy I can't see the value of a list from which I can't pick a unique row. If I've got two tasks with the same name and status but no way of differentiating them how do I know which I'm tracking?&lt;/P&gt;&lt;P&gt;Certainly Qlik Sense is not a spreadsheet replacement and was never intended to be. It's a data visualisation and analysis tool and there's a change of perspective that comes with that statement. There's a lot of things you can't do in a spreadsheet that Qlik Sense can do and the reverse is probably even more true. It's always a matter of picking the right tool for the job if you have that luxury.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 00:16:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-all-values-rows-in-table/m-p/1658761#M49366</guid>
      <dc:creator>Rodj</dc:creator>
      <dc:date>2019-12-18T00:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Show all values (rows) in table</title>
      <link>https://community.qlik.com/t5/App-Development/Show-all-values-rows-in-table/m-p/1658773#M49369</link>
      <description>&lt;P&gt;Yes, now I can see the 4 names, it was fixed after I put the column of the unique ticket number in the table, ... at the end, because the idea was that you see the 4 names and the status in the table (or x number of names according to the filter), choose one, and in the right side of the dashboard, there are various txt boxes showing already the ticket number, name, technician, price, province, observation, advance, etc.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 03:26:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-all-values-rows-in-table/m-p/1658773#M49369</guid>
      <dc:creator>davemontoya</dc:creator>
      <dc:date>2019-12-18T03:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Show all values (rows) in table</title>
      <link>https://community.qlik.com/t5/App-Development/Show-all-values-rows-in-table/m-p/1658775#M49370</link>
      <description>&lt;P&gt;Ah I see, that makes sense then. This element of how Qlik works is going to limit your design approach a little then.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 03:32:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-all-values-rows-in-table/m-p/1658775#M49370</guid>
      <dc:creator>Rodj</dc:creator>
      <dc:date>2019-12-18T03:32:22Z</dc:date>
    </item>
  </channel>
</rss>

