<?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: Supress zero value expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Supress-zero-value-expressions/m-p/586084#M217496</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. The expression is a follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(sum(Variable1) + sum(Variable2))&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;/&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum([Variable3])&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where both variable 1 and 2 and/or 3 variable may have a value of 0 in some years: in any case, the outcome is 0. Where the same dimension (A, B, C ,etc) can have a value in a certain year higher than 0.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;When no data is present in any of these previous years, the letter (A,B, C) is still displayed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Apr 2014 18:20:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-18T18:20:32Z</dc:date>
    <item>
      <title>Supress zero value expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-zero-value-expressions/m-p/586076#M217488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a problem with presenting a clustered chart. I have several variables (expressions) (A, B, C, etc) that have values ​i.e. in 2012, some of these A, B and C have values ​​in previous years. When no data is present in any of these previous years, the letter (A,B, C) is&lt;/P&gt;&lt;P&gt;stilldisplayed. How can I turn this off? A in 2012 is the same A as in 2011, 2010, etc. The same is applicable for B, C, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;(sum(Variable1) + sum(Variable2))&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;sum([Variable3])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="55245" alt="2014-03-18 09_27_44-QlikView x64 - [C__Users_wilsc_SharePoint_112064 Qlikview test  impleme - Doc_1..png" class="jive-image" src="/legacyfs/online/55245_2014-03-18 09_27_44-QlikView x64 - [C__Users_wilsc_SharePoint_112064 Qlikview test  impleme - Doc_1..png" style="width: 620px; height: 206px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 08:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-zero-value-expressions/m-p/586076#M217488</guid>
      <dc:creator />
      <dc:date>2014-03-18T08:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Supress zero value expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-zero-value-expressions/m-p/586077#M217489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post your sample data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 09:16:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-zero-value-expressions/m-p/586077#M217489</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-18T09:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Supress zero value expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-zero-value-expressions/m-p/586078#M217490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wilfred.&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;if(&lt;/P&gt;&lt;P&gt;((sum(Variable1) + sum(Variable2))&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;sum([Variable3])) &amp;gt; 0,&lt;/P&gt;&lt;P&gt;(sum(Variable1) + sum(Variable2))&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;sum([Variable3])&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 09:19:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-zero-value-expressions/m-p/586078#M217490</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2014-03-18T09:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Supress zero value expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-zero-value-expressions/m-p/586079#M217491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, this does not work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014-04-11 17_01_28-QlikView x64 - [C__Users_wilsc_SharePoint_112064 Qlikview test  impleme - Doc_1..png" class="jive-image" src="/legacyfs/online/57100_2014-04-11 17_01_28-QlikView x64 - [C__Users_wilsc_SharePoint_112064 Qlikview test  impleme - Doc_1..png" style="width: 620px; height: 193px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 15:01:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-zero-value-expressions/m-p/586079#M217491</guid>
      <dc:creator />
      <dc:date>2014-04-11T15:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Supress zero value expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-zero-value-expressions/m-p/586080#M217492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suppress Zero Value in presentation tab ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 15:05:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-zero-value-expressions/m-p/586080#M217492</guid>
      <dc:creator>yduval75</dc:creator>
      <dc:date>2014-04-11T15:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Supress zero value expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-zero-value-expressions/m-p/586081#M217493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've already done that. For example, when an entity has certain data in 2012 (higher than 0), but not in 2011 (value is 0, not NULL/NA), this entity will be shown in 2011. QlikView seems prefer to show that this entity has no data in 2011. I do not need to see that, by showing an 'empty' bar. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 15:20:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-zero-value-expressions/m-p/586081#M217493</guid>
      <dc:creator />
      <dc:date>2014-04-11T15:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Supress zero value expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-zero-value-expressions/m-p/586082#M217494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone have an idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 14:59:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-zero-value-expressions/m-p/586082#M217494</guid>
      <dc:creator />
      <dc:date>2014-04-18T14:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Supress zero value expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-zero-value-expressions/m-p/586083#M217495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you try 'Supress when null value' in dimension &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 18:01:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-zero-value-expressions/m-p/586083#M217495</guid>
      <dc:creator>santharubban</dc:creator>
      <dc:date>2014-04-18T18:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Supress zero value expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-zero-value-expressions/m-p/586084#M217496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. The expression is a follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(sum(Variable1) + sum(Variable2))&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;/&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum([Variable3])&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where both variable 1 and 2 and/or 3 variable may have a value of 0 in some years: in any case, the outcome is 0. Where the same dimension (A, B, C ,etc) can have a value in a certain year higher than 0.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;When no data is present in any of these previous years, the letter (A,B, C) is still displayed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 18:20:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-zero-value-expressions/m-p/586084#M217496</guid>
      <dc:creator />
      <dc:date>2014-04-18T18:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Supress zero value expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-zero-value-expressions/m-p/586085#M217497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the attached example it is working. Number 3 is not shown in the figure. Just how to translate this to my situation is not clear, i.e. with the use of the expression =if(isnull(Values)&amp;lt;&amp;gt;-1,cUSTOMERiD)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;(sum(Variable1) + sum(Variable2))&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;/&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;sum([Variable3])&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Is it because I'm not using a single dimension?&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;IMG alt="2014-04-28 14_30_45-QlikView x64 - [C__Users_wilsc_Desktop_Example.qvw].png" class="jive-image" src="/legacyfs/online/58026_2014-04-28 14_30_45-QlikView x64 - [C__Users_wilsc_Desktop_Example.qvw].png" style="width: 620px; height: 168px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 12:32:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-zero-value-expressions/m-p/586085#M217497</guid>
      <dc:creator />
      <dc:date>2014-04-28T12:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Supress zero value expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-zero-value-expressions/m-p/586086#M217498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the answer is yes &lt;/P&gt;&lt;P&gt;because you use more then one dimension &lt;/P&gt;&lt;P&gt;then you see all the values in each dimension that have at least one time where they have value that is bigger then 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 12:58:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-zero-value-expressions/m-p/586086#M217498</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2014-04-28T12:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Supress zero value expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-zero-value-expressions/m-p/586087#M217499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, but my data model looks like this (se screenshot; don't know how to upload a file). Where E, ​​F, I and J do have data in 2012 for the three different variables, but for the same variables in 2011, no data is present at all. Yet these four IDs are shown in 2011. &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;'Supress when null value'&lt;/SPAN&gt; isn't working. &lt;IMG alt="2014-04-28 15_21_10-Example - Excel.png" class="jive-image" src="/legacyfs/online/58031_2014-04-28 15_21_10-Example - Excel.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 13:21:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-zero-value-expressions/m-p/586087#M217499</guid>
      <dc:creator />
      <dc:date>2014-04-28T13:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Supress zero value expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-zero-value-expressions/m-p/586088#M217500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/2911"&gt;Liron Bra'am&lt;/A&gt;: if you see the example below. In some cases, each dimension has a value of zero. A solution is hopefully possible. I use data of many years, which can show thereby many gaps between the barcharts. For readability not desirable. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 May 2014 20:01:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-zero-value-expressions/m-p/586088#M217500</guid>
      <dc:creator />
      <dc:date>2014-05-18T20:01:18Z</dc:date>
    </item>
  </channel>
</rss>

