<?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: Values On Row Total in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Values-On-Row-Total/m-p/1001982#M944579</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above expression will show average for the specific region. But, my requirement is different. I need to show region wise target &lt;SPAN style="font-size: 13.3333px;"&gt;which is already defined (&lt;/SPAN&gt;from the above attached excel file). We have Country target and region target separately.&amp;nbsp; Check the below screenshot&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="110270" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110270_Capture.PNG" style="height: 113px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Dec 2015 06:05:12 GMT</pubDate>
    <dc:creator>tamilarasu</dc:creator>
    <dc:date>2015-12-30T06:05:12Z</dc:date>
    <item>
      <title>Values On Row Total</title>
      <link>https://community.qlik.com/t5/QlikView/Values-On-Row-Total/m-p/1001980#M944577</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;&amp;nbsp;&amp;nbsp; I have an excel file which filled with Region, Country and Target data. I need to show target value for region wise (from excel source) like below. I have used dimensionality() function but I could not achieve what I need. Instead of banging my head, I just posted here.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="110266" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110266_Capture.PNG" style="height: 204px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;I have attached sample file. Any help would be much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 05:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-On-Row-Total/m-p/1001980#M944577</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-12-30T05:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Values On Row Total</title>
      <link>https://community.qlik.com/t5/QlikView/Values-On-Row-Total/m-p/1001981#M944578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Dimensionality()&amp;lt;=1, Avg({&amp;lt;RegionId={'&amp;gt;0'}&amp;gt;}Target),Sum({&amp;lt;RegionId={'&amp;gt;0'}&amp;gt;}Target))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 05:58:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-On-Row-Total/m-p/1001981#M944578</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-12-30T05:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Values On Row Total</title>
      <link>https://community.qlik.com/t5/QlikView/Values-On-Row-Total/m-p/1001982#M944579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above expression will show average for the specific region. But, my requirement is different. I need to show region wise target &lt;SPAN style="font-size: 13.3333px;"&gt;which is already defined (&lt;/SPAN&gt;from the above attached excel file). We have Country target and region target separately.&amp;nbsp; Check the below screenshot&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="110270" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110270_Capture.PNG" style="height: 113px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 06:05:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-On-Row-Total/m-p/1001982#M944579</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-12-30T06:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Values On Row Total</title>
      <link>https://community.qlik.com/t5/QlikView/Values-On-Row-Total/m-p/1001983#M944580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Dimensionality()&amp;lt;=1, avg(Target),Sum(Target))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110273_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 06:13:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-On-Row-Total/m-p/1001983#M944580</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-12-30T06:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Values On Row Total</title>
      <link>https://community.qlik.com/t5/QlikView/Values-On-Row-Total/m-p/1001984#M944581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kush,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I already mentioned, I need to show defined region wise target (see excel file) and not average of the countries. Do you know any idea.!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 06:18:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-On-Row-Total/m-p/1001984#M944581</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-12-30T06:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Values On Row Total</title>
      <link>https://community.qlik.com/t5/QlikView/Values-On-Row-Total/m-p/1001985#M944582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Dimensionality()=0, Only({&amp;lt;Region={'Over all'}&amp;gt;}Target),&lt;/P&gt;&lt;P&gt; If(Dimensionality()=1, Aggr(Only({1-&amp;lt;RegionId={'*'}&amp;gt;}Target),Region),&lt;/P&gt;&lt;P&gt; Sum({&amp;lt;RegionId={'&amp;gt;0'}&amp;gt;}Target))&lt;/P&gt;&lt;P&gt; )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 06:27:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-On-Row-Total/m-p/1001985#M944582</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-12-30T06:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Values On Row Total</title>
      <link>https://community.qlik.com/t5/QlikView/Values-On-Row-Total/m-p/1001986#M944583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great and Thanks!!&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 06:48:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-On-Row-Total/m-p/1001986#M944583</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-12-30T06:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Values On Row Total</title>
      <link>https://community.qlik.com/t5/QlikView/Values-On-Row-Total/m-p/1001987#M944585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;great. tresesco the champ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 06:51:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-On-Row-Total/m-p/1001987#M944585</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-12-30T06:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Values On Row Total</title>
      <link>https://community.qlik.com/t5/QlikView/Values-On-Row-Total/m-p/1001988#M944588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this expression,&lt;/P&gt;&lt;P&gt;=If(RowNo()= 0 , Sum(RegionTarget), Sum(Target))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 07:01:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-On-Row-Total/m-p/1001988#M944588</guid>
      <dc:creator />
      <dc:date>2015-12-30T07:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Values On Row Total</title>
      <link>https://community.qlik.com/t5/QlikView/Values-On-Row-Total/m-p/1001989#M944591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in presentation tab select show partial sum for Region, country, region id&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and select &lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110274_Capture.PNG" style="height: auto;" /&gt;subtotals on top&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 07:05:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-On-Row-Total/m-p/1001989#M944591</guid>
      <dc:creator />
      <dc:date>2015-12-30T07:05:49Z</dc:date>
    </item>
  </channel>
</rss>

