<?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: Calculating % Mix for two separate categories within one dimension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Calculating-Mix-for-two-separate-categories-within-one-dimension/m-p/2021799#M84354</link>
    <description>&lt;P&gt;Hello, this didn't work for me. If it helps, here is an excel example of what I am needing.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lruffin76_1-1672843883761.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/97234i5898C05551FF5675/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lruffin76_1-1672843883761.png" alt="lruffin76_1-1672843883761.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jan 2023 14:51:53 GMT</pubDate>
    <dc:creator>lruffin76</dc:creator>
    <dc:date>2023-01-04T14:51:53Z</dc:date>
    <item>
      <title>Calculating % Mix for two separate categories within one dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Calculating-Mix-for-two-separate-categories-within-one-dimension/m-p/2021364#M84316</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am looking for help with a formula to calculate my % mix of RO Count (Measure) within two categories of one dimension. You will see in the screen shot that I have a dimension field that sorts vehicle makes into two categories, Luxury and Non-Luxury. I am wanting to calculate % mix of RO Count for each vehicle make within it's own category, not for the overall total.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lruffin76_0-1672759013068.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/97160iDE067B015AFAA16D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lruffin76_0-1672759013068.png" alt="lruffin76_0-1672759013068.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help is greatly apprecaited!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2023 15:17:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculating-Mix-for-two-separate-categories-within-one-dimension/m-p/2021364#M84316</guid>
      <dc:creator>lruffin76</dc:creator>
      <dc:date>2023-01-03T15:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating % Mix for two separate categories within one dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Calculating-Mix-for-two-separate-categories-within-one-dimension/m-p/2021603#M84328</link>
      <description>&lt;P&gt;You can can achieve that using the TOTAL Keyword in your aggregation function&lt;/P&gt;
&lt;P&gt;example&lt;/P&gt;
&lt;P&gt;=sum(Sales)/Sum(&lt;STRONG&gt;TOTAL &amp;lt;Department&amp;gt;&lt;/STRONG&gt; Sales)&lt;/P&gt;
&lt;P&gt;incase of multiple dimensions&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;=sum(Sales)/Sum(&lt;/SPAN&gt;&lt;STRONG&gt;TOTAL &amp;lt;Department,Store&amp;gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;Sales)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;refer&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/Examples%20of%20Aggregate%20Qualifiers.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/Examples%20of%20Aggregate%20Qualifiers.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 08:41:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculating-Mix-for-two-separate-categories-within-one-dimension/m-p/2021603#M84328</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2023-01-04T08:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating % Mix for two separate categories within one dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Calculating-Mix-for-two-separate-categories-within-one-dimension/m-p/2021799#M84354</link>
      <description>&lt;P&gt;Hello, this didn't work for me. If it helps, here is an excel example of what I am needing.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lruffin76_1-1672843883761.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/97234i5898C05551FF5675/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lruffin76_1-1672843883761.png" alt="lruffin76_1-1672843883761.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 14:51:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculating-Mix-for-two-separate-categories-within-one-dimension/m-p/2021799#M84354</guid>
      <dc:creator>lruffin76</dc:creator>
      <dc:date>2023-01-04T14:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating % Mix for two separate categories within one dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Calculating-Mix-for-two-separate-categories-within-one-dimension/m-p/2021831#M84363</link>
      <description>&lt;P&gt;You need to add Luxury/Non-Luxury as a dimension in you load script instead of having it as a calculated dimension in the table. Then you will be able to use the suggested solution, something like this:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;=count(RO)/Count(&lt;/SPAN&gt;&lt;STRONG&gt;TOTAL &amp;lt;YourNewDimension&amp;gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;RO)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 15:35:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculating-Mix-for-two-separate-categories-within-one-dimension/m-p/2021831#M84363</guid>
      <dc:creator>jbhappysocks</dc:creator>
      <dc:date>2023-01-04T15:35:27Z</dc:date>
    </item>
  </channel>
</rss>

