<?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: How to show the sum of a column for different alternate states in one Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-show-the-sum-of-a-column-for-different-alternate-states/m-p/21438#M768114</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/205067_Capture.PNG" style="height: 268px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where vFilter is this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;= If( len(GetCurrentSelections('','','',100,'Set1'))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;+ len(GetCurrentSelections('','','',100,'Set2'))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;+ len(GetCurrentSelections('','','',100,'Set3'))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;+ len(GetCurrentSelections('','','',100,'Set4'))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;+ len(GetCurrentSelections('','','',100,'Set5'))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;+ len(GetCurrentSelections('','','',100,'Set6'))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =0, '$',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp; if(len(GetCurrentSelections('','','',100,'Set1'))&amp;gt;0, 'Set1+0','')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;amp; if(len(GetCurrentSelections('','','',100,'Set2'))&amp;gt;0, 'Set2+0','')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;amp; if(len(GetCurrentSelections('','','',100,'Set3'))&amp;gt;0, 'Set3+0','')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;amp; if(len(GetCurrentSelections('','','',100,'Set4'))&amp;gt;0, 'Set4+0','')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;amp; if(len(GetCurrentSelections('','','',100,'Set5'))&amp;gt;0, 'Set5+0','')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&amp;amp; if(len(GetCurrentSelections('','','',100,'Set6'))&amp;gt;0, 'Set6+0',''))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({$(vFilterStates)} Quantity)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jun 2018 12:49:15 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-06-13T12:49:15Z</dc:date>
    <item>
      <title>How to show the sum of a column for different alternate states in one Expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-sum-of-a-column-for-different-alternate-states/m-p/21433#M768109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hello Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Here, I am having a Query:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have 6 alternate states named as set1, set2, set3, set4, set5, set6 (These 6 are Current Selection boxes i.e i used state name function) and i have 4 list boxes named as year, Category, Product name, Customer (Now these 4 are with another alternate state named as 'proposed').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Now i have created one straight table with these columns &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;year, Category, Product name, Customer, Sum(Quantity).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;But, i want to show the values when we pass our selections to that sets those values only i want to see.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;for that i used sum({Set1 + Set2 + Set3 + Set4 + Set5 + Set6} Quantity). Here, also i am getting problem.. when i pass the selections to all sets that time only it is giving correct result.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;My requirement is if i pass my selections to only set1 then also i wnat correct result / if pass the selections to 2 or 3 sets then that time also i want correct result&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;For that How can i write my expression can you give me the suggestion apart from i used these below expressions also:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=sum({&amp;lt;[Sales Person]=Set1 ::[Sales Person],Customer=Set1 ::Customer&amp;gt;} Quantity)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;+sum({&amp;lt;[Sales Person]=Set2 ::[Sales Person],Customer=Set2 ::Customer&amp;gt;} Quantity)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;+sum({&amp;lt;[Sales Person]=Set3 ::[Sales Person],Customer=Set3 ::Customer&amp;gt;} Quantity)&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;+sum({&amp;lt;[Sales Person]=Set4 ::[Sales Person],Customer=Set4 ::Customer&amp;gt;} Quantity)&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;+sum({&amp;lt;[Sales Person]=Set5 ::[Sales Person],Customer=Set5 ::Customer&amp;gt;} Quantity)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2.&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=sum({&amp;lt;[Sales Person]=Set1 ::[Sales Person],Customer=Set1 ::Customer&amp;gt;} Quantity)&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;amp;sum({&amp;lt;[Sales Person]=Set2 ::[Sales Person],Customer=Set2 ::Customer&amp;gt;} Quantity)&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;amp;sum({&amp;lt;[Sales Person]=Set3 ::[Sales Person],Customer=Set3 ::Customer&amp;gt;} Quantity)&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;amp;sum({&amp;lt;[Sales Person]=Set4 ::[Sales Person],Customer=Set4 ::Customer&amp;gt;} Quantity)&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;amp;sum({&amp;lt;[Sales Person]=Set5 ::[Sales Person],Customer=Set5 ::Customer&amp;gt;} Quantity)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;3.&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=num(sum({(vFilterStates)} Quantity))&amp;nbsp; ---------------(vFilterStates is the variable which i created)&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(This is not giving any result)&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;4.&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Sum({(vFilterStates)} Quantity)&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(This is also not giving any result)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;For "&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;vFilterStates" Variable i used this expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;= If( len(GetCurrentSelections('','',1,'Set1'))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;+ len(GetCurrentSelections('','',1,'Set2'))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;+ len(GetCurrentSelections('','',1,'Set3'))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;+ len(GetCurrentSelections('','',1,'Set4'))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;+ len(GetCurrentSelections('','',1,'Set5'))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;+ len(GetCurrentSelections('','',1,'Set6'))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =0, '$',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if(len(GetCurrentSelections('','',1,'Set1'))&amp;gt;0, 'Set1+','')&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;amp; if(len(GetCurrentSelections('','',1,'Set2'))&amp;gt;0, 'Set2+','')&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;amp; if(len(GetCurrentSelections('','',1,'Set3'))&amp;gt;0, 'Set3+','')&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;amp; if(len(GetCurrentSelections('','',1,'Set4'))&amp;gt;0, 'Set4+','')&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;amp; if(len(GetCurrentSelections('','',1,'Set5'))&amp;gt;0, 'Set5+','')&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;amp; if(len(GetCurrentSelections('','',1,'Set6'))&amp;gt;0, 'Set6+',''))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Can you guys how to show the sum of a column for different alternate states in qlikviewplease help me out from this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-sum-of-a-column-for-different-alternate-states/m-p/21433#M768109</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the sum of a column for different alternate states in one Expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-sum-of-a-column-for-different-alternate-states/m-p/21434#M768110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample to show the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 11:29:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-sum-of-a-column-for-different-alternate-states/m-p/21434#M768110</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-13T11:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the sum of a column for different alternate states in one Expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-sum-of-a-column-for-different-alternate-states/m-p/21435#M768111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Heare i attached sample .qvw file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 11:40:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-sum-of-a-column-for-different-alternate-states/m-p/21435#M768111</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-06-13T11:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the sum of a column for different alternate states in one Expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-sum-of-a-column-for-different-alternate-states/m-p/21436#M768112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check if attached is what you want&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 11:49:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-sum-of-a-column-for-different-alternate-states/m-p/21436#M768112</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-13T11:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the sum of a column for different alternate states in one Expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-sum-of-a-column-for-different-alternate-states/m-p/21437#M768113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i use that formula here i am getting like this (as i attached screenshot)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: if i am not selecting any thing also it is showing same thing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i am using Qlikview 11.20 version (personal edition)----- previously i used Qlikview 12.20 version but in this version that formula is showing error to correct that i uninstalled that version and installed 11.20 version then also it is not showing any result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you share me the screenshot what you got for each set&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 12:41:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-sum-of-a-column-for-different-alternate-states/m-p/21437#M768113</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-06-13T12:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the sum of a column for different alternate states in one Expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-sum-of-a-column-for-different-alternate-states/m-p/21438#M768114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/205067_Capture.PNG" style="height: 268px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where vFilter is this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;= If( len(GetCurrentSelections('','','',100,'Set1'))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;+ len(GetCurrentSelections('','','',100,'Set2'))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;+ len(GetCurrentSelections('','','',100,'Set3'))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;+ len(GetCurrentSelections('','','',100,'Set4'))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;+ len(GetCurrentSelections('','','',100,'Set5'))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;+ len(GetCurrentSelections('','','',100,'Set6'))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =0, '$',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp; if(len(GetCurrentSelections('','','',100,'Set1'))&amp;gt;0, 'Set1+0','')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;amp; if(len(GetCurrentSelections('','','',100,'Set2'))&amp;gt;0, 'Set2+0','')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;amp; if(len(GetCurrentSelections('','','',100,'Set3'))&amp;gt;0, 'Set3+0','')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;amp; if(len(GetCurrentSelections('','','',100,'Set4'))&amp;gt;0, 'Set4+0','')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;amp; if(len(GetCurrentSelections('','','',100,'Set5'))&amp;gt;0, 'Set5+0','')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&amp;amp; if(len(GetCurrentSelections('','','',100,'Set6'))&amp;gt;0, 'Set6+0',''))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({$(vFilterStates)} Quantity)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 12:49:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-sum-of-a-column-for-different-alternate-states/m-p/21438#M768114</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-13T12:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the sum of a column for different alternate states in one Expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-sum-of-a-column-for-different-alternate-states/m-p/21439#M768115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I opened in my system it is showing error in expression for variable also &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you guess/expect something about this error because i am not able find why i am getting this error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 13:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-sum-of-a-column-for-different-alternate-states/m-p/21439#M768115</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-06-13T13:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the sum of a column for different alternate states in one Expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-sum-of-a-column-for-different-alternate-states/m-p/21440#M768117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which SR are you using for QV11.2? Is it before SR8? If you are, then you will need to move to SR8 or above&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 13:11:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-sum-of-a-column-for-different-alternate-states/m-p/21440#M768117</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-13T13:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the sum of a column for different alternate states in one Expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-sum-of-a-column-for-different-alternate-states/m-p/21441#M768119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the screen shot of qlikview version, here i am not able to find SR version&lt;/P&gt;&lt;P&gt;can&amp;nbsp; you tell me which version it is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Qv Version.JPG" class="jive-image image-1" height="424" src="/legacyfs/online/205071_Qv Version.JPG" style="height: 423.773px; width: 414px;" width="414" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 13:19:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-sum-of-a-column-for-different-alternate-states/m-p/21441#M768119</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-06-13T13:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the sum of a column for different alternate states in one Expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-sum-of-a-column-for-different-alternate-states/m-p/21442#M768120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Def. something before SR7 based on this discussion&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/125304"&gt;upgrade from 11.20.11643.0 to SR7&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 13:21:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-sum-of-a-column-for-different-alternate-states/m-p/21442#M768120</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-13T13:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the sum of a column for different alternate states in one Expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-sum-of-a-column-for-different-alternate-states/m-p/21443#M768122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok i will upgrade my SR and i will try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i will get back to you what result i am getting&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 13:32:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-sum-of-a-column-for-different-alternate-states/m-p/21443#M768122</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-06-13T13:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the sum of a column for different alternate states in one Expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-sum-of-a-column-for-different-alternate-states/m-p/21444#M768123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help and suggestion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 13:35:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-sum-of-a-column-for-different-alternate-states/m-p/21444#M768123</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-06-13T13:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the sum of a column for different alternate states in one Expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-sum-of-a-column-for-different-alternate-states/m-p/21445#M768124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds good&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 13:35:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-sum-of-a-column-for-different-alternate-states/m-p/21445#M768124</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-13T13:35:52Z</dc:date>
    </item>
  </channel>
</rss>

