<?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 sales distribution in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculate-sales-distribution/m-p/1206105#M880630</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For More information regarding Aggregation Scope&lt;/P&gt;&lt;P&gt;Check this &lt;A href="https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/ChartFunctions/define-aggregation-scope.htm" title="https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/ChartFunctions/define-aggregation-scope.htm"&gt;https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/ChartFunctions/define-aggregation-scope.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Oct 2016 05:55:05 GMT</pubDate>
    <dc:creator>lakshmikandh</dc:creator>
    <dc:date>2016-10-07T05:55:05Z</dc:date>
    <item>
      <title>Calculate sales distribution</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-sales-distribution/m-p/1206103#M880628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a calculated field at load or master items measure that shows sales distribution by fiscal yr.&lt;/P&gt;&lt;P&gt;As the data spans multiple years this will need to be taken into account.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought it would be as simple as Sales Amount/Sum(Sales Amount) however this doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have implemented a master calendar that has a fiscal year field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;James&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/Calculate-sales-distribution/m-p/1206103#M880628</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate sales distribution</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-sales-distribution/m-p/1206104#M880629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to use Sum(Sales_Amount)/Sum(TOTAL Sales_Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Total keyword will do Sum at all level&lt;/P&gt;&lt;P&gt;In case you want to ignore a specific dimension (i.e) if you have Product,Region,Month as dimension&lt;/P&gt;&lt;P&gt;You want to ignore Product and do sum for all region and all months&lt;/P&gt;&lt;P&gt;you have to use like Sum(Sales_Amount)/Sum(Total Product Sales_Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 05:52:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-sales-distribution/m-p/1206104#M880629</guid>
      <dc:creator>lakshmikandh</dc:creator>
      <dc:date>2016-10-07T05:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate sales distribution</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-sales-distribution/m-p/1206105#M880630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For More information regarding Aggregation Scope&lt;/P&gt;&lt;P&gt;Check this &lt;A href="https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/ChartFunctions/define-aggregation-scope.htm" title="https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/ChartFunctions/define-aggregation-scope.htm"&gt;https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/ChartFunctions/define-aggregation-scope.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 05:55:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-sales-distribution/m-p/1206105#M880630</guid>
      <dc:creator>lakshmikandh</dc:creator>
      <dc:date>2016-10-07T05:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate sales distribution</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-sales-distribution/m-p/1206106#M880631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;What is your dimension in this case ?&lt;/P&gt;&lt;P&gt;Since you have master calendar implemented this should&amp;nbsp; be easy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ex:&lt;/P&gt;&lt;P&gt;Dimension: Year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expr:&lt;/P&gt;&lt;P&gt;Sum(Sales_Amount)/Sum(TOTAL Sales_Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 06:27:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-sales-distribution/m-p/1206106#M880631</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2016-10-07T06:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate sales distribution</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-sales-distribution/m-p/1206107#M880632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you require master calendar, Would you elaborate more. Try this&lt;/P&gt;&lt;P&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;STRONG&gt;[Sales Amount]/Sum([Sales Amount])&lt;/STRONG&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;OR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;[Sales Amount]/Sum(TOTAL [Sales Amount])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 07:09:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-sales-distribution/m-p/1206107#M880632</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-10-07T07:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate sales distribution</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-sales-distribution/m-p/1206108#M880633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Lakshmikandh...I have gone with the following;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(Sales_Amount])/Sum({1} Total [Sales_Amount])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 00:10:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-sales-distribution/m-p/1206108#M880633</guid>
      <dc:creator />
      <dc:date>2016-10-10T00:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate sales distribution</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-sales-distribution/m-p/1206109#M880634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi KC,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm aiming to use Financial/Fiscal Yr as the primary dimension, then slice &amp;amp; dice by multiple dimensions from there. I was able to get the distribution per Financial/Fiscal Yr but when using other dimensions the distribution remains @ 100%. I've attached a few screen shots to explain;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sales Distribution %&lt;/STRONG&gt; for 2016 is 78.7% (of Total Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QS-Dist1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140091_QS-Dist1.png" style="height: 181px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selecting a Business Unit, &lt;STRONG&gt;2016 FY Distribution&lt;/STRONG&gt; remains at 100%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QS-Dist2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/140092_QS-Dist2.png" style="height: 161px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;hope this makes sense&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 00:26:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-sales-distribution/m-p/1206109#M880634</guid>
      <dc:creator />
      <dc:date>2016-10-10T00:26:57Z</dc:date>
    </item>
  </channel>
</rss>

