<?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: Filter Dimension Values when Expression is Zero in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-Dimension-Values-when-Expression-is-Zero/m-p/658884#M240418</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use either "Enable condition" or "Suppress When Value is Null"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/62285_Capture.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jul 2014 10:22:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-11T10:22:34Z</dc:date>
    <item>
      <title>Filter Dimension Values when Expression is Zero</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Dimension-Values-when-Expression-is-Zero/m-p/658881#M240415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like that the calculated dimension's value do not appear in a pivot-table if the expression is 0 for this cell. For instance, I have a calculated dimension "Corrected Quarter". I would like that a Quarter do not appear in the calculated dimension if there is no revenue (0) for this quarter. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I give an example pivot-table below:&lt;IMG alt="example.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/62275_example.PNG.png" style="width: 620px; height: 139px;" /&gt;&lt;/P&gt;&lt;P&gt;S1 and Q1 have no Revenues, and I would like that they do not appear in the calculated dimension at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 10:11:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Dimension-Values-when-Expression-is-Zero/m-p/658881#M240415</guid>
      <dc:creator />
      <dc:date>2014-07-11T10:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Dimension Values when Expression is Zero</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Dimension-Values-when-Expression-is-Zero/m-p/658882#M240416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a pivot table if you need a row to disappear set the exclude zero values is not enough because all the expression for that row must be 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this case, if (for example) the expression that return 0 is : sum(myval) then all the other columns must test that expression and become:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (sum(myval)=0, 0, ... the real column expression)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 10:18:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Dimension-Values-when-Expression-is-Zero/m-p/658882#M240416</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-07-11T10:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Dimension Values when Expression is Zero</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Dimension-Values-when-Expression-is-Zero/m-p/658883#M240417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my case this is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(Sum(Revenue)=0,Null(),Year &amp;amp; '-' &amp;amp; pick(match(UPPER(Month),'JAN','FEB','MAR','APR','MAY','JUN', 'JUL','AUG','SEP','OCT','NOV','DEC'), '01','02','03','04','05','06','07','08','09','10','11','12'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and returns Error in Calculated Dimension : (&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I enabled conditional&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have an idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 10:21:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Dimension-Values-when-Expression-is-Zero/m-p/658883#M240417</guid>
      <dc:creator />
      <dc:date>2014-07-11T10:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Dimension Values when Expression is Zero</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Dimension-Values-when-Expression-is-Zero/m-p/658884#M240418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use either "Enable condition" or "Suppress When Value is Null"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/62285_Capture.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 10:22:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Dimension-Values-when-Expression-is-Zero/m-p/658884#M240418</guid>
      <dc:creator />
      <dc:date>2014-07-11T10:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Dimension Values when Expression is Zero</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Dimension-Values-when-Expression-is-Zero/m-p/658885#M240419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;try some thing like this&lt;/P&gt;&lt;P&gt;if(sum(Reveue)&amp;gt;0,QUARTER)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 10:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Dimension-Values-when-Expression-is-Zero/m-p/658885#M240419</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2014-07-11T10:32:02Z</dc:date>
    </item>
  </channel>
</rss>

