<?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: How to achieve SCOPE() like functionality or customized Rollup values in Pivot chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-achieve-SCOPE-like-functionality-or-customized-Rollup/m-p/1044074#M351146</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;SPAN class="j-simple-name font-color-normal"&gt;swuehl&lt;/SPAN&gt;. You answer helped us achieving what we were looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Apr 2016 05:08:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-04-21T05:08:23Z</dc:date>
    <item>
      <title>How to achieve SCOPE() like functionality or customized Rollup values in Pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-achieve-SCOPE-like-functionality-or-customized-Rollup/m-p/1044068#M351140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have a pivot table where we have 4 attributes and some metrics. In this metric, we have one which is called SLOPE. This slope metric should rollup to higher levels in pivot differently i.e. should not just be sum up of lower levels. Something similar how we achieve using SCOPE function in SSAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see below screen shot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/121798_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how can I achieve this functionality in QlikView 11 pivot chart.&lt;/P&gt;&lt;P&gt;Any help is highly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 17:28:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-achieve-SCOPE-like-functionality-or-customized-Rollup/m-p/1044068#M351140</guid>
      <dc:creator />
      <dc:date>2016-04-15T17:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve SCOPE() like functionality or customized Rollup values in Pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-achieve-SCOPE-like-functionality-or-customized-Rollup/m-p/1044069#M351141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Dimensionality() resp.SecondaryDimensionality() to check on which dimensional level you are aggregating:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Pick(Dimensionality()+1,&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TotalLevelExp&lt;/EM&gt;,&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Dim1LevelExp&lt;/EM&gt;,&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Dim2LevelExp&lt;/EM&gt;, // e.g. Sum(Aggr( Sum(Slope)*2, Country, State, City, Area))*3&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Dim3LevelExp&lt;/EM&gt;, //e.g. Sum(Slope)*2&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DetailLevelExp //e.g.Sum(Slope)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 18:01:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-achieve-SCOPE-like-functionality-or-customized-Rollup/m-p/1044069#M351141</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-15T18:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve SCOPE() like functionality or customized Rollup values in Pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-achieve-SCOPE-like-functionality-or-customized-Rollup/m-p/1044070#M351142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sorry I am still learning the Qlik so want some clarification....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimensionality+1 --- what does it do? Do I need to use this one or SecondaryDimensionality() function&lt;/P&gt;&lt;P&gt;and what does SecondaryDimensionality() do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 18:20:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-achieve-SCOPE-like-functionality-or-customized-Rollup/m-p/1044070#M351142</guid>
      <dc:creator />
      <dc:date>2016-04-15T18:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve SCOPE() like functionality or customized Rollup values in Pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-achieve-SCOPE-like-functionality-or-customized-Rollup/m-p/1044071#M351143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can read about Dimensionality() and SecondaryDimensionality() here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-7969"&gt;How to use - Dimensionality()&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8006"&gt;The second dimension... or how to use secondarydimensionality()&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 18:25:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-achieve-SCOPE-like-functionality-or-customized-Rollup/m-p/1044071#M351143</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-15T18:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve SCOPE() like functionality or customized Rollup values in Pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-achieve-SCOPE-like-functionality-or-customized-Rollup/m-p/1044072#M351144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also hit F1 in the desktop client and search the HELP, the Help file is more often right than wrong:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Examples%20of%20Chart%20Inter%20Record%20functions.htm?q=dimensionality" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Examples%20of%20Chart%20Inter%20Record%20functions.htm?q=dimensionality"&gt;Examples of Chart Inter Record functions ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/ChartFunctions/InterRecordFunctions/dimensionality.htm?q=dimensionality" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/ChartFunctions/InterRecordFunctions/dimensionality.htm?q=dimensionality"&gt;Dimensionality ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/ChartFunctions/InterRecordFunctions/secondarydimensionality.htm?q=dimensionality" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/ChartFunctions/InterRecordFunctions/secondarydimensionality.htm?q=dimensionality"&gt;Secondarydimensionality ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 18:33:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-achieve-SCOPE-like-functionality-or-customized-Rollup/m-p/1044072#M351144</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-15T18:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve SCOPE() like functionality or customized Rollup values in Pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-achieve-SCOPE-like-functionality-or-customized-Rollup/m-p/1044073#M351145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. I shall check this and revert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 18:45:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-achieve-SCOPE-like-functionality-or-customized-Rollup/m-p/1044073#M351145</guid>
      <dc:creator />
      <dc:date>2016-04-15T18:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve SCOPE() like functionality or customized Rollup values in Pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-achieve-SCOPE-like-functionality-or-customized-Rollup/m-p/1044074#M351146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;SPAN class="j-simple-name font-color-normal"&gt;swuehl&lt;/SPAN&gt;. You answer helped us achieving what we were looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 05:08:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-achieve-SCOPE-like-functionality-or-customized-Rollup/m-p/1044074#M351146</guid>
      <dc:creator />
      <dc:date>2016-04-21T05:08:23Z</dc:date>
    </item>
  </channel>
</rss>

