<?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: calculation with measure from other row-dimension-value but only for column dimension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/calculation-with-measure-from-other-row-dimension-value-but-only/m-p/75324#M5001</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Change the total qualifier so the totals are calculated per month:&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;num(sum( [_Actual Amount]) / Sum({$&amp;lt;[Category]={'xxx''}&amp;gt;}&lt;STRONG&gt; total &amp;lt;MyMonthDimension&amp;gt;&lt;/STRONG&gt; [_Actual Amount]),'#0%')&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;Replace &lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MyMonthDimension &lt;/STRONG&gt;with the name of your month dimension.&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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2018 08:13:20 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2018-05-09T08:13:20Z</dc:date>
    <item>
      <title>calculation with measure from other row-dimension-value but only for column dimension</title>
      <link>https://community.qlik.com/t5/App-Development/calculation-with-measure-from-other-row-dimension-value-but-only/m-p/75323#M5000</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 a pivottable with Categories on the rows and months in the columns showing two measures: &lt;/P&gt;&lt;P&gt;the first measure is normal: sum(&lt;SPAN style="font-size: 13.3333px;"&gt;[_Actual Amount])&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;the second measure is the sum(&lt;SPAN style="font-size: 13.3333px;"&gt;[_Actual Amount])&lt;/SPAN&gt;) divided by the sum(_actual_amount) referring to one particular category in one of the rows.&lt;/P&gt;&lt;P&gt;I did this with following function:&lt;/P&gt;&lt;P&gt;num(sum( [_Actual Amount]) / Sum({$&amp;lt;[Category]={'xxx''}&amp;gt;} total [_Actual Amount]),'#0%')&lt;/P&gt;&lt;P&gt;This works fine as long as I have only one month selected for the columns.&lt;/P&gt;&lt;P&gt;If I select more months in the columns, the sum(total [_Actual Amount])) make a sum of all months instead of taking the value of the month (column) of the measure to be shown. How can I refer to the proper Column?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Ideas?&lt;/P&gt;&lt;P&gt;thx, Kristien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 07:52:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/calculation-with-measure-from-other-row-dimension-value-but-only/m-p/75323#M5000</guid>
      <dc:creator>kristien</dc:creator>
      <dc:date>2018-05-09T07:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: calculation with measure from other row-dimension-value but only for column dimension</title>
      <link>https://community.qlik.com/t5/App-Development/calculation-with-measure-from-other-row-dimension-value-but-only/m-p/75324#M5001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Change the total qualifier so the totals are calculated per month:&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;num(sum( [_Actual Amount]) / Sum({$&amp;lt;[Category]={'xxx''}&amp;gt;}&lt;STRONG&gt; total &amp;lt;MyMonthDimension&amp;gt;&lt;/STRONG&gt; [_Actual Amount]),'#0%')&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;Replace &lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MyMonthDimension &lt;/STRONG&gt;with the name of your month dimension.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 08:13:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/calculation-with-measure-from-other-row-dimension-value-but-only/m-p/75324#M5001</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-05-09T08:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: calculation with measure from other row-dimension-value but only for column dimension</title>
      <link>https://community.qlik.com/t5/App-Development/calculation-with-measure-from-other-row-dimension-value-but-only/m-p/75325#M5002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent Gysbert! That did the job. Thx!&lt;/P&gt;&lt;P&gt;Kristien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 08:17:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/calculation-with-measure-from-other-row-dimension-value-but-only/m-p/75325#M5002</guid>
      <dc:creator>kristien</dc:creator>
      <dc:date>2018-05-09T08:17:56Z</dc:date>
    </item>
  </channel>
</rss>

