<?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 percent by  dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculate-percent-by-dimension/m-p/1723723#M451928</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;can you try something like below:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Script:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;LOAD Dimension, &lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Value&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;[&lt;A href="https://community.qlik.com/t5/QlikView-App-Development/Calculate-percent-by-dimension/td-p/1723712" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Development/Calculate-percent-by-dimension/td-p/1723712&lt;/A&gt;]&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;(html, utf8, UserAgent is 'Mozilla/5.0', embedded labels, table is @1);&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;LOAD * Inline&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Dimension&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;D3&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;D5&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;D7&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Expression:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;=IF(Dimension='D3',((Sum({&amp;lt;Dimension = {'D2'}&amp;gt;}TOTAL Value))*20/100),&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;IF(Dimension='D5',((Sum({&amp;lt;Dimension = {'D4'}&amp;gt;}TOTAL Value))*40/100),&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IF(Dimension='D7',((Sum({&amp;lt;Dimension = {'D6'}&amp;gt;}TOTAL Value))*20/100),&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sum(Value))))&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mdmukramali_0-1593554122508.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/36620iD165146BFB5066BE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mdmukramali_0-1593554122508.png" alt="mdmukramali_0-1593554122508.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mohammed Mukram&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jun 2020 21:55:45 GMT</pubDate>
    <dc:creator>mdmukramali</dc:creator>
    <dc:date>2020-06-30T21:55:45Z</dc:date>
    <item>
      <title>Calculate percent by  dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-percent-by-dimension/m-p/1723712#M451927</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a table that stores some dimension codes and their values:&lt;/P&gt;&lt;TABLE width="109"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="69"&gt;Dimension&lt;/TD&gt;&lt;TD width="40"&gt;Value&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;D1&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;D1&lt;/TD&gt;&lt;TD&gt;90&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;D2&lt;/TD&gt;&lt;TD&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;D4&lt;/TD&gt;&lt;TD&gt;35&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;D4&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;D6&lt;/TD&gt;&lt;TD&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and another table that stores their names.&lt;/P&gt;&lt;P&gt;I need a&amp;nbsp; table with their sum but I also have to insert other dimensions that represent some percents based on the existing ones, like D3, D5, D7.&lt;/P&gt;&lt;TABLE border="0" width="192" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="64" height="19"&gt;Dimension&lt;/TD&gt;&lt;TD width="64"&gt;Name&lt;/TD&gt;&lt;TD width="64"&gt;Value&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;D1&lt;/TD&gt;&lt;TD&gt;Total&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;D2&lt;/TD&gt;&lt;TD&gt;Dim 2&lt;/TD&gt;&lt;TD&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;&lt;FONT color="#00FF00"&gt;&lt;STRONG&gt;D3&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#00FF00"&gt;&lt;STRONG&gt;Dim 2 %&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#00FF00"&gt;&lt;STRONG&gt;20%&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;D4&lt;/TD&gt;&lt;TD&gt;Dim 4&lt;/TD&gt;&lt;TD&gt;40&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;&lt;FONT color="#00FF00"&gt;&lt;STRONG&gt;D5&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#00FF00"&gt;&lt;STRONG&gt;Dim 4 %&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#00FF00"&gt;&lt;STRONG&gt;40%&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;D6&lt;/TD&gt;&lt;TD&gt;Dim 6&lt;/TD&gt;&lt;TD&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;&lt;FONT color="#00FF00"&gt;&lt;STRONG&gt;D7&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#00FF00"&gt;&lt;STRONG&gt;Dim 6 %&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#00FF00"&gt;&lt;STRONG&gt;20%&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to make a pivot table with the following expression:&lt;/P&gt;&lt;P&gt;=if(Match(Dimension,'D3'),num(sum({&amp;lt;Dimension={'D2'}&amp;gt;}Value)/sum({&amp;lt;Dimension={'D1'}&amp;gt;}Value),'#.##0%',',','.'),&lt;/P&gt;&lt;P&gt;if(Match(Dimension,'D5'),num(sum({&amp;lt;Dimension={'D4'}&amp;gt;}Value)/sum({&amp;lt;Dimension={'D1'}&amp;gt;}Value),'#.##0%',',','.'),&lt;/P&gt;&lt;P&gt;f(Match(Dimension,'D7'),num(sum({&amp;lt;Dimension={'D6'}&amp;gt;}Value)/sum({&amp;lt;Dimension={'D1'}&amp;gt;}Value),'#.##0%',',','.'),&lt;/P&gt;&lt;P&gt;,num(sum(Value),'#.##0',',','.'))))&lt;/P&gt;&lt;P&gt;but this isn't working.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you help me find a better solution for my problem?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:23:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-percent-by-dimension/m-p/1723712#M451927</guid>
      <dc:creator>simonagheo</dc:creator>
      <dc:date>2024-11-16T00:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate percent by  dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-percent-by-dimension/m-p/1723723#M451928</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;can you try something like below:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Script:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;LOAD Dimension, &lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Value&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;[&lt;A href="https://community.qlik.com/t5/QlikView-App-Development/Calculate-percent-by-dimension/td-p/1723712" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Development/Calculate-percent-by-dimension/td-p/1723712&lt;/A&gt;]&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;(html, utf8, UserAgent is 'Mozilla/5.0', embedded labels, table is @1);&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;LOAD * Inline&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Dimension&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;D3&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;D5&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;D7&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Expression:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;=IF(Dimension='D3',((Sum({&amp;lt;Dimension = {'D2'}&amp;gt;}TOTAL Value))*20/100),&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;IF(Dimension='D5',((Sum({&amp;lt;Dimension = {'D4'}&amp;gt;}TOTAL Value))*40/100),&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IF(Dimension='D7',((Sum({&amp;lt;Dimension = {'D6'}&amp;gt;}TOTAL Value))*20/100),&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sum(Value))))&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mdmukramali_0-1593554122508.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/36620iD165146BFB5066BE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mdmukramali_0-1593554122508.png" alt="mdmukramali_0-1593554122508.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mohammed Mukram&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 21:55:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-percent-by-dimension/m-p/1723723#M451928</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2020-06-30T21:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate percent by  dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-percent-by-dimension/m-p/1723752#M451929</link>
      <description>&lt;P&gt;Why there is no % Row for D1? Why are you skipping D1?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 01:45:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-percent-by-dimension/m-p/1723752#M451929</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-07-01T01:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate percent by  dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-percent-by-dimension/m-p/1723816#M451932</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/894"&gt;@Saravanan_Desingh&lt;/a&gt;&amp;nbsp;&amp;nbsp;Because for some dimensions that percent doesn't make any sense and for others the formula is changhing. I also have D10 and D11 with data, and D12 should be calculated as D11/D10, D14=D13/D10 and so on..&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 10:38:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-percent-by-dimension/m-p/1723816#M451932</guid>
      <dc:creator>simonagheo</dc:creator>
      <dc:date>2020-07-01T10:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate percent by  dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-percent-by-dimension/m-p/1723923#M451937</link>
      <description>&lt;P&gt;Thank you, &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/7610"&gt;@mdmukramali&lt;/a&gt;&amp;nbsp;! It works when nothing is selected, but when I select an year or a month, the percents disappear. I tried to use aggr function to fix it, but I can't figure out how to use it.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 10:36:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-percent-by-dimension/m-p/1723923#M451937</guid>
      <dc:creator>simonagheo</dc:creator>
      <dc:date>2020-07-01T10:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate percent by  dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-percent-by-dimension/m-p/1723925#M451938</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5347"&gt;@simonagheo&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;can you upload sample data file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 10:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-percent-by-dimension/m-p/1723925#M451938</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2020-07-01T10:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate percent by  dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-percent-by-dimension/m-p/1724263#M451959</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/7610"&gt;@mdmukramali&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;I attached the sample.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2020 01:07:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-percent-by-dimension/m-p/1724263#M451959</guid>
      <dc:creator>simonagheo</dc:creator>
      <dc:date>2020-07-02T01:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate percent by  dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-percent-by-dimension/m-p/1724271#M451960</link>
      <description>&lt;P&gt;One solution in the Script.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;tab1:
LOAD * INLINE [
    Dimension, Value
    D1, 10
    D1, 90
    D2, 20
    D4, 35
    D4, 5
    D6, 20
];

Left Join(tab1)
LOAD Dimension, Sum(Value) As SumValue
Resident tab1
Group By Dimension;

Outer Join(tab1)

tab2:
LOAD * INLINE [
    Dimension, Name
    D1, Total
    D2, Dim 2
    D3, Dim 2 %
    D4, Dim 4
    D5, Dim 4 %
    D6, Dim 6
    D7, Dim 6 %
];

Mapper:
Mapping
LOAD Distinct Name, SumValue
Resident tab1
Where Not IsNull(SumValue)
;

Result:
LOAD DISTINCT Dimension, Name, MapSubString('Mapper',Name) As Result
Resident tab1;

Drop Field Value;
Drop Table tab1;&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 02 Jul 2020 03:08:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-percent-by-dimension/m-p/1724271#M451960</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-07-02T03:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate percent by  dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-percent-by-dimension/m-p/1724273#M451961</link>
      <description>&lt;P&gt;Output.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="commQV10.PNG" style="width: 157px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/36785i63C0B08424C73D95/image-size/large?v=v2&amp;amp;px=999" role="button" title="commQV10.PNG" alt="commQV10.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2020 03:09:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-percent-by-dimension/m-p/1724273#M451961</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-07-02T03:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate percent by  dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-percent-by-dimension/m-p/1728075#M452126</link>
      <description>&lt;P&gt;Did Saran's last post get you a working solution, if so, we would appreciate it if you would close out the thread by using the Accept as Solution button on his post, which will give him credit for the help and let other Community Members know that worked.&amp;nbsp; If you did something else, you can post what you did and use the button to mark that post, and if you are still trying to figure things out, leave an update with what you still need.&lt;/P&gt;&lt;P&gt;You can check out the following area of Community too, lots of how-to related posts there with examples and stuff:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 14:19:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-percent-by-dimension/m-p/1728075#M452126</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-07-15T14:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate percent by  dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-percent-by-dimension/m-p/1773669#M454735</link>
      <description>&lt;P&gt;No, it is not the solution I needed. I didn't solve the problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 11:05:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-percent-by-dimension/m-p/1773669#M454735</guid>
      <dc:creator>simonagheo</dc:creator>
      <dc:date>2021-01-12T11:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate percent by  dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-percent-by-dimension/m-p/1773672#M454736</link>
      <description>&lt;P&gt;Thank you, but it is not the solution I needed, because D3 should be D2/D1, so, when&lt;/P&gt;&lt;P&gt;D1=80,&lt;/P&gt;&lt;P&gt;D2=20,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;D3 should be D2/D1=20/80=25%&lt;/STRONG&gt;, and your solution calculates D3 as 20%.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="simonagheo_0-1610449836073.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/46811iA22056C0AC7042EA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="simonagheo_0-1610449836073.png" alt="simonagheo_0-1610449836073.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 11:09:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-percent-by-dimension/m-p/1773672#M454736</guid>
      <dc:creator>simonagheo</dc:creator>
      <dc:date>2021-01-12T11:09:37Z</dc:date>
    </item>
  </channel>
</rss>

