<?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: Set Analysis in Table results in rows with zero value and uncheck Include zero values does not hide them. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-Analysis-in-Table-results-in-rows-with-zero-value-and/m-p/2144184#M93084</link>
    <description>&lt;P&gt;It sounds that you don't want to filter GoodVials else the aggregation of them. In this case you will need something like this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;If(Sum(GoodVials)&amp;gt;$(MinVialOutput), Sum(GoodVials))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Dec 2023 06:56:04 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2023-12-05T06:56:04Z</dc:date>
    <item>
      <title>Set Analysis in Table results in rows with zero value and uncheck Include zero values does not hide them.</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-in-Table-results-in-rows-with-zero-value-and/m-p/2144094#M93080</link>
      <description>&lt;P&gt;Using Qlik Sense Server I am trying to filter the results of a TABLE based based on a MEASURE within the table&lt;/P&gt;
&lt;P&gt;As found the field is,&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Sum(Distinct GoodVials)&lt;/LI-CODE&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have created the below variable which I have a slider on the sheet to change between 0 and 1000&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;STRONG&gt;MinVialOutput&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Goal:&amp;nbsp; I want to filter OUT all the rows which have "GoodVials" &amp;lt;&amp;nbsp; MinVialOutput&lt;/P&gt;
&lt;P&gt;The closest I've come,&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Sum({$&amp;lt;GoodVials = {"&amp;gt;$(MinVialOutput)"}&amp;gt;} Distinct GoodVials)&lt;/LI-CODE&gt;
&lt;P&gt;The above results in "GoodVials = 0" for all the rows that don't meet the criteria("GoodVials" &amp;gt;&amp;nbsp;&amp;nbsp;MinVialOutput).&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;When&amp;nbsp;MinVialOutput = 0, I see all the correct GoodVials, but if&amp;nbsp;MinVialOutput = 100, then all rows of data with&amp;nbsp;MinVialOutput &amp;lt; 100 have GoodVials = 0.&lt;/P&gt;
&lt;P&gt;For the tabke, un-Checking the Add-ons-&amp;gt;Data handling-&amp;gt; "Include zero values" has no affect on the result.&lt;/P&gt;
&lt;P&gt;Please help, this should be simple, but I'm missing something.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 21:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-in-Table-results-in-rows-with-zero-value-and/m-p/2144094#M93080</guid>
      <dc:creator>vawtephens</dc:creator>
      <dc:date>2023-12-04T21:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis in Table results in rows with zero value and uncheck Include zero values does not hide them.</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-in-Table-results-in-rows-with-zero-value-and/m-p/2144184#M93084</link>
      <description>&lt;P&gt;It sounds that you don't want to filter GoodVials else the aggregation of them. In this case you will need something like this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;If(Sum(GoodVials)&amp;gt;$(MinVialOutput), Sum(GoodVials))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 06:56:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-in-Table-results-in-rows-with-zero-value-and/m-p/2144184#M93084</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-12-05T06:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis in Table results in rows with zero value and uncheck Include zero values does not hide them.</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-in-Table-results-in-rows-with-zero-value-and/m-p/2144226#M93088</link>
      <description>&lt;P&gt;This is surprising that&amp;nbsp;unchecking "Include zero values" does not remove those rows. You don't have any other measures?&amp;nbsp;&lt;BR /&gt;Else, how many dimension do you have? If you have only one (for example [Product]) , you can filter out using a calculated dimension instead, for example something like&amp;nbsp;&lt;BR /&gt;=Aggr(Only({$&amp;lt;GoodVials = {"&amp;gt;$(MinVialOutput)"}&amp;gt;} Product,Product)&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 08:25:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-in-Table-results-in-rows-with-zero-value-and/m-p/2144226#M93088</guid>
      <dc:creator>vincent_ardiet_</dc:creator>
      <dc:date>2023-12-05T08:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis in Table results in rows with zero value and uncheck Include zero values does not hide them.</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-in-Table-results-in-rows-with-zero-value-and/m-p/2144402#M93106</link>
      <description>&lt;P&gt;Hello,&amp;nbsp; I&amp;nbsp; just tried this solution, but used '&lt;SPAN&gt;Distinct GoodVials&lt;/SPAN&gt;'.&amp;nbsp; This results in the rows still being in the table, but with NULL '-' in the Vial Output for entries&amp;nbsp;&lt;/P&gt;
&lt;PRE class="lia-code-sample  language-markup"&gt;&lt;CODE&gt;&amp;gt;$(MinVialOutput)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Thank you for trying, please see below I'm going to add a solution I've come up with.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 14:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-in-Table-results-in-rows-with-zero-value-and/m-p/2144402#M93106</guid>
      <dc:creator>vawtephens</dc:creator>
      <dc:date>2023-12-05T14:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis in Table results in rows with zero value and uncheck Include zero values does not hide them.</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-in-Table-results-in-rows-with-zero-value-and/m-p/2144410#M93109</link>
      <description>&lt;P&gt;Hello,&amp;nbsp; This is a large table I'm working at improving the visualization.&amp;nbsp; I'm struggling exactly which is a Measure vs. Dimension, but I can see I have about 9 Dimensions and 4 measure. I did work out the following solution.&lt;/P&gt;
&lt;P&gt;I have a slider to set the '&lt;SPAN&gt;MinVialOutput&lt;/SPAN&gt;'&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vawtephens_0-1701787678171.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/121057i6728E919D090193A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vawtephens_0-1701787678171.png" alt="vawtephens_0-1701787678171.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And then using a Button with Action "Select values matching search criteria",&lt;/P&gt;
&lt;P&gt;Field of GoodVials&lt;/P&gt;
&lt;P&gt;And the following Value:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;='&amp;gt;$(MinVialOutput)'&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vawtephens_1-1701787925936.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/121058i5C45630E56947FE1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vawtephens_1-1701787925936.png" alt="vawtephens_1-1701787925936.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I wish I could do this without a 2nd step of Select to Filter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 14:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-in-Table-results-in-rows-with-zero-value-and/m-p/2144410#M93109</guid>
      <dc:creator>vawtephens</dc:creator>
      <dc:date>2023-12-05T14:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis in Table results in rows with zero value and uncheck Include zero values does not hide them.</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-in-Table-results-in-rows-with-zero-value-and/m-p/2144685#M93138</link>
      <description>&lt;P&gt;For me it's further unclear if the limitation should be applied against field-values or an aggregation? If it's against an aggregation you couldn't apply a selection on the aggregated field itself - else it would need to be the fields from the dimensional context in which the aggregation is performed. Probably a customer and/or a product and/or any period-fields.&lt;/P&gt;
&lt;P&gt;Beside this such selection isn't mandatory needed and may also have some side-effects. Better is usually to place the condition into all expressions or within at least one dimension (the first one and then hiding NULL).&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 08:52:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-in-Table-results-in-rows-with-zero-value-and/m-p/2144685#M93138</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-12-06T08:52:32Z</dc:date>
    </item>
  </channel>
</rss>

