<?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: Re: Ratio between two dimensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ratio-between-two-dimensions/m-p/619683#M477397</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Dariusz!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Apr 2014 07:08:45 GMT</pubDate>
    <dc:creator>mys-elf</dc:creator>
    <dc:date>2014-04-28T07:08:45Z</dc:date>
    <item>
      <title>Ratio between two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Ratio-between-two-dimensions/m-p/619678#M477392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to generate a matrix which shows me the ratio between two dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First I calculate the revenue by a set analysis. This revenue belongs to the selling profitcenter and also to the profitcenter where the buying customer is allocated.&lt;/P&gt;&lt;P&gt;Every customer is allowed to buy in every profitcenter he wants to and I want to see the ratio between the allocation and the actual distribution of revenues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's esy to calculate absolute values (picture/left) but I got some trouble in finding a working formula for the ratio between those two dimensions (picture/right). I think it has to be the AGGR-function but I don't know how to use it the right way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 09:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ratio-between-two-dimensions/m-p/619678#M477392</guid>
      <dc:creator>mys-elf</dc:creator>
      <dc:date>2014-04-25T09:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Ratio between two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Ratio-between-two-dimensions/m-p/619679#M477393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Generally you want something like sum(Value)/sum(TOTAL Value). Since you didn't post any information about your expression other then that there's an aggr in it somewhere I can't give you a better answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 11:50:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ratio-between-two-dimensions/m-p/619679#M477393</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-04-25T11:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Ratio between two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Ratio-between-two-dimensions/m-p/619680#M477394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, that's my formula for the absolut value:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;t.stat.type={2}&amp;gt;}t.stat.revenue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I want something like for the ratio between two dimensions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;t.stat.type={2}&amp;gt;}t.stat.revenue) -- 'dimension a'&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;t.stat.type={2}&amp;gt;}t.stat.revenue) -- 'dimension b'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 12:14:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ratio-between-two-dimensions/m-p/619680#M477394</guid>
      <dc:creator>mys-elf</dc:creator>
      <dc:date>2014-04-25T12:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Ratio between two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Ratio-between-two-dimensions/m-p/619681#M477395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case you can use functions like above/below&amp;nbsp; see in the help how use it them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 12:33:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ratio-between-two-dimensions/m-p/619681#M477395</guid>
      <dc:creator>jolivares</dc:creator>
      <dc:date>2014-04-25T12:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Ratio between two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Ratio-between-two-dimensions/m-p/619682#M477396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matthias,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i understand, that customer allocation and selling profitcenter are you two dimensions.&lt;/P&gt;&lt;P&gt;Look for my example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 12:59:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ratio-between-two-dimensions/m-p/619682#M477396</guid>
      <dc:creator />
      <dc:date>2014-04-25T12:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Ratio between two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Ratio-between-two-dimensions/m-p/619683#M477397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Dariusz!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 07:08:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ratio-between-two-dimensions/m-p/619683#M477397</guid>
      <dc:creator>mys-elf</dc:creator>
      <dc:date>2014-04-28T07:08:45Z</dc:date>
    </item>
  </channel>
</rss>

