<?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 How to make caption dynamic for two different dimension and also calculate sum accordingly. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-make-caption-dynamic-for-two-different-dimension-and-also/m-p/482199#M180209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have two dimensions in two different list boxes, Months and Years. I have a pivot chart where I am calculating the sum based out of these two dimensions. The dimension Months has values from 'Jan' to 'Dec' while Years has 2011, 2012 and 2013. Please find the attached image. Questions:&lt;/P&gt;&lt;P&gt;1) The sum of the chart should be displayed upon the combination of dimensions. For example: if I choose 2011, it should show&amp;nbsp; all months and total sale against each of them. Or, if I choose Month 'Feb' it should show all the years (2011 to 2013) and total against those individual years. And, if I choose both the Month and Year, the respective total should appear for the combination should appear.&lt;/P&gt;&lt;P&gt;2)I want to the caption dynamic containing whichever dimension I choose. In case I choose, both the dimensions both should appear in caption.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Dec 2013 11:59:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-13T11:59:41Z</dc:date>
    <item>
      <title>How to make caption dynamic for two different dimension and also calculate sum accordingly.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-caption-dynamic-for-two-different-dimension-and-also/m-p/482199#M180209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have two dimensions in two different list boxes, Months and Years. I have a pivot chart where I am calculating the sum based out of these two dimensions. The dimension Months has values from 'Jan' to 'Dec' while Years has 2011, 2012 and 2013. Please find the attached image. Questions:&lt;/P&gt;&lt;P&gt;1) The sum of the chart should be displayed upon the combination of dimensions. For example: if I choose 2011, it should show&amp;nbsp; all months and total sale against each of them. Or, if I choose Month 'Feb' it should show all the years (2011 to 2013) and total against those individual years. And, if I choose both the Month and Year, the respective total should appear for the combination should appear.&lt;/P&gt;&lt;P&gt;2)I want to the caption dynamic containing whichever dimension I choose. In case I choose, both the dimensions both should appear in caption.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 11:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-caption-dynamic-for-two-different-dimension-and-also/m-p/482199#M180209</guid>
      <dc:creator />
      <dc:date>2013-12-13T11:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to make caption dynamic for two different dimension and also calculate sum accordingly.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-caption-dynamic-for-two-different-dimension-and-also/m-p/482200#M180210</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;QlikView will aggregate values according to your selections, so that first point seems to be already fixed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the dynamic caption, there are several ways to do it, here is one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13869365498131957" jivemacro_uid="_13869365498131957" modifiedtitle="true"&gt;
&lt;P&gt;='Values for: ' &amp;amp; If(Count(DISTINCT Year) = 1, GetFieldSelections(Year),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Count(DISTINCT Month) = 1, GetFieldSelections(Month)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 12:11:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-caption-dynamic-for-two-different-dimension-and-also/m-p/482200#M180210</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2013-12-13T12:11:08Z</dc:date>
    </item>
  </channel>
</rss>

