<?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 selecting which dimensions will affect a chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/selecting-which-dimensions-will-affect-a-chart/m-p/348907#M492806</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i created a chart thatcalculates EoY forcast for my budget.&lt;/P&gt;&lt;P&gt;the forcast is calculated as actuall expenses YTD, not including current month and to that i add total expenses of last month multiplied by number of month to EoY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now, i would like that calculation to be effected by all dimension selections available in that page excludind date based dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i know it has somthing to do with 'sum({&amp;lt;dimension_name&amp;gt;}expression) where i will detail all dimensions that should effect the calculation,&lt;/P&gt;&lt;P&gt;but i cant seem to get it work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jun 2012 13:10:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-12T13:10:07Z</dc:date>
    <item>
      <title>selecting which dimensions will affect a chart</title>
      <link>https://community.qlik.com/t5/QlikView/selecting-which-dimensions-will-affect-a-chart/m-p/348907#M492806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i created a chart thatcalculates EoY forcast for my budget.&lt;/P&gt;&lt;P&gt;the forcast is calculated as actuall expenses YTD, not including current month and to that i add total expenses of last month multiplied by number of month to EoY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now, i would like that calculation to be effected by all dimension selections available in that page excludind date based dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i know it has somthing to do with 'sum({&amp;lt;dimension_name&amp;gt;}expression) where i will detail all dimensions that should effect the calculation,&lt;/P&gt;&lt;P&gt;but i cant seem to get it work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 13:10:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selecting-which-dimensions-will-affect-a-chart/m-p/348907#M492806</guid>
      <dc:creator />
      <dc:date>2012-06-12T13:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: selecting which dimensions will affect a chart</title>
      <link>https://community.qlik.com/t5/QlikView/selecting-which-dimensions-will-affect-a-chart/m-p/348908#M492807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want your calculation to be effected by all selections in fields except for example date based, you need to clear the selections in these fields, and yes, you could do this like you already stated in your post, for example like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=sum({&amp;lt;Date=, Month=, Year=&amp;gt;} expression)&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 13:19:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selecting-which-dimensions-will-affect-a-chart/m-p/348908#M492807</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-06-12T13:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: selecting which dimensions will affect a chart</title>
      <link>https://community.qlik.com/t5/QlikView/selecting-which-dimensions-will-affect-a-chart/m-p/348909#M492808</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;By default, all selections will affect the results of the expression. You can specifically prevent selections from being applied to your expression. For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({&amp;lt;Category=&amp;gt;} Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will ignore selections on the Category field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If by dimension, you are referring to chart dimensions, then the TOTAL clause will control which chart dimensions affect your expression. For exampe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum(TOTAL &amp;lt;Category&amp;gt; Value) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will ignore the Category dimension when calculating the sum (ie will tota all Category values without regard to the dimension)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 13:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selecting-which-dimensions-will-affect-a-chart/m-p/348909#M492808</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-06-12T13:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: selecting which dimensions will affect a chart</title>
      <link>https://community.qlik.com/t5/QlikView/selecting-which-dimensions-will-affect-a-chart/m-p/348910#M492809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you swuehl and jonathan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it working just as i needed it.&lt;/P&gt;&lt;P&gt;now, in some discussions i see that users also add a '$'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;meaning:&lt;/P&gt;&lt;P&gt;&lt;EM style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;=sum({$&amp;lt;Date=, Month=, Year=&amp;gt;} expression)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;what is the '$' meant to do?&lt;/EM&gt;&lt;EM style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 13:39:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selecting-which-dimensions-will-affect-a-chart/m-p/348910#M492809</guid>
      <dc:creator />
      <dc:date>2012-06-12T13:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: selecting which dimensions will affect a chart</title>
      <link>https://community.qlik.com/t5/QlikView/selecting-which-dimensions-will-affect-a-chart/m-p/348911#M492810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The dollar sign is used as a set identifier here and is representing the records of the current selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the Help, set analysis, for more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also found this series of blogs quite useful:&lt;/P&gt;&lt;P&gt;&lt;A class="loading" href="http://iqlik.wordpress.com/2010/09/11/the-magic-of-set-analysis-syntax-and-examples/" title="http://iqlik.wordpress.com/2010/09/11/the-magic-of-set-analysis-syntax-and-examples/"&gt;http://iqlik.wordpress.com/2010/09/11/the-magic-of-set-analysis-syntax-and-examples/&lt;/A&gt;&lt;/P&gt;&lt;P&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>Tue, 12 Jun 2012 13:50:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selecting-which-dimensions-will-affect-a-chart/m-p/348911#M492810</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-06-12T13:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: selecting which dimensions will affect a chart</title>
      <link>https://community.qlik.com/t5/QlikView/selecting-which-dimensions-will-affect-a-chart/m-p/348912#M492811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;you can also read this manual I think is very usefull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/servlet/JiveServlet/previewBody/1867-102-1-1858/QlikLearn-Set-Analysis-Presentation.pdf" title="http://community.qlik.com/servlet/JiveServlet/previewBody/1867-102-1-1858/QlikLearn-Set-Analysis-Presentation.pdf"&gt;http://community.qlik.com/servlet/JiveServlet/previewBody/1867-102-1-1858/QlikLearn-Set-Analysis-Presentation.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 15:37:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selecting-which-dimensions-will-affect-a-chart/m-p/348912#M492811</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-12T15:37:49Z</dc:date>
    </item>
  </channel>
</rss>

