<?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: Only show selected values in a Tablebox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Only-show-selected-values-in-a-Tablebox/m-p/1383006#M514748</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What a fast response, as always! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the .qvw is launched there is data in the table, i would like to see an empty table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Open dashboard --&amp;gt; Empty table&lt;/P&gt;&lt;P&gt;2. Make a selection --&amp;gt; Data will be shown in the table&lt;/P&gt;&lt;P&gt;3. Remove all the selections from the list boxes --&amp;gt; Empty table &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Aug 2017 16:29:23 GMT</pubDate>
    <dc:creator>twanqlik</dc:creator>
    <dc:date>2017-08-10T16:29:23Z</dc:date>
    <item>
      <title>Only show selected values in a Tablebox</title>
      <link>https://community.qlik.com/t5/QlikView/Only-show-selected-values-in-a-Tablebox/m-p/1383004#M514746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a big table on my presentation layer with a few million records. The table has only a few standard fields like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Name&lt;/P&gt;&lt;P&gt;- Country&lt;/P&gt;&lt;P&gt;- Product registration&lt;/P&gt;&lt;P&gt;- Email address&lt;/P&gt;&lt;P&gt;- Etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on those fields i've created a few list boxes that enables to search in the table, however, i only want to show the selected values in the table, hence, when there is no selection the table should be empty. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone give me some advice on how to do this? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've added an example, maybe that helps. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 16:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-show-selected-values-in-a-Tablebox/m-p/1383004#M514746</guid>
      <dc:creator>twanqlik</dc:creator>
      <dc:date>2017-08-10T16:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Only show selected values in a Tablebox</title>
      <link>https://community.qlik.com/t5/QlikView/Only-show-selected-values-in-a-Tablebox/m-p/1383005#M514747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What output are you looking to get in the sample attached?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 16:20:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-show-selected-values-in-a-Tablebox/m-p/1383005#M514747</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-10T16:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Only show selected values in a Tablebox</title>
      <link>https://community.qlik.com/t5/QlikView/Only-show-selected-values-in-a-Tablebox/m-p/1383006#M514748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What a fast response, as always! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the .qvw is launched there is data in the table, i would like to see an empty table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Open dashboard --&amp;gt; Empty table&lt;/P&gt;&lt;P&gt;2. Make a selection --&amp;gt; Data will be shown in the table&lt;/P&gt;&lt;P&gt;3. Remove all the selections from the list boxes --&amp;gt; Empty table &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 16:29:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-show-selected-values-in-a-Tablebox/m-p/1383006#M514748</guid>
      <dc:creator>twanqlik</dc:creator>
      <dc:date>2017-08-10T16:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Only show selected values in a Tablebox</title>
      <link>https://community.qlik.com/t5/QlikView/Only-show-selected-values-in-a-Tablebox/m-p/1383007#M514749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a calculation condition to make sure that the table displays a result only when a selection is made.... I used this statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=GetSelectedCount(Firstname) &amp;gt; 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/173096_Capture.PNG" style="height: 282px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 16:31:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-show-selected-values-in-a-Tablebox/m-p/1383007#M514749</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-10T16:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Only show selected values in a Tablebox</title>
      <link>https://community.qlik.com/t5/QlikView/Only-show-selected-values-in-a-Tablebox/m-p/1383008#M514750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use an expression like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= GetSelectedCount(Firstname) &amp;gt; 0&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/173099_Capture.PNG" style="height: 463px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 16:34:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-show-selected-values-in-a-Tablebox/m-p/1383008#M514750</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-08-10T16:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Only show selected values in a Tablebox</title>
      <link>https://community.qlik.com/t5/QlikView/Only-show-selected-values-in-a-Tablebox/m-p/1383009#M514751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hahah. I am late. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 16:35:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-show-selected-values-in-a-Tablebox/m-p/1383009#M514751</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-08-10T16:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Only show selected values in a Tablebox</title>
      <link>https://community.qlik.com/t5/QlikView/Only-show-selected-values-in-a-Tablebox/m-p/1383010#M514752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2017 13:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-show-selected-values-in-a-Tablebox/m-p/1383010#M514752</guid>
      <dc:creator>twanqlik</dc:creator>
      <dc:date>2017-08-11T13:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Only show selected values in a Tablebox</title>
      <link>https://community.qlik.com/t5/QlikView/Only-show-selected-values-in-a-Tablebox/m-p/1684472#M514753</link>
      <description>&lt;P&gt;Hi, Is there a way to do this on Qlik sense?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 12:48:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-show-selected-values-in-a-Tablebox/m-p/1684472#M514753</guid>
      <dc:creator>Ame</dc:creator>
      <dc:date>2020-03-13T12:48:59Z</dc:date>
    </item>
  </channel>
</rss>

