<?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 Row total in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Row-total/m-p/199784#M58569</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I want to to calculate the row total as show in the picture. Please let me know how to do the same as shown in the picture.&lt;/P&gt;&lt;P&gt;i,e: 1+2+3+4 = 10 as total.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-2357_sourceID:2357" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Sep 2010 11:47:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-09-14T11:47:16Z</dc:date>
    <item>
      <title>Row total</title>
      <link>https://community.qlik.com/t5/QlikView/Row-total/m-p/199784#M58569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I want to to calculate the row total as show in the picture. Please let me know how to do the same as shown in the picture.&lt;/P&gt;&lt;P&gt;i,e: 1+2+3+4 = 10 as total.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-2357_sourceID:2357" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Sep 2010 11:47:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-total/m-p/199784#M58569</guid>
      <dc:creator />
      <dc:date>2010-09-14T11:47:16Z</dc:date>
    </item>
    <item>
      <title>Row total</title>
      <link>https://community.qlik.com/t5/QlikView/Row-total/m-p/199785#M58570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rikab,&lt;/P&gt;&lt;P&gt;Having A, B, C and D as expressions, you may create a new one with the following code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;"A" + "B" + "C" + "D"&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;EDIT: I use to enclose expression names in "[" and "]" instead of double quotes but they are rendered as icons in the post.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Sep 2010 11:57:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-total/m-p/199785#M58570</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-09-14T11:57:49Z</dc:date>
    </item>
    <item>
      <title>Row total</title>
      <link>https://community.qlik.com/t5/QlikView/Row-total/m-p/199786#M58571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;Thank you so much!&lt;/P&gt;&lt;P&gt;I used both of this and seems to be working fine. Is there is any difference between this two?&lt;/P&gt;&lt;P&gt;A+B+C+D&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;"A"+"B"+"C"+"D"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;Miguel A. Baeyens wrote:EDIT: I use to enclose expression names in "[" and "]" instead of double quotes but they are rendered as icons in the post.&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;But the above doesn't seems to be working.&lt;/P&gt;&lt;P&gt;I used like below and it doesn't seems to be working&lt;/P&gt;&lt;P&gt;[code["["A"]"+"["B"]"+"["C"]"+"["D"]"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Sep 2010 12:29:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-total/m-p/199786#M58571</guid>
      <dc:creator />
      <dc:date>2010-09-14T12:29:55Z</dc:date>
    </item>
    <item>
      <title>Row total</title>
      <link>https://community.qlik.com/t5/QlikView/Row-total/m-p/199787#M58572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rikab,&lt;/P&gt;&lt;P&gt;It's just a personal view. If it's working with double quotes, that's fine, use that. I only mean I'd use&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;[Expression1] + [Expression2]&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;instead of &lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;"Expression1" + "Expression2"&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;although both might return the same. &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Sep 2010 12:41:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-total/m-p/199787#M58572</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-09-14T12:41:34Z</dc:date>
    </item>
    <item>
      <title>Row total</title>
      <link>https://community.qlik.com/t5/QlikView/Row-total/m-p/199788#M58573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;Many thanks to you! All the below 3 method works for row total. Have attached the working document for others reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;A+B+C+D&lt;BR /&gt;&lt;BR /&gt;"A"+"B"+"C"+"D"&lt;BR /&gt;&lt;BR /&gt;&lt;IMG alt="Angel" src="http://community.qlik.com/emoticons/emotion-13.gif" /&gt;+&lt;IMG alt="Beer" src="http://community.qlik.com/emoticons/emotion-22.gif" /&gt;+&lt;IMG alt="Coffee" src="http://community.qlik.com/emoticons/emotion-44.gif" /&gt;+&lt;IMG alt="Drinks" src="http://community.qlik.com/emoticons/emotion-46.gif" /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Sep 2010 12:55:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-total/m-p/199788#M58573</guid>
      <dc:creator />
      <dc:date>2010-09-14T12:55:54Z</dc:date>
    </item>
  </channel>
</rss>

