<?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: Find the Quarter wise % values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Find-the-Quarter-wise-values/m-p/1679720#M727072</link>
    <description>&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Thanks for your Support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I achieved my Scenario using this example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Lakshman&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Feb 2020 07:10:43 GMT</pubDate>
    <dc:creator>Lakshman_1031</dc:creator>
    <dc:date>2020-02-27T07:10:43Z</dc:date>
    <item>
      <title>Find the Quarter wise % values</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-Quarter-wise-values/m-p/1678946#M727061</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have 3 years and having Quarters.&lt;/P&gt;&lt;P&gt;How to calculate the percentage values in Quarter wise.&lt;/P&gt;&lt;P&gt;I have used&amp;nbsp;Sum(Sales)/$(vSales)&lt;/P&gt;&lt;P&gt;Note: vSales ==Sum({&amp;lt;Quarter=,Month=, Year=&amp;gt;}Sales).&lt;/P&gt;&lt;P&gt;If i select the one percentage values are changed.&lt;/P&gt;&lt;P&gt;for example if i select 2019 then Quarters % values are changed. then clear it will change % values.&lt;/P&gt;&lt;P&gt;How to find the correct % values for Year wise and over all.&lt;/P&gt;&lt;P&gt;please find the below example for your reference.&lt;/P&gt;&lt;P&gt;please suggest me how to achieve this scenario.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;lakshman&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-Quarter-wise-values/m-p/1678946#M727061</guid>
      <dc:creator>Lakshman_1031</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Find the Quarter wise % values</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-Quarter-wise-values/m-p/1678954#M727062</link>
      <description>&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;vSales =Sum(&lt;STRONG&gt;TOTAL&lt;/STRONG&gt; {&amp;lt;Quarter=,Month=, Year=&amp;gt;}Sales).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 10:24:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-Quarter-wise-values/m-p/1678954#M727062</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2020-02-25T10:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Find the Quarter wise % values</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-Quarter-wise-values/m-p/1678974#M727063</link>
      <description>&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;Thanks for your Quick response.&lt;/P&gt;&lt;P&gt;i have used&amp;nbsp;&lt;SPAN&gt;Sum(&lt;/SPAN&gt;&lt;STRONG&gt;TOTAL&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;{&amp;lt;Quarter=,Month=, Year=&amp;gt;}Sales).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;but Year wise values are wrong.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;for example year 2020 and Q 1 having 23.9 but in chart having 8 %.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;please see the below example for your reference.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please suggest me how to achieve this scenario.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks &amp;amp; regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Lakshman&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 11:10:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-Quarter-wise-values/m-p/1678974#M727063</guid>
      <dc:creator>Lakshman_1031</dc:creator>
      <dc:date>2020-02-25T11:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Find the Quarter wise % values</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-Quarter-wise-values/m-p/1678993#M727066</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Only({&amp;lt;Quarter, Month, Year&amp;gt;} Aggr(NODISTINCT Sum({&amp;lt;Quarter, Month, Year&amp;gt;} Sales), Year))&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 25 Feb 2020 12:02:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-Quarter-wise-values/m-p/1678993#M727066</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-02-25T12:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Find the Quarter wise % values</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-Quarter-wise-values/m-p/1679043#M727069</link>
      <description>&lt;P&gt;Or, try this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;vSales = Aggr( NODISTINCT Sum({&amp;lt;Quarter=,Month=, Year=&amp;gt;}Sales),Year)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 13:30:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-Quarter-wise-values/m-p/1679043#M727069</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2020-02-25T13:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Find the Quarter wise % values</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-Quarter-wise-values/m-p/1679285#M727070</link>
      <description>&lt;P&gt;Thanks for the reply expert! Why we use only given it's still working after removing it? Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 06:46:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-Quarter-wise-values/m-p/1679285#M727070</guid>
      <dc:creator>alex00321</dc:creator>
      <dc:date>2020-02-26T06:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Find the Quarter wise % values</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-Quarter-wise-values/m-p/1679413#M727071</link>
      <description>&lt;P&gt;In this particular case it is working because the numerator of your expression is still not ignoring selection which is why having Only with set analysis makes no difference, but if for some reason you wanted your chart to ignore selection in Quarter, Month, Year field... and your expression was this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum({&amp;lt;Quarter, Month, Year&amp;gt;}Sales)/$(vSales)&lt;/LI-CODE&gt;&lt;P&gt;then you would have needed&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Only({&amp;lt;Quarter, Month, Year&amp;gt;} Aggr(NODISTINCT Sum({&amp;lt;Quarter, Month, Year&amp;gt;} Sales), Year))&lt;/LI-CODE&gt;&lt;P&gt;But because your Numerator is just Sum(Sales), it doesn't matter if Denominator ignores selection in Quarter, Month, Year or not... I would use what&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22949"&gt;@tresB&lt;/a&gt;&amp;nbsp;has provided in this case.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 11:41:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-Quarter-wise-values/m-p/1679413#M727071</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-02-26T11:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Find the Quarter wise % values</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-Quarter-wise-values/m-p/1679720#M727072</link>
      <description>&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Thanks for your Support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I achieved my Scenario using this example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Lakshman&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2020 07:10:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-Quarter-wise-values/m-p/1679720#M727072</guid>
      <dc:creator>Lakshman_1031</dc:creator>
      <dc:date>2020-02-27T07:10:43Z</dc:date>
    </item>
  </channel>
</rss>

