<?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 Can this be done? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-this-be-done/m-p/754106#M1034373</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to create a summary overview (table) to display the number of records in each table.&amp;nbsp; The numbers should be updated as the data is filtered.&amp;nbsp; I have five tables: A, B, C, D, E, F.&amp;nbsp; The display should look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100&lt;/P&gt;&lt;P&gt;B&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;&amp;nbsp;&amp;nbsp; 5&lt;/P&gt;&lt;P&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1,150&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D&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; 21&lt;/P&gt;&lt;P&gt;E&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; 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions are appreciated.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Jan 2015 18:26:49 GMT</pubDate>
    <dc:creator>fcecconi</dc:creator>
    <dc:date>2015-01-22T18:26:49Z</dc:date>
    <item>
      <title>Can this be done?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-this-be-done/m-p/754106#M1034373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to create a summary overview (table) to display the number of records in each table.&amp;nbsp; The numbers should be updated as the data is filtered.&amp;nbsp; I have five tables: A, B, C, D, E, F.&amp;nbsp; The display should look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100&lt;/P&gt;&lt;P&gt;B&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;&amp;nbsp;&amp;nbsp; 5&lt;/P&gt;&lt;P&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1,150&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D&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; 21&lt;/P&gt;&lt;P&gt;E&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; 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions are appreciated.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 18:26:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-this-be-done/m-p/754106#M1034373</guid>
      <dc:creator>fcecconi</dc:creator>
      <dc:date>2015-01-22T18:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can this be done?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-this-be-done/m-p/754107#M1034374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure each of your tables have an unique ID field (you can create one with the AutoNumber() family of functions if it doesn't exists) so you can use count(distinct ID) to find out the number of records on each table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ernesto.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 18:34:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-this-be-done/m-p/754107#M1034374</guid>
      <dc:creator>consenit</dc:creator>
      <dc:date>2015-01-22T18:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can this be done?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-this-be-done/m-p/754108#M1034375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Franck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the systems Fields like $Table and $Rows.&lt;/P&gt;&lt;P&gt;See the attached file to get an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/76001_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have fun with QV,&lt;/P&gt;&lt;P&gt;François&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 18:35:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-this-be-done/m-p/754108#M1034375</guid>
      <dc:creator>francoiscave</dc:creator>
      <dc:date>2015-01-22T18:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can this be done?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-this-be-done/m-p/754109#M1034376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can get the count for each table, but how can I display them all together?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 18:37:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-this-be-done/m-p/754109#M1034376</guid>
      <dc:creator>fcecconi</dc:creator>
      <dc:date>2015-01-22T18:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can this be done?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-this-be-done/m-p/754110#M1034377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;Franck,&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;Do a Listbox with Expression or a simple Table...&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;Like the attached file.&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;François&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 18:42:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-this-be-done/m-p/754110#M1034377</guid>
      <dc:creator>francoiscave</dc:creator>
      <dc:date>2015-01-22T18:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Can this be done?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-this-be-done/m-p/754111#M1034378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I restict the number of tables that are appearing?&amp;nbsp; For example, I might have 10 tables in the model, but only want to show 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, the number of rows needs to change as the data is being filtered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 18:43:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-this-be-done/m-p/754111#M1034378</guid>
      <dc:creator>fcecconi</dc:creator>
      <dc:date>2015-01-22T18:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can this be done?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-this-be-done/m-p/754112#M1034379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Franck,&lt;/P&gt;&lt;P&gt;With the systems fiels, I think you can't restrict (i.e. with set analysis)...&lt;/P&gt;&lt;P&gt;I will search more, but...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;François&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 18:55:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-this-be-done/m-p/754112#M1034379</guid>
      <dc:creator>francoiscave</dc:creator>
      <dc:date>2015-01-22T18:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can this be done?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-this-be-done/m-p/754113#M1034380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Francois&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I have a work around.&amp;nbsp; I created an inline table to show the table names that I want to display.&amp;nbsp; I create a chart (straight table) and used a calculated expression to count the key for each table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works, but is there a bettter way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 19:32:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-this-be-done/m-p/754113#M1034380</guid>
      <dc:creator>fcecconi</dc:creator>
      <dc:date>2015-01-22T19:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Can this be done?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-this-be-done/m-p/754114#M1034381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Franck,&lt;/P&gt;&lt;P&gt;Good work !&lt;/P&gt;&lt;P&gt;Have fun with QV,&lt;/P&gt;&lt;P&gt;François&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 07:55:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-this-be-done/m-p/754114#M1034381</guid>
      <dc:creator>francoiscave</dc:creator>
      <dc:date>2015-01-23T07:55:50Z</dc:date>
    </item>
  </channel>
</rss>

