<?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: Calculate % in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculate/m-p/17041#M2833</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Villyee, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A quick question, are you looking to calculate the % within script&amp;nbsp; or front end?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 May 2018 14:56:44 GMT</pubDate>
    <dc:creator>adityaakshaya</dc:creator>
    <dc:date>2018-05-10T14:56:44Z</dc:date>
    <item>
      <title>Calculate %</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate/m-p/17040#M2832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have below formatted data and i want to percentage that are based on year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="%.JPG" class="jive-image image-1" src="/legacyfs/online/202109_%.JPG" style="height: auto;" /&gt; &lt;/P&gt;&lt;P&gt;Example - ProductA contribution in 2016 is 20 and percentage of contribution would be 33.33 % for that year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Villyee.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 14:43:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate/m-p/17040#M2832</guid>
      <dc:creator>vanderson009</dc:creator>
      <dc:date>2018-05-10T14:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate %</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate/m-p/17041#M2833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Villyee, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A quick question, are you looking to calculate the % within script&amp;nbsp; or front end?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 14:56:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate/m-p/17041#M2833</guid>
      <dc:creator>adityaakshaya</dc:creator>
      <dc:date>2018-05-10T14:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate %</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate/m-p/17042#M2834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying it at object level, means at front end lwvel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 15:09:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate/m-p/17042#M2834</guid>
      <dc:creator>vanderson009</dc:creator>
      <dc:date>2018-05-10T15:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate %</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate/m-p/17043#M2835</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;Try with Sum(Sales)/Sum(TOTAL&amp;lt;Year&amp;gt; Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saludos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 15:39:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate/m-p/17043#M2835</guid>
      <dc:creator>fvelascog72</dc:creator>
      <dc:date>2018-05-10T15:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate %</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate/m-p/17044#M2836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sum(Sales)/Sum(TOTAL&amp;lt;Year&amp;gt; Sales/100 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/202114_Screenshot.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 15:47:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate/m-p/17044#M2836</guid>
      <dc:creator>isingh30</dc:creator>
      <dc:date>2018-05-10T15:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate %</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate/m-p/17045#M2837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got following&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)/&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;but I'm missing rows&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Percent.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/202115_Percent.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunny &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ or others can help here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 15:59:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate/m-p/17045#M2837</guid>
      <dc:creator>vvira1316</dc:creator>
      <dc:date>2018-05-10T15:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate %</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate/m-p/17046#M2838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(Sales)/Aggr(&lt;SPAN style="color: #ff0000;"&gt;NODISTINCT&lt;/SPAN&gt; Sum({&amp;lt;Year&amp;gt;} Sales), Year)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 16:13:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate/m-p/17046#M2838</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-10T16:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate %</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate/m-p/17047#M2839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, that is correct. But the simple one mentioned by Ishtdeep will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was having challenge as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(Sales)/Sum( Total &lt;SPAN style="color: #ff0000;"&gt;{&lt;/SPAN&gt;&amp;lt;Year&amp;gt;&lt;SPAN style="color: #ff0000;"&gt;}&lt;/SPAN&gt; Sales) The curly braces for year were causing whole set sum. I didn't realize that curly braces for year were not required only angular were needed&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 16:20:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate/m-p/17047#M2839</guid>
      <dc:creator>vvira1316</dc:creator>
      <dc:date>2018-05-10T16:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate %</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate/m-p/17048#M2840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 16:22:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate/m-p/17048#M2840</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-10T16:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate %</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate/m-p/17049#M2841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually &lt;A href="https://community.qlik.com/people/fvelascog72"&gt;fvelascog72&lt;/A&gt;‌ was the first one to propose it and personally I would not multiply by 100 , but rather use number tab to show the expression as percentage&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 16:23:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate/m-p/17049#M2841</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-10T16:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate %</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate/m-p/17050#M2842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny for the feedback &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 16:38:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate/m-p/17050#M2842</guid>
      <dc:creator>isingh30</dc:creator>
      <dc:date>2018-05-10T16:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate %</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate/m-p/17051#M2843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you guys for your valuable inputs.All &lt;SPAN style="font-size: 10pt;"&gt;Credit goes to &lt;/SPAN&gt;&lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/fvelascog72"&gt;fvelascog72&lt;/A&gt;&lt;/STRONG&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 17:22:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate/m-p/17051#M2843</guid>
      <dc:creator>isingh30</dc:creator>
      <dc:date>2018-05-10T17:22:28Z</dc:date>
    </item>
  </channel>
</rss>

