<?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: Amount ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Amount/m-p/632398#M678390</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the field names have spaces in them you will need to use square brackets: e.g Sum( [AP Amount] )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 May 2014 10:19:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-05-14T10:19:55Z</dc:date>
    <item>
      <title>Amount ?</title>
      <link>https://community.qlik.com/t5/QlikView/Amount/m-p/632396#M678388</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;&lt;/P&gt;&lt;P&gt;I have to write the Expression in qlikview for this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Sum(AP amount) + Sum(BP amount) + Sum(CP amount))&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;Sum(DP amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 09:54:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Amount/m-p/632396#M678388</guid>
      <dc:creator />
      <dc:date>2014-05-14T09:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Amount ?</title>
      <link>https://community.qlik.com/t5/QlikView/Amount/m-p/632397#M678389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what u written is correct ,but when the year is on selection it show the value for current year only so make sure what u&amp;nbsp; want .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 10:09:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Amount/m-p/632397#M678389</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2014-05-14T10:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Amount ?</title>
      <link>https://community.qlik.com/t5/QlikView/Amount/m-p/632398#M678390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the field names have spaces in them you will need to use square brackets: e.g Sum( [AP Amount] )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 10:19:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Amount/m-p/632398#M678390</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-14T10:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Amount ?</title>
      <link>https://community.qlik.com/t5/QlikView/Amount/m-p/632399#M678391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Elaborate more about the expression if in the expression if it is fields then you have to use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(Sum([AP amount]) + Sum([BP amount]) + Sum([CP amount]))&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;/&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum([DP amount])&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or if AP,BP,CP,DP are conditions then you have to use SET analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 11:52:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Amount/m-p/632399#M678391</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-05-14T11:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Amount ?</title>
      <link>https://community.qlik.com/t5/QlikView/Amount/m-p/632400#M678392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Sum([AP amount] + [BP amount] + [CP amount])&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;/&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Sum([DP amount])&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Alternatively, the commutative property should give you the above expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 12:07:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Amount/m-p/632400#M678392</guid>
      <dc:creator />
      <dc:date>2014-05-14T12:07:33Z</dc:date>
    </item>
  </channel>
</rss>

