<?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: Getting a Percent of Total in Bar Graph in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getting-a-Percent-of-Total-in-Bar-Graph/m-p/419706#M560987</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the feedback. That doesn't solve it because it is showing the percent across all point on the graph. I need it to show the % of total based on EACH locations total.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Apr 2013 18:22:21 GMT</pubDate>
    <dc:creator>zagzebski</dc:creator>
    <dc:date>2013-04-03T18:22:21Z</dc:date>
    <item>
      <title>Getting a Percent of Total in Bar Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-a-Percent-of-Total-in-Bar-Graph/m-p/419704#M560985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to do the following in a bar graph:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have 2 locations and I need to be able to have products on the X-Axis. Each Product will have two bars (one for each location). However the bar for that location will represent only the % of total for that specific location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Location A total sales = 1,000&lt;/P&gt;&lt;P&gt;Location B total sales = 500&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Product A sales for location A = 200&lt;/P&gt;&lt;P&gt;Product A sales for location B = 50&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So from the example above:&lt;/P&gt;&lt;P&gt;The bar for location A / Product A would = 200/1000 or 20% for that particular bar&lt;/P&gt;&lt;P&gt;The bar for location B / Product A would = 50/500 or 10% for that particular bar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would the set analysis work to get sales for a product/ocation dividied by total sales for a location/ all products.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 17:55:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-a-Percent-of-Total-in-Bar-Graph/m-p/419704#M560985</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2013-04-03T17:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a Percent of Total in Bar Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-a-Percent-of-Total-in-Bar-Graph/m-p/419705#M560986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right click on the chart &amp;gt; Properties &amp;gt; Number &amp;gt; Select 'Integer' and then select the 'Show in Percent (%)' checkbox. This should solve the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 17:58:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-a-Percent-of-Total-in-Bar-Graph/m-p/419705#M560986</guid>
      <dc:creator />
      <dc:date>2013-04-03T17:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a Percent of Total in Bar Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-a-Percent-of-Total-in-Bar-Graph/m-p/419706#M560987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the feedback. That doesn't solve it because it is showing the percent across all point on the graph. I need it to show the % of total based on EACH locations total.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 18:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-a-Percent-of-Total-in-Bar-Graph/m-p/419706#M560987</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2013-04-03T18:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a Percent of Total in Bar Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-a-Percent-of-Total-in-Bar-Graph/m-p/419707#M560988</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Create a bar chart with dimension as product. and expression as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum(Sales)/ sum (total &amp;lt;Location&amp;gt; Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 19:04:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-a-Percent-of-Total-in-Bar-Graph/m-p/419707#M560988</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-04-03T19:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a Percent of Total in Bar Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-a-Percent-of-Total-in-Bar-Graph/m-p/419708#M560989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, My bad, I did not get the question right. You can use the 'Relative' checkbox under Expressions tab under Chart properties and see if this works. There is also a 'TOTAL' qualifier that can be used. Let me know if this could solve your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 19:18:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-a-Percent-of-Total-in-Bar-Graph/m-p/419708#M560989</guid>
      <dc:creator />
      <dc:date>2013-04-03T19:18:01Z</dc:date>
    </item>
  </channel>
</rss>

