<?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: Expression Total &amp; Dimension Limits in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-Total-Dimension-Limits/m-p/478387#M480819</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this?&lt;/P&gt;&lt;P&gt;In the expression of QoQ i just changed the "Expression Total" for "Sum of Rows"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Nov 2013 00:31:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-05T00:31:00Z</dc:date>
    <item>
      <title>Expression Total &amp; Dimension Limits</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Total-Dimension-Limits/m-p/478386#M480818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ALL! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've developed some report using a Straight Table , the main idea is to show the list of partners that make the sales percentage that you select on a Slider Object, It seems to work as I expected the only Issue that I can't solve is the TOTAL on a column where I show the Quarter over Quarter Growth Percentage because it always show the total Growth even If I'm filtering the list of partners that make the 10% of the sales or any other percentage distinct to 100% , I suspect that this is because the total mode&amp;nbsp; that I selected for this expressions is 'Expression TOTAL' and this do not take on count the Dimension Limits that is what Im using to display the list of clients according to the percentage on the slider...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know if is there something that I could do to solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the attached images and the sample .QVW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selecting 100% of the Sales...&lt;/P&gt;&lt;P&gt;&lt;IMG alt="DL100.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/48548_DL100.png" style="width: 620px; height: 120px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selecting 50% of the Sales... same QoQ Growth! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="DL50.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/48549_DL50.png" style="width: 620px; height: 92px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selecting 10% of the Sales... same QoQ Growth! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="DL10.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/48550_DL10.png" style="width: 620px; height: 75px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 23:31:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Total-Dimension-Limits/m-p/478386#M480818</guid>
      <dc:creator>edg_baltazar</dc:creator>
      <dc:date>2013-11-04T23:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Total &amp; Dimension Limits</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Total-Dimension-Limits/m-p/478387#M480819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this?&lt;/P&gt;&lt;P&gt;In the expression of QoQ i just changed the "Expression Total" for "Sum of Rows"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 00:31:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Total-Dimension-Limits/m-p/478387#M480819</guid>
      <dc:creator />
      <dc:date>2013-11-05T00:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Total &amp; Dimension Limits</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Total-Dimension-Limits/m-p/478388#M480820</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;Perhaps you should use column arithmetic here. Then the total calculation will use the total values from each column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QoQ = (Column(2) - Column(1)) / Column(1)&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QoQ = ([Q2] - [Q1]) / [Q1]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // column names&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 05:53:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Total-Dimension-Limits/m-p/478388#M480820</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-11-05T05:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Total &amp; Dimension Limits</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Total-Dimension-Limits/m-p/478389#M480821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan! , thanks for your response !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even using the columns or columns names in the expression this doesn't work because it still shows the total Growth as if I have selected 100% in the slider object when I have selected the 50%....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at the next image... in that case my expected number is ....(1100/450)-1 = 144.44 % of&amp;nbsp; Growth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="48602" alt="DL50.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/48602_DL50.png" style="width: 620px; height: 92px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 18:20:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Total-Dimension-Limits/m-p/478389#M480821</guid>
      <dc:creator>edg_baltazar</dc:creator>
      <dc:date>2013-11-05T18:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Total &amp; Dimension Limits</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Total-Dimension-Limits/m-p/478390#M480822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mine works :C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 23:29:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Total-Dimension-Limits/m-p/478390#M480822</guid>
      <dc:creator />
      <dc:date>2013-11-07T23:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Total &amp; Dimension Limits</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Total-Dimension-Limits/m-p/478391#M480823</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;There is another way to control what's in the total.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your expression say:&lt;/P&gt;&lt;P&gt;if( Dimenssionality()=0, your total expression, your regular expression)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can set only Dimensionality() and see how it acts.&lt;/P&gt;&lt;P&gt;This way you can place whatever you want in the total cell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Salutes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 13:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Total-Dimension-Limits/m-p/478391#M480823</guid>
      <dc:creator>christian77</dc:creator>
      <dc:date>2013-11-08T13:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Total &amp; Dimension Limits</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Total-Dimension-Limits/m-p/478392#M480824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raúl , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer but this is not exactly what I'm looking for , because suming the percentajes is not going to retreive me the correct total growth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 18:00:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Total-Dimension-Limits/m-p/478392#M480824</guid>
      <dc:creator>edg_baltazar</dc:creator>
      <dc:date>2013-11-08T18:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Total &amp; Dimension Limits</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Total-Dimension-Limits/m-p/478393#M480825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian !&amp;nbsp; thanks for your answer ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've already tried this in the past , but the thing is that neither way the total expression does not respect the Dimension Limits behaivor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 18:03:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Total-Dimension-Limits/m-p/478393#M480825</guid>
      <dc:creator>edg_baltazar</dc:creator>
      <dc:date>2013-11-08T18:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Total &amp; Dimension Limits</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Total-Dimension-Limits/m-p/478394#M480826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lo que quieres es que se muestre el porcentaje que pones en el slider en el total de la columna QoQ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 18:46:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Total-Dimension-Limits/m-p/478394#M480826</guid>
      <dc:creator />
      <dc:date>2013-11-08T18:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Total &amp; Dimension Limits</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Total-Dimension-Limits/m-p/478395#M480827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I realize it's been 11 months since the last post, but was a solution ever found?&amp;nbsp; I'm having the same issue now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 20:05:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Total-Dimension-Limits/m-p/478395#M480827</guid>
      <dc:creator>billbois</dc:creator>
      <dc:date>2014-10-08T20:05:20Z</dc:date>
    </item>
  </channel>
</rss>

