<?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 sum based on dimension value in table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/sum-based-on-dimension-value-in-table/m-p/1434755#M431134</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello there,&lt;/P&gt;&lt;P&gt;in qlik sense i want sum of amount based on the dimension value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here's my query - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H5&gt;if(Reference=1 or Reference=2&amp;nbsp; or Reference=3,&lt;/H5&gt;&lt;H5&gt;sum(Amount) / sum({&amp;lt;Reference={'1','2','3'}&amp;gt;}Amount),0)&lt;/H5&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this i want sum of amount in table where reference value is either 1,2 or 3 and that sum to be divided by the amount where reference number is 1,2 and 3 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;required output:&lt;/P&gt;&lt;P&gt;ref&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(amount)&amp;nbsp;&amp;nbsp;&amp;nbsp; above expression&lt;/P&gt;&lt;P&gt;1&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; 10&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;&amp;nbsp; 10/60 = 0.16&lt;/P&gt;&lt;P&gt;2&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; 20&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;&amp;nbsp; 20/60 = 0.33&lt;/P&gt;&lt;P&gt;3&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; 30&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;&amp;nbsp; 30/60 = 0.5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rather the output is showing 1's and zero in that field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help with this..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Dec 2017 09:47:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-12-20T09:47:19Z</dc:date>
    <item>
      <title>sum based on dimension value in table</title>
      <link>https://community.qlik.com/t5/QlikView/sum-based-on-dimension-value-in-table/m-p/1434755#M431134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello there,&lt;/P&gt;&lt;P&gt;in qlik sense i want sum of amount based on the dimension value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here's my query - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H5&gt;if(Reference=1 or Reference=2&amp;nbsp; or Reference=3,&lt;/H5&gt;&lt;H5&gt;sum(Amount) / sum({&amp;lt;Reference={'1','2','3'}&amp;gt;}Amount),0)&lt;/H5&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this i want sum of amount in table where reference value is either 1,2 or 3 and that sum to be divided by the amount where reference number is 1,2 and 3 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;required output:&lt;/P&gt;&lt;P&gt;ref&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(amount)&amp;nbsp;&amp;nbsp;&amp;nbsp; above expression&lt;/P&gt;&lt;P&gt;1&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; 10&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;&amp;nbsp; 10/60 = 0.16&lt;/P&gt;&lt;P&gt;2&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; 20&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;&amp;nbsp; 20/60 = 0.33&lt;/P&gt;&lt;P&gt;3&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; 30&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;&amp;nbsp; 30/60 = 0.5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rather the output is showing 1's and zero in that field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help with this..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 09:47:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-based-on-dimension-value-in-table/m-p/1434755#M431134</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-20T09:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: sum based on dimension value in table</title>
      <link>https://community.qlik.com/t5/QlikView/sum-based-on-dimension-value-in-table/m-p/1434756#M431135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this? and play Number format like yours&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(amount)/Sum(TOTAL amount)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 09:49:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-based-on-dimension-value-in-table/m-p/1434756#M431135</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-20T09:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: sum based on dimension value in table</title>
      <link>https://community.qlik.com/t5/QlikView/sum-based-on-dimension-value-in-table/m-p/1434757#M431136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but thats not the whole table , i forget to mention there are other reference numbers as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H5 style="font-size: 14px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(Reference=1 or Reference=2&amp;nbsp; or Reference=3,&lt;/H5&gt;&lt;H5 style="font-size: 14px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(Amount) / sum({&amp;lt;Reference={'1','2','3'}&amp;gt;}Amount),&lt;/H5&gt;&lt;H5 style="font-size: 14px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(Reference=5 or Reference=6&amp;nbsp; or Reference=7,&lt;/H5&gt;&lt;H5 style="font-size: 14px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(Amount) / sum({&amp;lt;Reference={'5','6','7'}&amp;gt;}Amount), &lt;IMG alt="setttttt.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/187673_setttttt.PNG" style="height: auto;" /&gt;.....&lt;/H5&gt;&lt;P&gt;)&lt;/P&gt;&lt;H5 style="font-size: 14px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/H5&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 09:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-based-on-dimension-value-in-table/m-p/1434757#M431136</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-20T09:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: sum based on dimension value in table</title>
      <link>https://community.qlik.com/t5/QlikView/sum-based-on-dimension-value-in-table/m-p/1434758#M431137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;even , Possible&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(amount)/Sum({&amp;lt;ref = {1,2,3&amp;gt;} TOTAL amount)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 10:01:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-based-on-dimension-value-in-table/m-p/1434758#M431137</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-20T10:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: sum based on dimension value in table</title>
      <link>https://community.qlik.com/t5/QlikView/sum-based-on-dimension-value-in-table/m-p/1434759#M431138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and i can use if condition???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 10:10:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-based-on-dimension-value-in-table/m-p/1434759#M431138</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-20T10:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: sum based on dimension value in table</title>
      <link>https://community.qlik.com/t5/QlikView/sum-based-on-dimension-value-in-table/m-p/1434760#M431139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are expecting from your expression? Do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H5 style="font-size: 14px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(Reference=1 or Reference=2&amp;nbsp; or Reference=3,&lt;/H5&gt;&lt;H5 style="font-size: 14px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(Amount) / sum({&amp;lt;Reference={'1','2','3'}&amp;gt;} &lt;SPAN style="color: #ff0000;"&gt;TOTAL&lt;/SPAN&gt; Amount),&lt;/H5&gt;&lt;H5 style="font-size: 14px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(Reference=5 or Reference=6&amp;nbsp; or Reference=7,&lt;/H5&gt;&lt;H5 style="font-size: 14px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(Amount) / sum({&amp;lt;Reference={'5','6','7'}&amp;gt;}Amount)&lt;/H5&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 10:12:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-based-on-dimension-value-in-table/m-p/1434760#M431139</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-20T10:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: sum based on dimension value in table</title>
      <link>https://community.qlik.com/t5/QlikView/sum-based-on-dimension-value-in-table/m-p/1434761#M431140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i did as u suggested but its not showing correct answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 10:21:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-based-on-dimension-value-in-table/m-p/1434761#M431140</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-20T10:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: sum based on dimension value in table</title>
      <link>https://community.qlik.com/t5/QlikView/sum-based-on-dimension-value-in-table/m-p/1434762#M431141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you show image after applied this? And let me know the result set you want to see from provided image&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 10:37:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-based-on-dimension-value-in-table/m-p/1434762#M431141</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-20T10:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: sum based on dimension value in table</title>
      <link>https://community.qlik.com/t5/QlikView/sum-based-on-dimension-value-in-table/m-p/1434763#M431142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;% change 2018 is where i used your expression - &lt;/P&gt;&lt;P&gt;this is what i'm getting instead of &lt;/P&gt;&lt;P&gt;71% for ref 1&lt;/P&gt;&lt;P&gt;6% for ref 2&lt;/P&gt;&lt;P&gt;and 23% for ref 3&lt;/P&gt;&lt;P&gt;&lt;IMG alt="setttttt.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/187686_setttttt.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 10:54:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-based-on-dimension-value-in-table/m-p/1434763#M431142</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-20T10:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: sum based on dimension value in table</title>
      <link>https://community.qlik.com/t5/QlikView/sum-based-on-dimension-value-in-table/m-p/1434764#M431143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/187694_Capture.PNG" style="height: 173px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anil's solution should work. Check that you have copied it correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Azam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 11:39:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-based-on-dimension-value-in-table/m-p/1434764#M431143</guid>
      <dc:creator>a_mullick</dc:creator>
      <dc:date>2017-12-20T11:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: sum based on dimension value in table</title>
      <link>https://community.qlik.com/t5/QlikView/sum-based-on-dimension-value-in-table/m-p/1434765#M431144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i did exactly what he suggested but its not showing those figures and even i tried your expression too&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is what i wrote in that measure: &lt;/P&gt;&lt;P&gt;if(Reference=1 OR Reference=2 OR Reference=3,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; sum(Amount) / sum({&amp;lt;Reference={'1','2','3'}&amp;gt;} TOTAL Amount),&lt;/P&gt;&lt;P&gt;if(Reference=5 OR Reference=6 OR Reference=7,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(Amount) / sum({&amp;lt;Reference={'5','6','7'}&amp;gt;} TOTAL Amount)&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 11:51:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-based-on-dimension-value-in-table/m-p/1434765#M431144</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-20T11:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: sum based on dimension value in table</title>
      <link>https://community.qlik.com/t5/QlikView/sum-based-on-dimension-value-in-table/m-p/1434766#M431145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not that it should make any difference, but I recommend making your expression a little simpler...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Amount)/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Match(Reference, 1, 2, 3), Sum({&amp;lt;Reference = {'1', '2', '3'}&amp;gt;} TOTAL Amount),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Match(Reference, 4, 5, 6), Sum({&amp;lt;Reference = {'4', '5', '6'}&amp;gt;} TOTAL Amount)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this still doesn't work, would you be able to share a qvf sample to show what you are doing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 12:45:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-based-on-dimension-value-in-table/m-p/1434766#M431145</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-20T12:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: sum based on dimension value in table</title>
      <link>https://community.qlik.com/t5/QlikView/sum-based-on-dimension-value-in-table/m-p/1434767#M431146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your question make sense now? Will you provide sample&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 13:19:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-based-on-dimension-value-in-table/m-p/1434767#M431146</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-20T13:19:09Z</dc:date>
    </item>
  </channel>
</rss>

