<?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: Hide dimension when expression is zero in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182080#M885670</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this expression as a conditional dimension.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Aggr(PurgeChar(Expression Field,'0'),Dimension Field) &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Sep 2016 12:26:14 GMT</pubDate>
    <dc:creator>susovan</dc:creator>
    <dc:date>2016-09-27T12:26:14Z</dc:date>
    <item>
      <title>Hide dimension when expression is zero</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182058#M885636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a chart with multiple dimensions (Name and Phone number).&lt;/P&gt;&lt;P&gt;I have one expression, called "Year Sales". The expression shows the sales of that year (a bit more complex than sum(Sales), but that does not matter).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to hide all names without any sales, basically all names with Year Sales = 0. In my example below, the row of customer C should be gone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guess I could do this with a dimension "supress when value is null", but I do not know how to re-write the calculated dimension for "Name" so that every line with "Year sales = 0" would become "Null()".&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sales.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138653_Sales.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible to solve it a different way, that is also fine with me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&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/Hide-dimension-when-expression-is-zero/m-p/1182058#M885636</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hide dimension when expression is zero</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182059#M885639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you &lt;STRONG&gt;check the suppress zero values in the presentation tab of chart properties ??&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 10:20:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182059#M885639</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-09-26T10:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Hide dimension when expression is zero</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182060#M885641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wiebke,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this in text color expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(sum(Sales)=0,White())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 10:25:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182060#M885641</guid>
      <dc:creator>dineshraj</dc:creator>
      <dc:date>2016-09-26T10:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hide dimension when expression is zero</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182061#M885644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, "suppress zero-values" of that expression is checked off.&amp;nbsp; (there is a "V" in the box).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 10:29:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182061#M885644</guid>
      <dc:creator />
      <dc:date>2016-09-26T10:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hide dimension when expression is zero</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182062#M885647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this in te script, lad:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If([Year Sales] = 0, null(), [Year Sales]) as [Year Sales]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;D.A. MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 10:34:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182062#M885647</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2016-09-26T10:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Hide dimension when expression is zero</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182063#M885650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;will be able to share the sample data ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 10:36:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182063#M885650</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-09-26T10:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Hide dimension when expression is zero</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182064#M885653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this out:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138637_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 10:38:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182064#M885653</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2016-09-26T10:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Hide dimension when expression is zero</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182065#M885655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wiebke,&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; If the field your summing to get Year Sales is called Sales then try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Sales = {"&amp;gt;0"}&amp;gt;Sales}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 10:39:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182065#M885655</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2016-09-26T10:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Hide dimension when expression is zero</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182066#M885656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the attached for the solution:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="HideValueRowIsZero.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138662_HideValueRowIsZero.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 10:47:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182066#M885656</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-09-26T10:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hide dimension when expression is zero</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182067#M885657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The dimension is not called YearSales.&lt;/P&gt;&lt;P&gt;The expression to get the YearSales is a lot more complex. I named it Year Sales, but the expression is:&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Year=,Month=,Week=, YTD=&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot just copy your example, because then I would lose all the other information I've got there (being the "=" signs).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 11:25:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182067#M885657</guid>
      <dc:creator />
      <dc:date>2016-09-26T11:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Hide dimension when expression is zero</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182068#M885658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The dimension is not called YearSales.&lt;/P&gt;&lt;P&gt;The expression to get the YearSales is a lot more complex. I named it Year Sales, but the expression is:&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Year=,Month=,Week=, YTD=&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot just copy your example, because then I would lose all the other information I've got there (being the "=" signs).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 11:26:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182068#M885658</guid>
      <dc:creator />
      <dc:date>2016-09-26T11:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Hide dimension when expression is zero</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182069#M885659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not allowed to touch the script I am afraid...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 11:27:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182069#M885659</guid>
      <dc:creator />
      <dc:date>2016-09-26T11:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hide dimension when expression is zero</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182070#M885660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If so, see this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="138667" alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138667_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;D.A. MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 11:32:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182070#M885660</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2016-09-26T11:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hide dimension when expression is zero</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182071#M885661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the file, I am trying to re-write it (sorry for my amateurism).&lt;/P&gt;&lt;P&gt;My expression is: sum({$&amp;lt;Year=,Month=,Week=, YTD=&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;And the name of my expression is "Year Sales"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I get it to work with your fomula? If I re-write it like this, I lose the entire expression of my "Year Sales" (the entire expression stated above)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;[Year Sales] -= {0} &amp;gt;} [Year Sales])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview won't know what is behind the Year Sales if I don't explain it anywhere?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 11:48:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182071#M885661</guid>
      <dc:creator />
      <dc:date>2016-09-26T11:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hide dimension when expression is zero</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182072#M885662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought that would be a simple value. In your case, as I see, isn't simply as I thought, so... try this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(sum({$&amp;lt;Year=,Month=,Week=, YTD=&amp;gt;} Sales) = 0, null(), sum({$&amp;lt;Year=,Month=,Week=, YTD=&amp;gt;} Sales))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then rename it as "Year Sales". My given expression worked well because it excluded all the values that are 0 from the table. With my new expression you must check the "Supress Null Values" that appears in the Dimension Tab in your chart. Try and tell me if it solved your problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 11:55:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182072#M885662</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2016-09-26T11:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Hide dimension when expression is zero</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182073#M885663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hi ,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({$&amp;lt;Year=,Month=,Week=, YTD=&amp;gt;} Sales)&amp;lt;&amp;gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Use this in your expression's condition space ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;It will calculate only if the above condition satisfies.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Balakrishnan.R &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 11:57:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182073#M885663</guid>
      <dc:creator />
      <dc:date>2016-09-26T11:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Hide dimension when expression is zero</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182074#M885664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, so now I have null()-values as a result of my expression instead of zero's. This is a step closer, but how can I now hide the null()-values? When I check the "suppress zero values" in the presentation tab it does not do anything...&lt;/P&gt;&lt;P&gt;And I cannot use the "suppress zero values" in the dimension tab, because it is not directly linked to a dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I should be able to tell a dimension to become null() of the expression stated above is zero. I could then check the "suppress when value is null" in the dimension tab. I would do this for the "name" value =&amp;gt; change name to null() when expression of Year Sales = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know what I mean?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 12:04:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182074#M885664</guid>
      <dc:creator />
      <dc:date>2016-09-26T12:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Hide dimension when expression is zero</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182075#M885665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you only have one dimension? &lt;SPAN style="font-size: 10pt;"&gt;If you do, then may be try this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(If(S&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;um({$&amp;lt;Year=, Month=, Week=, YTD=&amp;gt;} Sales) &amp;gt; 0, Name)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then select '&lt;STRONG&gt;Suppress When Value Is Null&lt;/STRONG&gt;' option on the dimensions tab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 13:54:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182075#M885665</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-26T13:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hide dimension when expression is zero</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182076#M885666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I have multiple dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's why I need a link between my expression and a specific dimension. I suggest the dimension "name" since this one should always contain a value, unless I make it become null() with the use of an expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 14:03:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182076#M885666</guid>
      <dc:creator />
      <dc:date>2016-09-26T14:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Hide dimension when expression is zero</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182077#M885667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share what all dimensions you have?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 14:05:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-dimension-when-expression-is-zero/m-p/1182077#M885667</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-26T14:05:41Z</dc:date>
    </item>
  </channel>
</rss>

