<?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? calculating % by dividing total for year by avg of totals from past months same fy year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-calculating-by-dividing-total-for-year-by-avg-of-totals-from/m-p/1389753#M799302</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this works when columns are calculated separately, what if I have one expression in the pivot table and&amp;nbsp;&amp;nbsp; different partial sum sort of like&lt;/P&gt;&lt;P&gt;Year | Color | STatus&amp;gt; Active | Inactive | Status Total | Year total&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now in this I want to divide Status total /Year Total&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Nov 2017 18:53:52 GMT</pubDate>
    <dc:creator>rmuhammad</dc:creator>
    <dc:date>2017-11-29T18:53:52Z</dc:date>
    <item>
      <title>how? calculating % by dividing total for year by avg of totals from past months same fy year</title>
      <link>https://community.qlik.com/t5/QlikView/how-calculating-by-dividing-total-for-year-by-avg-of-totals-from/m-p/1389751#M799299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how do i achieve this? I need to&amp;nbsp; calculate % by dividing total for year by avg of totals from past months same fy year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="184969" alt="avg.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/184969_avg.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;sample data file attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-calculating-by-dividing-total-for-year-by-avg-of-totals-from/m-p/1389751#M799299</guid>
      <dc:creator>rmuhammad</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: how? calculating % by dividing total for year by avg of totals from past months same fy year</title>
      <link>https://community.qlik.com/t5/QlikView/how-calculating-by-dividing-total-for-year-by-avg-of-totals-from/m-p/1389752#M799301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rashid,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both can be achieved through set analysis, being:&lt;/P&gt;&lt;P&gt;Column B (gets the max period and snapperiod or selected by user):&lt;/P&gt;&lt;P&gt;sum({&amp;lt;period={"$(=max(period))"},snapperiod={"$(=max(snapperiod))"}&amp;gt;}rate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Column C (gets the year interval to max snapperiod or selected snapperiod:&lt;/P&gt;&lt;P&gt;avg({&amp;lt;snapperiod={"&amp;gt;=$(=Yearstart(max(snapperiod)))&amp;lt;=$(=max(snapperiod))"}&amp;gt;}rate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and Column &lt;span class="lia-unicode-emoji" title=":anguished_face:"&gt;😧&lt;/span&gt;&lt;/P&gt;&lt;P&gt;// It only gets the previous stated expressions and does the percentage&lt;/P&gt;&lt;P&gt;Column(1)/Column(2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attachedt he file you provided with teh "New Graph" table, wich holds the above expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Felipe.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 19:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-calculating-by-dividing-total-for-year-by-avg-of-totals-from/m-p/1389752#M799301</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2017-11-28T19:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: how? calculating % by dividing total for year by avg of totals from past months same fy year</title>
      <link>https://community.qlik.com/t5/QlikView/how-calculating-by-dividing-total-for-year-by-avg-of-totals-from/m-p/1389753#M799302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this works when columns are calculated separately, what if I have one expression in the pivot table and&amp;nbsp;&amp;nbsp; different partial sum sort of like&lt;/P&gt;&lt;P&gt;Year | Color | STatus&amp;gt; Active | Inactive | Status Total | Year total&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now in this I want to divide Status total /Year Total&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 18:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-calculating-by-dividing-total-for-year-by-avg-of-totals-from/m-p/1389753#M799302</guid>
      <dc:creator>rmuhammad</dc:creator>
      <dc:date>2017-11-29T18:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: how? calculating % by dividing total for year by avg of totals from past months same fy year</title>
      <link>https://community.qlik.com/t5/QlikView/how-calculating-by-dividing-total-for-year-by-avg-of-totals-from/m-p/1389754#M799304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you're missing the point of set analysis, if you combine both expression into one, it gets the same result, I just assumed you needed to see both values independently, but you can get only one expression with the two I put on the graph, giving the following:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sample.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/185250_Sample.png" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Set analysis let's you get a specific selection of data, even though there's a different selection made by the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Felipel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2017 12:00:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-calculating-by-dividing-total-for-year-by-avg-of-totals-from/m-p/1389754#M799304</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2017-11-30T12:00:31Z</dc:date>
    </item>
  </channel>
</rss>

