<?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: Contribution % in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Contribution/m-p/1855810#M1215867</link>
    <description>&lt;P&gt;Hi Ruben. I got the answer. Thank you for your help:)&lt;/P&gt;</description>
    <pubDate>Fri, 05 Nov 2021 01:53:18 GMT</pubDate>
    <dc:creator>Lalita_Rai</dc:creator>
    <dc:date>2021-11-05T01:53:18Z</dc:date>
    <item>
      <title>Contribution %</title>
      <link>https://community.qlik.com/t5/QlikView/Contribution/m-p/1854939#M1215836</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;How do I do this?&lt;/P&gt;
&lt;P&gt;The question given&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;(show contribution % to sales of each Employee in the dept&amp;nbsp;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you so much.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;&lt;BR /&gt;DeptID, Employee, Price, Quantity&lt;BR /&gt;101, Tom, 10, 1&lt;BR /&gt;101, Sara, 100, 2&lt;BR /&gt;101, Maya, 350, 7&lt;BR /&gt;102, Carl, 450, 4&lt;BR /&gt;102, Martha, 560, 6&lt;BR /&gt;103, Layra, 450, 7&lt;BR /&gt;103, Ten, 320, 4&lt;BR /&gt;103, Mark, 560,3 &lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 04:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Contribution/m-p/1854939#M1215836</guid>
      <dc:creator>Lalita_Rai</dc:creator>
      <dc:date>2021-11-03T04:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Contribution %</title>
      <link>https://community.qlik.com/t5/QlikView/Contribution/m-p/1855374#M1215847</link>
      <description>&lt;P&gt;Hi, if you have a table with DeptID and Employee as dimensions you can use this expression:&lt;/P&gt;
&lt;P&gt;Sum(Price*Quantity)/Sum(TOTAL &amp;lt;DeptID&amp;gt; Price*Quantity)&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 07:11:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Contribution/m-p/1855374#M1215847</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2021-11-04T07:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Contribution %</title>
      <link>https://community.qlik.com/t5/QlikView/Contribution/m-p/1855799#M1215864</link>
      <description>&lt;P&gt;Thank you Ruben.&lt;/P&gt;
&lt;P&gt;But I am not getting it in percent.&lt;/P&gt;
&lt;P&gt;Below is the outcome I am suppose to get.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/65977i571BE96A84A7EA09/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; Many Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 01:12:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Contribution/m-p/1855799#M1215864</guid>
      <dc:creator>Lalita_Rai</dc:creator>
      <dc:date>2021-11-05T01:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Contribution %</title>
      <link>https://community.qlik.com/t5/QlikView/Contribution/m-p/1855805#M1215865</link>
      <description>&lt;P&gt;Just go to Number tab of Straight table and format fixed to 1 decimal place and tick the box show in percent%&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 01:41:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Contribution/m-p/1855805#M1215865</guid>
      <dc:creator>Lisa_P</dc:creator>
      <dc:date>2021-11-05T01:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Contribution %</title>
      <link>https://community.qlik.com/t5/QlikView/Contribution/m-p/1855809#M1215866</link>
      <description>&lt;P&gt;Got it .Thank you so much!&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 01:52:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Contribution/m-p/1855809#M1215866</guid>
      <dc:creator>Lalita_Rai</dc:creator>
      <dc:date>2021-11-05T01:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Contribution %</title>
      <link>https://community.qlik.com/t5/QlikView/Contribution/m-p/1855810#M1215867</link>
      <description>&lt;P&gt;Hi Ruben. I got the answer. Thank you for your help:)&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 01:53:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Contribution/m-p/1855810#M1215867</guid>
      <dc:creator>Lalita_Rai</dc:creator>
      <dc:date>2021-11-05T01:53:18Z</dc:date>
    </item>
  </channel>
</rss>

