<?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: Above() displaying additionnal lines with no data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Above-displaying-additionnal-lines-with-no-data/m-p/424837#M486292</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One solution I could find is to try to put in Set analysis the part that is reducing the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the basic sample provided, replace the expression Val=&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Dim &amp;gt; 9, sum(Indic))&lt;/P&gt;&lt;P&gt;by&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum( {&amp;lt;Dim={"&amp;gt;9"}&amp;gt;} Indic)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the Above(Val) will work as expected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Apr 2013 03:57:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-04-08T03:57:43Z</dc:date>
    <item>
      <title>Above() displaying additionnal lines with no data</title>
      <link>https://community.qlik.com/t5/QlikView/Above-displaying-additionnal-lines-with-no-data/m-p/424834#M486289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When trying to build an Incremental sum in a complex table with many condition, using the above() function in an expression display row that were hiden before because there was no data in the others expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached a basic sample stripped of complexity, with the top 3 table using above() and rangsum(above( with no issues as there is no specific limits.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Then the 3 bottom tables have in the main Indicator, the basic sum, a IF that limit the sum to some dimensions values.&lt;/P&gt;&lt;P&gt;In this case when I add Above, hidden lines reapear with no data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How could I use above and hide thoses lines ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="36433" class="jive-image-thumbnail jive-image" onclick="" alt="Above.png" src="https://community.qlik.com/legacyfs/online/36433_Above.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2013 01:45:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Above-displaying-additionnal-lines-with-no-data/m-p/424834#M486289</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-05T01:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Above() displaying additionnal lines with no data</title>
      <link>https://community.qlik.com/t5/QlikView/Above-displaying-additionnal-lines-with-no-data/m-p/424835#M486290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For this specific situation, can you try making a copy of the same expression (&lt;EM&gt;if(Dim &amp;gt; 9, sum(Indic) )&lt;/EM&gt;) into a new expression and setting the Accumulation to Full Accumulation? &lt;/P&gt;&lt;P&gt;(Works fine for straight tables - not for pivot tables). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2013 02:34:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Above-displaying-additionnal-lines-with-no-data/m-p/424835#M486290</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-05T02:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Above() displaying additionnal lines with no data</title>
      <link>https://community.qlik.com/t5/QlikView/Above-displaying-additionnal-lines-with-no-data/m-p/424836#M486291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, Full accumulation in straight table will work.&lt;/P&gt;&lt;P&gt;But this sample is a basic version of what I need to do.&lt;/P&gt;&lt;P&gt;The complex version is a Pivot table, with valuelist and the accumulation need to be only for one element of the valuelist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is why I was trying the Above().&lt;/P&gt;&lt;P&gt;Any other Idea ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2013 03:06:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Above-displaying-additionnal-lines-with-no-data/m-p/424836#M486291</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-05T03:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Above() displaying additionnal lines with no data</title>
      <link>https://community.qlik.com/t5/QlikView/Above-displaying-additionnal-lines-with-no-data/m-p/424837#M486292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One solution I could find is to try to put in Set analysis the part that is reducing the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the basic sample provided, replace the expression Val=&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Dim &amp;gt; 9, sum(Indic))&lt;/P&gt;&lt;P&gt;by&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum( {&amp;lt;Dim={"&amp;gt;9"}&amp;gt;} Indic)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the Above(Val) will work as expected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 03:57:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Above-displaying-additionnal-lines-with-no-data/m-p/424837#M486292</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-08T03:57:43Z</dc:date>
    </item>
  </channel>
</rss>

