<?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 Showing excluded values in a Qlik Sense table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Showing-excluded-values-in-a-Qlik-Sense-table/m-p/1678112#M51565</link>
    <description>&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;Appreciate your time. I am looking for a solution to show the excluded values(in the grey color instead of disappearing) after making a selection in my Qlik Sense table.&lt;/P&gt;&lt;P&gt;for example,&lt;/P&gt;&lt;P&gt;let say I have the below table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;customer,units&lt;/P&gt;&lt;P&gt;1,10&lt;/P&gt;&lt;P&gt;2,20&lt;/P&gt;&lt;P&gt;3,30&lt;/P&gt;&lt;P&gt;4,40&lt;/P&gt;&lt;P&gt;5,50&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In a QS table, when I click&amp;nbsp; the first row, the rest are all getting removed, Is there any way to show it in a gray color instead?&lt;/P&gt;&lt;P&gt;I have attached a demo app for your reference&lt;/P&gt;&lt;P&gt;below is my expression&lt;/P&gt;&lt;P&gt;units: aggr(sum(qty),customer)&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Kiruthiga&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 16:09:26 GMT</pubDate>
    <dc:creator>skiruthigadevi</dc:creator>
    <dc:date>2020-02-21T16:09:26Z</dc:date>
    <item>
      <title>Showing excluded values in a Qlik Sense table</title>
      <link>https://community.qlik.com/t5/App-Development/Showing-excluded-values-in-a-Qlik-Sense-table/m-p/1678112#M51565</link>
      <description>&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;Appreciate your time. I am looking for a solution to show the excluded values(in the grey color instead of disappearing) after making a selection in my Qlik Sense table.&lt;/P&gt;&lt;P&gt;for example,&lt;/P&gt;&lt;P&gt;let say I have the below table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;customer,units&lt;/P&gt;&lt;P&gt;1,10&lt;/P&gt;&lt;P&gt;2,20&lt;/P&gt;&lt;P&gt;3,30&lt;/P&gt;&lt;P&gt;4,40&lt;/P&gt;&lt;P&gt;5,50&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In a QS table, when I click&amp;nbsp; the first row, the rest are all getting removed, Is there any way to show it in a gray color instead?&lt;/P&gt;&lt;P&gt;I have attached a demo app for your reference&lt;/P&gt;&lt;P&gt;below is my expression&lt;/P&gt;&lt;P&gt;units: aggr(sum(qty),customer)&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Kiruthiga&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 16:09:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Showing-excluded-values-in-a-Qlik-Sense-table/m-p/1678112#M51565</guid>
      <dc:creator>skiruthigadevi</dc:creator>
      <dc:date>2020-02-21T16:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Showing excluded values in a Qlik Sense table</title>
      <link>https://community.qlik.com/t5/App-Development/Showing-excluded-values-in-a-Qlik-Sense-table/m-p/1678242#M51579</link>
      <description>&lt;P&gt;At first, we need to make sure that the rows that are excluded from the selection do not hide. This can be done by including “{1}” in the measure expressions, i.e., sum({1} Field). This makes sure that all the filter selections are ignored for the expressions, thus, the rows will not hide.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Second, we need to color the rows that are excluded from the selection. This can be done by using the “background color” for every dimension and measure of the table with the following color expression:&amp;nbsp;&lt;/P&gt;&lt;P&gt;If(Not Match(Field, GetFieldSelections(Field)), LightGray(), Null())&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope it helps!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Feb 2020 20:13:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Showing-excluded-values-in-a-Qlik-Sense-table/m-p/1678242#M51579</guid>
      <dc:creator>TimvB</dc:creator>
      <dc:date>2020-02-22T20:13:37Z</dc:date>
    </item>
  </channel>
</rss>

