<?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: List Sum in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Sum/m-p/622842#M229233</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;thank you, Sunil Kumar Chauhan!&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;yes, that's right.I want more dynamic like you mean.&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;I have one more question.&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;then, if i want a selected value, how can?&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;sum({&amp;lt;no= {'&amp;gt;=$(=('something'))'}&amp;gt;}Price)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;like this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;or&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;is it 'blank' instead of 'Value'?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;thx.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Mar 2014 04:32:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-26T04:32:14Z</dc:date>
    <item>
      <title>List Sum</title>
      <link>https://community.qlik.com/t5/QlikView/List-Sum/m-p/622837#M229228</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 a list of column1.no and column2.price.&lt;/P&gt;&lt;P&gt;and want to calculate prices compare to some standard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="111.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/55862_111.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope get sum of no 3,4,5.&lt;/P&gt;&lt;P&gt;if i use ' sum(if(no &amp;gt;=3, price))', QlikView give me just sum of no.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want 3100(sum of no.3,4 and 5).&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, 26 Mar 2014 02:40:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Sum/m-p/622837#M229228</guid>
      <dc:creator />
      <dc:date>2014-03-26T02:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: List Sum</title>
      <link>https://community.qlik.com/t5/QlikView/List-Sum/m-p/622838#M229229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this&lt;/P&gt;&lt;P&gt;sum({&amp;lt;no={3,4,5}&amp;gt;}Price) &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;no= {'&amp;gt;=$(=(3))'}&amp;gt;}Price)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 02:50:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Sum/m-p/622838#M229229</guid>
      <dc:creator>chiru_thota</dc:creator>
      <dc:date>2014-03-26T02:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: List Sum</title>
      <link>https://community.qlik.com/t5/QlikView/List-Sum/m-p/622839#M229230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 03:00:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Sum/m-p/622839#M229230</guid>
      <dc:creator />
      <dc:date>2014-03-26T03:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: List Sum</title>
      <link>https://community.qlik.com/t5/QlikView/List-Sum/m-p/622840#M229231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;no={"&amp;gt;=$(=3)"}&amp;gt;}price)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will give you dynamic result if you add more No 6,7,8,9........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 03:00:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Sum/m-p/622840#M229231</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-03-26T03:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: List Sum</title>
      <link>https://community.qlik.com/t5/QlikView/List-Sum/m-p/622841#M229232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you, Chiranjeevi Thota!!!!!&lt;/P&gt;&lt;P&gt;I have one more..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then, if i want a selected value, how can?&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;no= {'&amp;gt;=$(=('something'))'}&amp;gt;}Price)&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;like this?&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;or&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;is it 'blank' instead of 'Value'?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 04:11:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Sum/m-p/622841#M229232</guid>
      <dc:creator />
      <dc:date>2014-03-26T04:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: List Sum</title>
      <link>https://community.qlik.com/t5/QlikView/List-Sum/m-p/622842#M229233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;thank you, Sunil Kumar Chauhan!&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;yes, that's right.I want more dynamic like you mean.&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;I have one more question.&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;then, if i want a selected value, how can?&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;sum({&amp;lt;no= {'&amp;gt;=$(=('something'))'}&amp;gt;}Price)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;like this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;or&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;is it 'blank' instead of 'Value'?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;thx.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 04:32:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Sum/m-p/622842#M229233</guid>
      <dc:creator />
      <dc:date>2014-03-26T04:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Re: List Sum</title>
      <link>https://community.qlik.com/t5/QlikView/List-Sum/m-p/622843#M229234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; Create a va riable like vOption = Max(No)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;and your expression is&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;No&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;=$(vOption)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Price&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 04:49:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Sum/m-p/622843#M229234</guid>
      <dc:creator />
      <dc:date>2014-03-26T04:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: List Sum</title>
      <link>https://community.qlik.com/t5/QlikView/List-Sum/m-p/622844#M229235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, Ravi.&lt;/P&gt;&lt;P&gt;I' doing as your solution.&lt;/P&gt;&lt;P&gt;but not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I mean if i select '3' in &lt;STRONG&gt;no &lt;/STRONG&gt;list box, sum of 3,4,5 appear.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;select '2', sum of 2,3,4,5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;select '4', sum of 4,5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;.. like this. right your expression?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 05:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Sum/m-p/622844#M229235</guid>
      <dc:creator />
      <dc:date>2014-03-26T05:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Re: List Sum</title>
      <link>https://community.qlik.com/t5/QlikView/List-Sum/m-p/622845#M229236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Check the attached one&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 05:05:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Sum/m-p/622845#M229236</guid>
      <dc:creator />
      <dc:date>2014-03-26T05:05:35Z</dc:date>
    </item>
  </channel>
</rss>

