<?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 ( if ) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/sum-if/m-p/788524#M278876</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then try with this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum( If( Match( SCENARIO, 'S1','S2','S3','S4','S5','S6' ) &lt;STRONG&gt;And&lt;/STRONG&gt; SCENARIO = 'JUMP-OFF'&amp;nbsp;&amp;nbsp; RWA ))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Dec 2014 15:26:03 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-12-25T15:26:03Z</dc:date>
    <item>
      <title>sum ( if )</title>
      <link>https://community.qlik.com/t5/QlikView/sum-if/m-p/788515#M278867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Is there any other calculation for the following expression.&lt;/P&gt;&lt;P&gt;Sum (if (column=' name', if (column=' name', other column)calculation column)).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2014 18:21:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-if/m-p/788515#M278867</guid>
      <dc:creator />
      <dc:date>2014-12-24T18:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: sum ( if )</title>
      <link>https://community.qlik.com/t5/QlikView/sum-if/m-p/788516#M278868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;WHy dont&amp;nbsp; you use the set analysis. and match function to get the desired results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or else post a sample file with the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2014 18:55:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-if/m-p/788516#M278868</guid>
      <dc:creator>shree909</dc:creator>
      <dc:date>2014-12-24T18:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: sum ( if )</title>
      <link>https://community.qlik.com/t5/QlikView/sum-if/m-p/788517#M278869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Sree,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. And expressions are below.&lt;/P&gt;&lt;P&gt;sum(if(SCENARIO='S1' or SCENARIO = 'JUMP-OFF'&amp;nbsp; ,RWA))&lt;BR /&gt;sum(if(SCENARIO='S2' or SCENARIO = 'JUMP-OFF'&amp;nbsp; ,RWA))&lt;BR /&gt;sum(if(SCENARIO='S3' or SCENARIO = 'JUMP-OFF'&amp;nbsp; ,RWA))&lt;BR /&gt;sum(if(SCENARIO='S4' or SCENARIO = 'JUMP-OFF'&amp;nbsp; ,RWA))&lt;BR /&gt;sum(if(SCENARIO='S5' or SCENARIO = 'JUMP-OFF'&amp;nbsp; ,RWA))&lt;BR /&gt;sum(if(SCENARIO='S6' or SCENARIO = 'JUMP-OFF'&amp;nbsp; ,RWA))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6 expressions have been used in chart. Is there any replacement for the above with qlikview functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 13:21:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-if/m-p/788517#M278869</guid>
      <dc:creator />
      <dc:date>2014-12-25T13:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: sum ( if )</title>
      <link>https://community.qlik.com/t5/QlikView/sum-if/m-p/788518#M278870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;SCENARIO= {'S1'}, SCENARIO= {'JUMP-OFF'}&amp;gt;}&amp;nbsp; RWA)&lt;/P&gt;&lt;P&gt;sum({&amp;lt;SCENARIO= {'S2'}, SCENARIO= {'JUMP-OFF'}&amp;gt;}&amp;nbsp; RWA)&lt;/P&gt;&lt;P&gt;sum({&amp;lt;SCENARIO= {'S3'}, SCENARIO= {'JUMP-OFF'}&amp;gt;}&amp;nbsp; RWA)&lt;/P&gt;&lt;P&gt;sum({&amp;lt;SCENARIO= {'S4'}, SCENARIO= {'JUMP-OFF'}&amp;gt;}&amp;nbsp; RWA)&lt;/P&gt;&lt;P&gt;sum({&amp;lt;SCENARIO= {'S5'}, SCENARIO= {'JUMP-OFF'}&amp;gt;}&amp;nbsp; RWA)&lt;/P&gt;&lt;P&gt;sum({&amp;lt;SCENARIO= {'S6'}, SCENARIO= {'JUMP-OFF'}&amp;gt;}&amp;nbsp; RWA)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;SCENARIO= { 'S1','S2','S3','S4','S5','S6'&amp;nbsp; }, SCENARIO= {'JUMP-OFF'}&amp;gt;}&amp;nbsp; RWA)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Provide any sample then it will more clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 13:47:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-if/m-p/788518#M278870</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-25T13:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: sum ( if )</title>
      <link>https://community.qlik.com/t5/QlikView/sum-if/m-p/788519#M278871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only Jump off data, I can see even if I select S1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 14:10:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-if/m-p/788519#M278871</guid>
      <dc:creator />
      <dc:date>2014-12-25T14:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: sum ( if )</title>
      <link>https://community.qlik.com/t5/QlikView/sum-if/m-p/788520#M278872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please explain with an example output or input as any inline table with few data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 14:38:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-if/m-p/788520#M278872</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-25T14:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: sum ( if )</title>
      <link>https://community.qlik.com/t5/QlikView/sum-if/m-p/788521#M278873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/74192_1.PNG" style="width: 620px; height: 326px;" /&gt;&lt;IMG alt="2.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/74193_2.png" style="width: 620px; height: 388px;" /&gt;&lt;IMG alt="3.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/74194_3.png" style="width: 620px; height: 388px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 15:11:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-if/m-p/788521#M278873</guid>
      <dc:creator />
      <dc:date>2014-12-25T15:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: sum ( if )</title>
      <link>https://community.qlik.com/t5/QlikView/sum-if/m-p/788522#M278874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;output should come as per the above screen shots but when I applied the given formula then out put is coming like:&lt;IMG alt="4.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/74195_4.png" style="width: 620px; height: 388px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 15:13:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-if/m-p/788522#M278874</guid>
      <dc:creator />
      <dc:date>2014-12-25T15:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: sum ( if )</title>
      <link>https://community.qlik.com/t5/QlikView/sum-if/m-p/788523#M278875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum(if((SCENARIO='S1' and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SCENARIO='S2' and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SCENARIO='S3'&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp; and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SCENARIO='S4' and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SCENARIO='S5')&lt;/SPAN&gt;&lt;/SPAN&gt;or SCENARIO = 'JUMP-OFF'&amp;nbsp; ,RWA))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 15:19:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-if/m-p/788523#M278875</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-12-25T15:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: sum ( if )</title>
      <link>https://community.qlik.com/t5/QlikView/sum-if/m-p/788524#M278876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then try with this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum( If( Match( SCENARIO, 'S1','S2','S3','S4','S5','S6' ) &lt;STRONG&gt;And&lt;/STRONG&gt; SCENARIO = 'JUMP-OFF'&amp;nbsp;&amp;nbsp; RWA ))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 15:26:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-if/m-p/788524#M278876</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-25T15:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: sum ( if )</title>
      <link>https://community.qlik.com/t5/QlikView/sum-if/m-p/788525#M278877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i thing this is oppose to requirement &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SCENARIO = 'JUMP-OFF' comes with&amp;nbsp; or as per requirement&lt;/SPAN&gt;&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( wildmatch( SCENARIO, 'S*', ) &lt;STRONG&gt;or &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SCENARIO = 'JUMP-OFF'&amp;nbsp;&amp;nbsp; RWA ))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;hope this helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 15:35:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-if/m-p/788525#M278877</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-12-25T15:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: sum ( if )</title>
      <link>https://community.qlik.com/t5/QlikView/sum-if/m-p/788526#M278878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or may be this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;SCENARIO&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, 'S1') &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;And&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;SCENARIO&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, 'S3') &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;And&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;SCENARIO&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, 'S4') &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;And&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;SCENARIO&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, 'S5') &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;And&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;SCENARIO&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, 'S6') &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;And&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;SCENARIO&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; = 'JUMP-OFF' ,&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;RWA&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Regards&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Anand&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 15:42:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-if/m-p/788526#M278878</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-25T15:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: sum ( if )</title>
      <link>https://community.qlik.com/t5/QlikView/sum-if/m-p/788527#M278879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 08:21:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-if/m-p/788527#M278879</guid>
      <dc:creator />
      <dc:date>2014-12-26T08:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: sum ( if )</title>
      <link>https://community.qlik.com/t5/QlikView/sum-if/m-p/788528#M278880</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;Check this expression&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({&amp;lt;SCENARIO*={'S1', 'S2', 'S3', 'S4','S5', 'S6', 'JUMP-OFF'}&amp;gt; RWA)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 08:32:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-if/m-p/788528#M278880</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-12-26T08:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: sum ( if )</title>
      <link>https://community.qlik.com/t5/QlikView/sum-if/m-p/788529#M278881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Other wise use or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;SCENARIO&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, 'S1') &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;And&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;SCENARIO&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, 'S3') &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;And&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;SCENARIO&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, 'S4') &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;And&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;SCENARIO&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, 'S5') &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;And&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;SCENARIO&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, 'S6') &lt;/SPAN&gt;Or &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;SCENARIO&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; = 'JUMP-OFF' ,&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;RWA&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Or please provide any sample file for this will easy to understand the problem with few rows only.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Anand&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 08:34:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-if/m-p/788529#M278881</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-26T08:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: sum ( if )</title>
      <link>https://community.qlik.com/t5/QlikView/sum-if/m-p/788530#M278882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post sample data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 10:18:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-if/m-p/788530#M278882</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-12-26T10:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: sum ( if )</title>
      <link>https://community.qlik.com/t5/QlikView/sum-if/m-p/788531#M278883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will post sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Dec 2014 07:03:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-if/m-p/788531#M278883</guid>
      <dc:creator />
      <dc:date>2014-12-28T07:03:28Z</dc:date>
    </item>
  </channel>
</rss>

