<?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: Hi Friends how to do sum of two rows as a single in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hi-Friends-how-to-do-sum-of-two-rows-as-a-single/m-p/775196#M274871</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Srikanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope, you are looking for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum (Alt(Group1, '-', 0)) + Sum (Alt(NA, '-', 0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression set value "0" when it finds "-".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly find attached "AddDashValues.qvw" for clear understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jan 2015 05:01:10 GMT</pubDate>
    <dc:creator>engishfaque</dc:creator>
    <dc:date>2015-01-28T05:01:10Z</dc:date>
    <item>
      <title>Hi Friends how to do sum of two rows as a single</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-Friends-how-to-do-sum-of-two-rows-as-a-single/m-p/775193#M274868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends Need help in adding below two rows into single row . In excel we have Group (sum of N/A and (blank) rows) value and we need to have the same format in qlikview . Can you please help on how can we show only Group in qlikview (sum of two rows (N/A and (blank))) .&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/76380_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;In QlikView is there any way to combine N/A and - rows as Single row value&lt;/P&gt;&lt;P&gt;=if(QIik like ('N/A'),'Group1',QIik)&lt;/P&gt;&lt;P&gt; =if(QIik like ('N/A') or '-','Group1',QIik)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2015 17:49:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-Friends-how-to-do-sum-of-two-rows-as-a-single/m-p/775193#M274868</guid>
      <dc:creator />
      <dc:date>2015-01-27T17:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Friends how to do sum of two rows as a single</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-Friends-how-to-do-sum-of-two-rows-as-a-single/m-p/775194#M274869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use RangeSum to add two columns in script. I don't really understand the if conditions you have here, but if you have a sample data I can probably create a sample qvw file for you to view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2015 17:58:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-Friends-how-to-do-sum-of-two-rows-as-a-single/m-p/775194#M274869</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-01-27T17:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Friends how to do sum of two rows as a single</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-Friends-how-to-do-sum-of-two-rows-as-a-single/m-p/775195#M274870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are your dashes in fact nulls? So (including them being dashes) if(Qlik='-' Or IsNull(Qlik),'Group1',Qlik)? (presuming left column is Qlik dimension).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2015 19:20:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-Friends-how-to-do-sum-of-two-rows-as-a-single/m-p/775195#M274870</guid>
      <dc:creator>chrismarlow</dc:creator>
      <dc:date>2015-01-27T19:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Friends how to do sum of two rows as a single</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-Friends-how-to-do-sum-of-two-rows-as-a-single/m-p/775196#M274871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Srikanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope, you are looking for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum (Alt(Group1, '-', 0)) + Sum (Alt(NA, '-', 0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression set value "0" when it finds "-".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly find attached "AddDashValues.qvw" for clear understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 05:01:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-Friends-how-to-do-sum-of-two-rows-as-a-single/m-p/775196#M274871</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2015-01-28T05:01:10Z</dc:date>
    </item>
  </channel>
</rss>

