<?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: SUM Function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SUM-Function/m-p/610958#M225501</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 23 Mar 2014 12:23:44 GMT</pubDate>
    <dc:creator>upaliwije</dc:creator>
    <dc:date>2014-03-23T12:23:44Z</dc:date>
    <item>
      <title>SUM Function</title>
      <link>https://community.qlik.com/t5/QlikView/SUM-Function/m-p/610954#M225497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends&lt;/P&gt;&lt;P&gt;sum(if (TRAN_TYPE='NEW', 1,if(TRAN_TYPE='RENEWAL',1))AND if(IsNull(Sent_Date)=0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done above expression but it is not working. My expected result is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If TRAN_TYPE='NEW',&amp;nbsp; or 'RENEWAL' one record should be summed provided Sent_Date&amp;nbsp; is not null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Mar 2014 11:22:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SUM-Function/m-p/610954#M225497</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2014-03-23T11:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: SUM Function</title>
      <link>https://community.qlik.com/t5/QlikView/SUM-Function/m-p/610955#M225498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write like&lt;/P&gt;&lt;P&gt;=sum(if(Match(TRAN_TYPE,'NEW','RENEWAL') AND IsNull(Sent_Date)=0,Value))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i think your syntax in missing some identity please check that one, also if possible provide any sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Mar 2014 11:57:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SUM-Function/m-p/610955#M225498</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-03-23T11:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: SUM Function</title>
      <link>https://community.qlik.com/t5/QlikView/SUM-Function/m-p/610956#M225499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;sum(if ((TRAN_TYPE='NEW' OR TRAN_TYPE='RENEWAL') AND IsNull(Sent_Date)=0, 1))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;Marco&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Mar 2014 12:00:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SUM-Function/m-p/610956#M225499</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-03-23T12:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: SUM Function</title>
      <link>https://community.qlik.com/t5/QlikView/SUM-Function/m-p/610957#M225500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you may write some thing this also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=sum(if(Match(TRAN_TYPE,'NEW','RENEWAL') AND IsNull(Sent_Date)=0,1))&lt;/SPAN&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;Hope this helps&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Mar 2014 12:09:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SUM-Function/m-p/610957#M225500</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-03-23T12:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: SUM Function</title>
      <link>https://community.qlik.com/t5/QlikView/SUM-Function/m-p/610958#M225501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Mar 2014 12:23:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SUM-Function/m-p/610958#M225501</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2014-03-23T12:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: SUM Function</title>
      <link>https://community.qlik.com/t5/QlikView/SUM-Function/m-p/610959#M225502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you're welcome&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Mar 2014 21:22:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SUM-Function/m-p/610959#M225502</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-03-23T21:22:48Z</dc:date>
    </item>
  </channel>
</rss>

