<?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 include a constant value in pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094315#M466573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post a small sample QVW? Or an Excel with a sample table of your field values?&lt;/P&gt;&lt;P&gt;It seems I don't really understand your setting. Is 'BRD' a value in field TEXT_R?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jan 2016 21:24:14 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-01-29T21:24:14Z</dc:date>
    <item>
      <title>How to include a constant value in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094310#M466568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a two-dimensional pivot table with a regional dimension (Key: SKEY_R, Labels: TEXT_R) and a time dimension (KEY: SKEY_Z). The fact F1 is summed up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a second fact I'd like to have the value of the top of the regional structure (SKEY_R = BRD) relating the respective month. That means that the zeroes in the picture below should have the values 174810 and 172408 respectively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance&lt;/P&gt;&lt;P&gt;Frank Backes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 14:08:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094310#M466568</guid>
      <dc:creator />
      <dc:date>2016-01-28T14:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to include a constant value in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094311#M466569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would be helpful if you state the expressions you are using, too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can look into the TOTAL qualifier with field lists, so if your only expression is Sum(F1), try something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(SKEY_R='BRD', Sum(TOTAL&amp;lt;SKEY_Z&amp;gt; F1), Sum(F1) )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 20:17:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094311#M466569</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-01-28T20:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to include a constant value in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094312#M466570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks for the quick answer!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached another screenshot to make my point more clear:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="113011" alt="QW_Pivot_2.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/113011_QW_Pivot_2.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Here we can see the numbers for two regions VTB 1000000 and VTB 200000 for two time keys 201523411 and 201523412.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are actually two more regions, which are not selected in the respective filter. The top of the regional hierarchy is 'BRD', which consists of the four regions. The values (Field F1, Label 'Absatz') for the regions are summed up from their children: areas, subterritories and segments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I the column 'Absatz BRD' I always want to see the value for 'BRD' dependent on the respective time key. These would be &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;174.810 for 201523411 and 172.408 for 201523412. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression for 'Absatz': sum(F1)&lt;/P&gt;&lt;P&gt;Expression for 'Absatz BRD': sum({&amp;lt;TEXT_R={'BRD'}&amp;gt;} F1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The latter does not work. I guess that's because 'BRD' is not the actual value of TEXT_R in the actual line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 15:36:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094312#M466570</guid>
      <dc:creator />
      <dc:date>2016-01-29T15:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to include a constant value in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094313#M466571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum( Aggr( sum({&amp;lt;TEXT_R= &amp;gt;} TOTAL&amp;lt;SKEY_Z&amp;gt; F1), TEXT_R, SKEY_Z)) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 17:41:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094313#M466571</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-01-29T17:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to include a constant value in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094314#M466572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks again! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately that expression doesn't deliver the right results:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QW_Pivot_3.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/113054_QW_Pivot_3.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Isn't it possible to calculate the sum of F1 where one dimension member is fixed (TEXT_R = 'BRD') and the others (time) are changing according to their position in the grid? Isn't that a common requirement? E.g. to calculate percentages relating to a special member of a dimension or to calculate market shares?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since I'm totally new to QlikView I think I first have to learn more about expressions. I'm not able to fully interpret your suggestions yet. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 20:00:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094314#M466572</guid>
      <dc:creator />
      <dc:date>2016-01-29T20:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to include a constant value in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094315#M466573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post a small sample QVW? Or an Excel with a sample table of your field values?&lt;/P&gt;&lt;P&gt;It seems I don't really understand your setting. Is 'BRD' a value in field TEXT_R?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 21:24:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094315#M466573</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-01-29T21:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to include a constant value in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094316#M466574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've made up a little demo QVW with a stripped down hierarchy. There are some diamond shapes in the hierarchy (please see pic).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="113248" alt="Structure.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/113248_Structure.jpg" style="height: 307px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression you suggested ("&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum( Aggr( sum({&amp;lt;TEXT_R= &amp;gt;} TOTAL&amp;lt;SKEY_Z&amp;gt; F1), TEXT_R, SKEY_Z))") leads to the right values except for the totals. It also assumes that the Column "Units L1-0" refers to the grand total of the hierarchy. What I'm ultimately looking for is a formula to calculate the sum of units for an arbitrary member of the dimension. That means, instead of L1-0 it might as well be L2-2 or the parent of the respective member. It must not necessarily be the top member of the hierarchy.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I hope I could make my point more clear now. It's not that easy to describe. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Many thanks in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Frank&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 10:28:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094316#M466574</guid>
      <dc:creator />
      <dc:date>2016-02-02T10:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to include a constant value in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094317#M466575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe something like attached?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 11:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094317#M466575</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-02-02T11:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to include a constant value in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094318#M466576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much! Alternate states seem the way to go. Your solution works quite well!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still have two issues:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) The expression only deliveres values when the selected benchmark member is not filtered out by the selection of a Region type. If I select L1-0 as benchmark and set a filter to see only Level 2 members, the results of the expression are 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) How can the benchmark be set without using a listbox? Can it also be set dependent on the current member in the pivot table (context sensitive)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks again!&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 12:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094318#M466576</guid>
      <dc:creator />
      <dc:date>2016-02-02T12:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to include a constant value in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094319#M466577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The first requirement can be solved by clearing the appropriate field selections in the set expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(column(1),Sum ({&amp;lt;TEXT_R= {'$(=Maxstring({AS} TEXT_R))'},&lt;STRONG&gt; NODE_TYPE_R=&lt;/STRONG&gt; &amp;gt;} TOTAL&amp;lt;SKEY_Z&amp;gt; Aggr( sum({&amp;lt;TEXT_R= {'$(=Maxstring({AS} TEXT_R))'}&lt;STRONG&gt;, NODE_TYPE_R=&lt;/STRONG&gt; &amp;gt;} TOTAL&amp;lt;SKEY_Z&amp;gt; F1), TEXT_R, SKEY_Z)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the second requirement, I think you just need to create an expression that returns the correct value, i.e.&lt;/P&gt;&lt;P&gt;instead&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=Maxstring({AS} TEXT_R)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;which will return a selection from the alternate state listbox, we would need something else. What would be the rule to determine the single TEXT_R value you want to use as benchmark, for any given set of possible dimension values?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Besides this, I would recommend that you are looking in the HIERARCHY LOAD in the reference manual and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;A href="https://community.qlik.com/docs/DOC-5334"&gt;Hierarchies&lt;/A&gt;‌&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;This may allow you to potentially solve your requirements in the data model.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 13:28:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094319#M466577</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-02-02T13:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to include a constant value in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094320#M466578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks for your very valuable input!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new expression works perfectly!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regarding the second requirement, I think you just need to create an expression that returns the correct value, i.e.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;instead&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;=Maxstring({AS} TEXT_R)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;which will return a selection from the alternate state listbox, we would need something else. What would be the rule to determine the single TEXT_R value you want to use as benchmark, for any given set of possible dimension values?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;I'm about to adapt my DWH data model to QlikView. This model is quite generic and data driven. Many relationships between dimension members are stored in tables. Comparisons or calculation of market shares are driven by a table that holds the key of the member and the key of the respective member for the comparison. That model is quite versatile and significantly eases customizing. What I'm looking for is an expression that considers the current member of the data cell and finds the member to compare with from a table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for the link to the excellent article covering hierarchies. I've already tried hierarchies in QV before and the table T_PC_RG in my example actually is an ancestor list. There are several types of hierarchies in my DWH model too and they correspond quite well with the types described in the article. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really think I have to get a much deeper knowledge of sets, expressions, AGGR, etc.. Can you recommend some more articles like the one on hierarchies or any other sources or literature? The books I read so far really don't go deep into the details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks again and best wishes&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 12:33:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094320#M466578</guid>
      <dc:creator />
      <dc:date>2016-02-03T12:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to include a constant value in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094321#M466579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can recommend all articles and tech docs of the Qlik design blog, especially the ones written by Henric:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2588"&gt;Qlik Design Blog &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other authors are of course also worth reading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to read the in-depth tech docs referenced in the design blog posts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcus has collected some books about Qlik:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8898"&gt;Books and literature&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can highly recommend QV11 for developers, Mastering QV and QV your business.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are also now a lot of QV related blogs:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.askqv.com/blogs/" title="http://www.askqv.com/blogs/"&gt;http://www.askqv.com/blogs/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 00:48:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094321#M466579</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-02-04T00:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to include a constant value in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094322#M466580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much, Stefan! Can't wait to read the articles you recommended! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the best&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 08:23:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094322#M466580</guid>
      <dc:creator />
      <dc:date>2016-02-04T08:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to include a constant value in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094323#M466581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is only one small piece of the puzzle missing. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added the field P_SKEY_R to the dimension table T_DIM_REG. That field holds the SKEY_R of the member to compare with. I have also added a column called "Units Parent" to the pivot table. This column should display the units of the P_SKEY_R of the current SKEY_R or TEXT_R.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression I use doesn't work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(column(1),Sum ({&amp;lt;SKEY_R={P_SKEY_R}, NODE_TYPE_R= &amp;gt;} TOTAL&amp;lt;SKEY_Z&amp;gt; Aggr( sum({&amp;lt;SKEY_R={P_SKEY_R}, NODE_TYPE_R= &amp;gt;} TOTAL&amp;lt;SKEY_Z&amp;gt; F1), SKEY_R, SKEY_Z)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would be the right term instead of "&lt;SPAN style="font-size: 13.3333px;"&gt;SKEY_R={P_SKEY_R}"? The goal is to get the member to compare with dynamically from a table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 19:50:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094323#M466581</guid>
      <dc:creator />
      <dc:date>2016-02-04T19:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to include a constant value in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094324#M466582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't use set analysis for this easily, since set analysis is evaluated once per chart and not per dimension line. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 16:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094324#M466582</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-02-08T16:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to include a constant value in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094325#M466583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like attached, using advanced aggregation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 17:02:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094325#M466583</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-02-08T17:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to include a constant value in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094326#M466584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very nice! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Now the context sensitive aggregation works! Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that only one month can be selected. As soon as 201511 and 201512 or no month is selected, the values are only shown for 201511.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 11:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094326#M466584</guid>
      <dc:creator />
      <dc:date>2016-02-09T11:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to include a constant value in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094327#M466585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(column(1),&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum&lt;/STRONG&gt;({&amp;lt;TEXT_R=&amp;gt;}&amp;nbsp; Aggr( Sum({&amp;lt;TEXT_R=&amp;gt;} TOTAL &amp;lt;P_SKEY_R&lt;STRONG&gt;,SKEY_Z&lt;/STRONG&gt;&amp;gt; F1), P_SKEY_R , TEXT_R&lt;STRONG&gt;, SKEY_Z&lt;/STRONG&gt; ))&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 14:25:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094327#M466585</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-02-09T14:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to include a constant value in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094328#M466586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect! Many thanks, Stefan! You really saved my day. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 08:57:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-include-a-constant-value-in-pivot-table/m-p/1094328#M466586</guid>
      <dc:creator />
      <dc:date>2016-02-10T08:57:26Z</dc:date>
    </item>
  </channel>
</rss>

