<?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: suppress null/zero in set analysis with more than one expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106238#M890777</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do we need a Aggr() function Andrew? Why not just this as the calculated dimension?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(WildMatch(City_from, '*A*') or WildMatch(City_to, '*A*'), Order)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Aug 2016 14:10:09 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-08-29T14:10:09Z</dc:date>
    <item>
      <title>suppress null/zero in set analysis with more than one expression</title>
      <link>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106228#M890767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have shipments from a city to another city.&lt;/P&gt;&lt;P&gt;I want to have a straight table in which I want to show only the shipments that are going &lt;SPAN style="text-decoration: underline;"&gt;from&lt;/SPAN&gt; City A OR going &lt;SPAN style="text-decoration: underline;"&gt;to&lt;/SPAN&gt; city A, and hide / suppress the rows that do not contain City A.&lt;/P&gt;&lt;P&gt;See attachment for an example. Please consider that there are more than one expression (in the original file there are 6 or more expressions) --&amp;gt; if I put a set analysis in an expression, the results of that expression is 0, but I want to hide the complete rows of all these zero's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Suppress When Value Is Null in the properties is only due to dimensions, but the null is given in the expression.)&lt;/P&gt;&lt;P&gt;I don't want a solution in the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106228#M890767</guid>
      <dc:creator>jharke</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: suppress null/zero in set analysis with more than one expression</title>
      <link>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106229#M890768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({$&amp;lt;City_from = {'*A*'}&amp;gt;+&amp;lt;City_to = {'*A*'}&amp;gt;} kg)&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/135863_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 12:56:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106229#M890768</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-29T12:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: suppress null/zero in set analysis with more than one expression</title>
      <link>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106230#M890769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the attached qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 12:59:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106230#M890769</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-08-29T12:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: suppress null/zero in set analysis with more than one expression</title>
      <link>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106231#M890770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the QV example I have 2 expressions and you have added the set analysis in these 2. But in my original (full) QV file I have 6 expressions. In your way I have to make set analysis in all 6 expressions.&lt;/P&gt;&lt;P&gt;Is there no way to put a formula anywhere once that suppresses every row where there is no A in City_from AND no A in City_to?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 13:20:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106231#M890770</guid>
      <dc:creator>jharke</dc:creator>
      <dc:date>2016-08-29T13:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: suppress null/zero in set analysis with more than one expression</title>
      <link>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106232#M890771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I add another expression, the hidden rows will appear and show '-'.&lt;/P&gt;&lt;P&gt;(And there is no checkbox where I can suppress those values with '-' in an expression)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/135864_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 13:25:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106232#M890771</guid>
      <dc:creator>jharke</dc:creator>
      <dc:date>2016-08-29T13:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: suppress null/zero in set analysis with more than one expression</title>
      <link>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106233#M890772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a calculated dimension in that case&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 13:28:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106233#M890772</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-29T13:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: suppress null/zero in set analysis with more than one expression</title>
      <link>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106234#M890773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to just include the condition &lt;STRONG&gt;If([sum kg]&amp;gt;0, NewExpression)&lt;/STRONG&gt; to all new expressions and it would work fine. Like: in this case, &lt;SPAN style="font-size: 13.3333px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;If([sum kg]&amp;gt;0, &lt;/STRONG&gt;&lt;/SPAN&gt;Count(City_from))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 13:32:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106234#M890773</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-08-29T13:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: suppress null/zero in set analysis with more than one expression</title>
      <link>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106235#M890774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually this probably would be the best way to do it. Create a new expression with your required set analysis&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Avg({$&amp;lt;City_from = {'*A*'}&amp;gt;+&amp;lt;City_to = {'*A*'}&amp;gt;}1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and on the presentation tab, hide it&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/135867_Capture.PNG" style="height: 326px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then you just need to multiple all your expressions with the column label of the 1st expression:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(Order) * Col1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(kg) * Col1&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 13:41:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106235#M890774</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-29T13:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: suppress null/zero in set analysis with more than one expression</title>
      <link>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106236#M890775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can hide nulls using this technique;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-=&lt;/STRONG&gt;&amp;nbsp; excludes the &lt;STRONG&gt; ''&lt;/STRONG&gt;&amp;nbsp; null value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;City_from={'*A*'} , &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;City_from-={''} &lt;/STRONG&gt;&lt;/SPAN&gt;&amp;gt;} kg)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 14:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106236#M890775</guid>
      <dc:creator>b_garside</dc:creator>
      <dc:date>2016-08-29T14:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: suppress null/zero in set analysis with more than one expression</title>
      <link>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106237#M890776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&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; Maybe this straight table with a calculated dimension with the option to S&lt;EM&gt;uppress when value is null&lt;/EM&gt; selected.&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; &lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;=Aggr(If(City_to = 'City A' or City_from = 'City A',Order),Order)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;City_from&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;City_to&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Count(Order)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;sum(kg)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;STRONG&gt;4 &lt;/STRONG&gt;&lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;STRONG&gt;140 &lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;City A&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;City E&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;10&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;City A&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;City E&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;20&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;5&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;City D&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;City A&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;50&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;6&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;City A&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;City E&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;P&gt;&lt;SPAN style="color: #363636; font-size: 9pt; line-height: 1.5em; background-color: transparent;"&gt;60&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can hide the calculate dimension column if you prefer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;City_from&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;City_to&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Count(Order)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;sum(kg)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TD bgcolor="#f5f5f5"&gt; &lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt; &lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;STRONG&gt;4 &lt;/STRONG&gt;&lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;STRONG&gt;140 &lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;City A&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;City E&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;10&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;City A&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;City E&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;20&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;City D&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;City A&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;50&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;City A&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;City E&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;60&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 14:07:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106237#M890776</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2016-08-29T14:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: suppress null/zero in set analysis with more than one expression</title>
      <link>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106238#M890777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do we need a Aggr() function Andrew? Why not just this as the calculated dimension?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(WildMatch(City_from, '*A*') or WildMatch(City_to, '*A*'), Order)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 14:10:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106238#M890777</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-29T14:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: suppress null/zero in set analysis with more than one expression</title>
      <link>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106239#M890778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; I used an Aggr because I can't get Aggr out of my head!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You know the old song that goes ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sun comes up, I think about you&lt;/P&gt;&lt;P&gt;The coffee cup, I think about you&lt;/P&gt;&lt;P&gt;I want you so, it's like I'm losing my mind&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wrap the lyric in Replace('...','you','Aggr') and you get the idea. Except don't - the apostrophes in the lyric mess it up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 14:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106239#M890778</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2016-08-29T14:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: suppress null/zero in set analysis with more than one expression</title>
      <link>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106240#M890779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hahahahaha that song is hilarious &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;I still think that calculated dimension isn't the best approach here, but I guess that's what the OP is happy with &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 14:28:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106240#M890779</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-29T14:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: suppress null/zero in set analysis with more than one expression</title>
      <link>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106241#M890780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Calculated Dimension is the easiest-to-understand way. And I don't have to change my other expressions and can add expressions later when I don't remember any more that in this particular table all expressions must have the same set analysis...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 14:49:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106241#M890780</guid>
      <dc:creator>jharke</dc:creator>
      <dc:date>2016-08-29T14:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: suppress null/zero in set analysis with more than one expression</title>
      <link>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106242#M890781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny T,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;love the T1 technique...it is way simpler than long formula's for sure...however, I have a bizarre thing going on.&lt;/P&gt;&lt;P&gt;I've got nulls (or could have made zero's)...I represented them with the word Null just to show they were NULL and not Missing...I replicated that in your example to make sure my Null and your 0 were the same thing and they were.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I don't understand why my NULL rows won't suppress...see image.&lt;/P&gt;&lt;P&gt;my T2 and T3 are actually variables multiplied by T1.&amp;nbsp;&amp;nbsp; (as seen in the definition portion of attached pic)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;T1 = if($(vUGM)&amp;gt;0,1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;T2&amp;nbsp; = $(vUGM) * T1&amp;nbsp;&amp;nbsp;&amp;nbsp; --- variable has set analysis is for a particular user &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;T3 = $(vUGT) * T1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ---- variable has set analysis that is all users &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as you see I'm getting the desired result for T1, T2, T3.&lt;/P&gt;&lt;P&gt;When T2 &amp;gt; 0 then T3 shows up with #'s...otherwise T3 is listed as null.&lt;/P&gt;&lt;P&gt;However, while displayed as I'd expect it won't supress zero values -- the pres page is marked correctly.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/135929_Capture.PNG" style="height: 190px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perhaps you've run across a setting or something I don't have right in 'security' or know something about set analysis and it's affect in this regard???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;P&gt;Brooks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 23:08:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106242#M890781</guid>
      <dc:creator>brooksc57</dc:creator>
      <dc:date>2016-08-29T23:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: suppress null/zero in set analysis with more than one expression</title>
      <link>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106243#M890782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check these two settings on the presentation tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/135951_Capture.PNG" style="height: 539px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 09:37:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106243#M890782</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-30T09:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: suppress null/zero in set analysis with more than one expression</title>
      <link>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106244#M890783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/135989_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Hi Sunny T,&lt;/P&gt;&lt;P&gt;that is what I had/have...very odd, huh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 13:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106244#M890783</guid>
      <dc:creator>brooksc57</dc:creator>
      <dc:date>2016-08-30T13:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: suppress null/zero in set analysis with more than one expression</title>
      <link>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106245#M890784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;okay, to help others... &lt;/P&gt;&lt;P&gt;I think I've stumbled on the answer...still investigating, but think I've got it.&lt;/P&gt;&lt;P&gt;I stripped out all other variables from my qvw...and voillah it is now working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am 99% sure my issue was the "green bar" coloring I wrote to color every other row.&lt;/P&gt;&lt;P&gt;I probably need to add something to that formula as well.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;point is that it IS indeed another factor that was obvious within the basic setup itself.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;thanks again &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 16:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106245#M890784</guid>
      <dc:creator>brooksc57</dc:creator>
      <dc:date>2016-08-30T16:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: suppress null/zero in set analysis with more than one expression</title>
      <link>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106246#M890785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess the expression used RowNo() function? I have heard RowNo() causing issues such as those&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 16:34:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/suppress-null-zero-in-set-analysis-with-more-than-one-expression/m-p/1106246#M890785</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-30T16:34:07Z</dc:date>
    </item>
  </channel>
</rss>

