<?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 Show Sum of rows in another column in set analysis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Show-Sum-of-rows-in-another-column-in-set-analysis/m-p/1688811#M52565</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Can you please help me on this.Please find the attached file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here i want to show sum of conversion % in another row.&amp;nbsp;&lt;/P&gt;&lt;P&gt;sum&amp;nbsp; of conversion % expression would be like this: (Sum (T_Count)/ Sum(C_Count)*100).&lt;/P&gt;&lt;P&gt;I want to show this "SUM of Conversion%" in other row which is 50.80.How can I achieve this?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 02:50:54 GMT</pubDate>
    <dc:creator>rkpatelqlikview</dc:creator>
    <dc:date>2024-11-16T02:50:54Z</dc:date>
    <item>
      <title>Show Sum of rows in another column in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Sum-of-rows-in-another-column-in-set-analysis/m-p/1688811#M52565</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Can you please help me on this.Please find the attached file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here i want to show sum of conversion % in another row.&amp;nbsp;&lt;/P&gt;&lt;P&gt;sum&amp;nbsp; of conversion % expression would be like this: (Sum (T_Count)/ Sum(C_Count)*100).&lt;/P&gt;&lt;P&gt;I want to show this "SUM of Conversion%" in other row which is 50.80.How can I achieve this?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:50:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Sum-of-rows-in-another-column-in-set-analysis/m-p/1688811#M52565</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2024-11-16T02:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Show Sum of rows in another column in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Sum-of-rows-in-another-column-in-set-analysis/m-p/1688819#M52566</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;it's not about set analysis&amp;nbsp;&lt;/P&gt;&lt;P&gt;it's about aggregations&lt;/P&gt;&lt;P&gt;use this formula&amp;nbsp;sum(aggr(sum(C_Count)/sum(T_Count),&lt;STRONG&gt;T_Count&lt;/STRONG&gt;))&lt;/P&gt;&lt;P&gt;but instead of the bold &lt;STRONG&gt;T_Count&amp;nbsp;&lt;/STRONG&gt;put your dimension&lt;/P&gt;</description>
      <pubDate>Sun, 29 Mar 2020 19:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Sum-of-rows-in-another-column-in-set-analysis/m-p/1688819#M52566</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2020-03-29T19:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Show Sum of rows in another column in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Sum-of-rows-in-another-column-in-set-analysis/m-p/1688841#M52567</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thanks for responding Lironbaram,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I added the same but giving same value. &lt;STRONG&gt;9.38.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The below calculation is for conversion %.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Numerator value is : 32&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Denominator value is: 341&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Which gives&amp;nbsp; (32/341)*100 = 9.38. which is correct. But the sum of all the values it will be 75.27. I want to see this 75.27 in another column instead of showing&amp;nbsp; 9.38.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Then finally i can calculate the score. individual value / total value *100.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ex: (19.64/75.27) * 100 = Score.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="conversion.JPG" style="width: 452px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/30843iCA0B3A545CE918FF/image-size/large?v=v2&amp;amp;px=999" role="button" title="conversion.JPG" alt="conversion.JPG" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;I tried to get the sum 75.27, but giving 9.38 with below expression.&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;((Count(Total distinct {&amp;lt;[Sales] = {"&amp;gt;0"},&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Reg Date]={"&amp;gt;=$(=Date(Today()-91,'DD/MM/YYYY'))"},&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;} [Cust Name])&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;(( (Count( TOTAL distinct {&amp;lt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Tour Date]={"&amp;gt;=$(=Date(Today()-91,'M/DD/YYYY'))"}, [Reg Date]=,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MonthYear=&amp;gt;} [Tour])&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;+&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Count(&amp;nbsp; TOTAL distinct {&amp;lt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[TDate]={"&amp;gt;=$(=Date(Today()-91,'M/DD/YYYY'))"}, [Reg Date]=,[H_Name]={'Raara','Anan'},&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MonthYear=&amp;gt;} [Tour])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Count( TOTAL distinct {&amp;lt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[TDate]={"&amp;gt;=$(=Date(Today()-91,'M/DD/YYYY'))"}, [Reg Date]=,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MonthYear=&amp;gt;} [Tour])&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;+&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Count(TOTAL&amp;nbsp; distinct {&amp;lt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; [TDate]={"&amp;gt;=$(=Date(Today()-91,'M/DD/YYYY'))"}, [Reg Date]=,[HName]={'Raara','Anan'},&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; MonthYear=&amp;gt;} [Tour])))))*100&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 07:56:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Sum-of-rows-in-another-column-in-set-analysis/m-p/1688841#M52567</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2020-03-30T07:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Show Sum of rows in another column in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Sum-of-rows-in-another-column-in-set-analysis/m-p/1689299#M52609</link>
      <description>&lt;P&gt;Thanks for your respond Lironbaram,&lt;/P&gt;&lt;P&gt;Yes. Same approach i implemented in expression. But my expression like below.&amp;nbsp; Here i want see 75.27 which is sum of all rows. Instead of showing 9.38 which is (32/341) *100, I want to show sum of all the rows in conversion% column.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="conversion.JPG" style="width: 452px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/30968i040314A4DA42E732/image-size/large?v=v2&amp;amp;px=999" role="button" title="conversion.JPG" alt="conversion.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here is my expression.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sum( Aggr((Count(Total distinct {&amp;lt;[Sales] = {"&amp;gt;0"},&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Date]={"&amp;gt;=$(=Date(Today()-91,'DD/MM/YYYY'))"}&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;} [C_Count])&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(( (Count(Total distinct {&amp;lt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Name]-={'ADas','Test','test'},&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Date]={"&amp;gt;=$(=Date(Today()-91,'M/DD/YYYY'))"},&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MonthYear=&amp;gt;} [T_Count])&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;+&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Count(Total&amp;nbsp; distinct {&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;Particulars={"*"},&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Dup]={'false'},&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Date]={"&amp;gt;=$(=Date(Today()-91,'M/DD/YYYY'))"},&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MonthYear=&amp;gt;} [T_count]))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*100, Name1, Name2))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2020 06:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Sum-of-rows-in-another-column-in-set-analysis/m-p/1689299#M52609</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2020-03-31T06:58:13Z</dc:date>
    </item>
  </channel>
</rss>

