<?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 get the list of fields NOT GetCurrentSelection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-get-the-list-of-fields-NOT-GetCurrentSelection/m-p/12050#M771501</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try below code in text object,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=(Sum({&amp;lt;Region={'*'}&amp;gt;} value)-Sum({&amp;lt;Region={"$(=GetFieldSelections(Region))"}&amp;gt;} value))-Sum({&amp;lt;Region={"$(=GetFieldSelections(Region))"}&amp;gt;} value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="table.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/203634_table.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 May 2018 07:37:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-05-28T07:37:34Z</dc:date>
    <item>
      <title>How get the list of fields NOT GetCurrentSelection</title>
      <link>https://community.qlik.com/t5/QlikView/How-get-the-list-of-fields-NOT-GetCurrentSelection/m-p/12043#M771494</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;Suppose if I have column called Region&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="179" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#000000&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" style="border: 1px solid rgb(0, 0, 0); width: 173px; height: 181px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Region&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Total Value &lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;North&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;South&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;400&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;West&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;East&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I choose North , then in a text box I should get calculation as (sum(South+West+East) - North)&lt;BR /&gt;(i.e) (sum(400+500+100)- 200)&lt;/P&gt;&lt;P&gt;and the answer should be 800.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arun &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-get-the-list-of-fields-NOT-GetCurrentSelection/m-p/12043#M771494</guid>
      <dc:creator>arunqlik2view</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How get the list of fields NOT GetCurrentSelection</title>
      <link>https://community.qlik.com/t5/QlikView/How-get-the-list-of-fields-NOT-GetCurrentSelection/m-p/12044#M771495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;=sum({1-$}[Total Value])-sum([Total Value])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2018 09:15:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-get-the-list-of-fields-NOT-GetCurrentSelection/m-p/12044#M771495</guid>
      <dc:creator>qlikviewalex</dc:creator>
      <dc:date>2018-05-25T09:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: How get the list of fields NOT GetCurrentSelection</title>
      <link>https://community.qlik.com/t5/QlikView/How-get-the-list-of-fields-NOT-GetCurrentSelection/m-p/12045#M771496</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;Thank you for the quick post. Actually I tried slightly different syntax and that seems to work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Sum({1} [Value]) -Sum({$} [Value])&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- this syntax is sum of all region values - sum of current region . I used this resource file:///C:/Users/hp/Downloads/Les%20set%20analysis_ENG%20(1).pdf. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your quick reply . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Arun &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2018 09:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-get-the-list-of-fields-NOT-GetCurrentSelection/m-p/12045#M771496</guid>
      <dc:creator>arunqlik2view</dc:creator>
      <dc:date>2018-05-25T09:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: How get the list of fields NOT GetCurrentSelection</title>
      <link>https://community.qlik.com/t5/QlikView/How-get-the-list-of-fields-NOT-GetCurrentSelection/m-p/12046#M771497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can this work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({&amp;lt;Region=e(Region)&amp;gt;} [Total Value])-Sum([Total Value])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2018 09:43:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-get-the-list-of-fields-NOT-GetCurrentSelection/m-p/12046#M771497</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-05-25T09:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: How get the list of fields NOT GetCurrentSelection</title>
      <link>https://community.qlik.com/t5/QlikView/How-get-the-list-of-fields-NOT-GetCurrentSelection/m-p/12047#M771498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexander, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could please explain , what does your syntax do. I tried and it works but I couldn't understand the output. Please explain if you can . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Arun &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2018 10:22:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-get-the-list-of-fields-NOT-GetCurrentSelection/m-p/12047#M771498</guid>
      <dc:creator>arunqlik2view</dc:creator>
      <dc:date>2018-05-25T10:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: How get the list of fields NOT GetCurrentSelection</title>
      <link>https://community.qlik.com/t5/QlikView/How-get-the-list-of-fields-NOT-GetCurrentSelection/m-p/12048#M771499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would do the sum ignoring the selection on region, and then take the selected region off twice (once as it is not included and once to remove it) so;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({&amp;lt;Region=&amp;gt;}Value) - (sum(Value)*2)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Obviously if there is no region selected it will give you the total value as a negative (1200-2400), but you could put something around it to only show if &lt;STRONG style="font-size: 13.3333px;"&gt;sum({&amp;lt;Region=&amp;gt;}Value) &amp;lt;&amp;gt; sum(Value)&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;Using &lt;STRONG&gt;{1}&lt;/STRONG&gt; in any expression will ignore all selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2018 11:50:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-get-the-list-of-fields-NOT-GetCurrentSelection/m-p/12048#M771499</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2018-05-25T11:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: How get the list of fields NOT GetCurrentSelection</title>
      <link>https://community.qlik.com/t5/QlikView/How-get-the-list-of-fields-NOT-GetCurrentSelection/m-p/12049#M771500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Region=-{"$(=GetFieldSelections(Region))"}&amp;gt;} [Total Value])&lt;/P&gt;&lt;P&gt;-sum({&amp;lt;Region={"$(=GetFieldSelections(Region))"}&amp;gt;}[Total Value])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2018 12:19:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-get-the-list-of-fields-NOT-GetCurrentSelection/m-p/12049#M771500</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-05-25T12:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: How get the list of fields NOT GetCurrentSelection</title>
      <link>https://community.qlik.com/t5/QlikView/How-get-the-list-of-fields-NOT-GetCurrentSelection/m-p/12050#M771501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try below code in text object,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=(Sum({&amp;lt;Region={'*'}&amp;gt;} value)-Sum({&amp;lt;Region={"$(=GetFieldSelections(Region))"}&amp;gt;} value))-Sum({&amp;lt;Region={"$(=GetFieldSelections(Region))"}&amp;gt;} value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="table.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/203634_table.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2018 07:37:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-get-the-list-of-fields-NOT-GetCurrentSelection/m-p/12050#M771501</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-28T07:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: How get the list of fields NOT GetCurrentSelection</title>
      <link>https://community.qlik.com/t5/QlikView/How-get-the-list-of-fields-NOT-GetCurrentSelection/m-p/12051#M771502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If I choose North , then in a text box I should get calculation as (sum(South+West+East) - North)&lt;BR /&gt;(i.e) (sum(400+500+100)- 200)&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and the answer should be &lt;STRONG&gt;1000&lt;/STRONG&gt;. ( &lt;SPAN style="text-decoration: underline;"&gt;Sorry , I mentioned as 800 in my previous post .&lt;/SPAN&gt; ) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2018 08:31:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-get-the-list-of-fields-NOT-GetCurrentSelection/m-p/12051#M771502</guid>
      <dc:creator>arunqlik2view</dc:creator>
      <dc:date>2018-05-28T08:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: How get the list of fields NOT GetCurrentSelection</title>
      <link>https://community.qlik.com/t5/QlikView/How-get-the-list-of-fields-NOT-GetCurrentSelection/m-p/12052#M771503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;How can you get &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;(sum(400+500+100)- 200) &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;=1000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But then to if you want the value which excludes selected Region then use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=(Sum({&amp;lt;Region={'*'}&amp;gt;} value)-Sum({&amp;lt;Region={"$(=GetFieldSelections(Region))"}&amp;gt;} value))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IE. &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;sum(South+West+East)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum(400+500+100)=1000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2018 08:45:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-get-the-list-of-fields-NOT-GetCurrentSelection/m-p/12052#M771503</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-28T08:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: How get the list of fields NOT GetCurrentSelection</title>
      <link>https://community.qlik.com/t5/QlikView/How-get-the-list-of-fields-NOT-GetCurrentSelection/m-p/12053#M771504</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; font-size: 12px;"&gt;How come (sum(400+500+100)- 200) = 1000?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2018 09:48:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-get-the-list-of-fields-NOT-GetCurrentSelection/m-p/12053#M771504</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-05-28T09:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: How get the list of fields NOT GetCurrentSelection</title>
      <link>https://community.qlik.com/t5/QlikView/How-get-the-list-of-fields-NOT-GetCurrentSelection/m-p/12054#M771506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you want the value excluding the selected, rather than the value with the selected value removed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code I posted above (and the reasoning) is all correct, just don't double count the selected value:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({&amp;lt;Region=&amp;gt;}Value) - (sum(Value))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;That gives you the total ignoring any region selections, less the total of the selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2018 21:07:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-get-the-list-of-fields-NOT-GetCurrentSelection/m-p/12054#M771506</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2018-05-28T21:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: How get the list of fields NOT GetCurrentSelection</title>
      <link>https://community.qlik.com/t5/QlikView/How-get-the-list-of-fields-NOT-GetCurrentSelection/m-p/12055#M771508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's actually sum of all regions - anyone current selection of region , in this example I chose 'North' . So the equation would be (Sum(400+500+100+200) - 200) = 1000. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was in the hurry. My apologies for the confusion. Also, I got it worked by using this formula &lt;/P&gt;&lt;P&gt;Sum({1} [Value]) -Sum({$} [Value]). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 05:04:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-get-the-list-of-fields-NOT-GetCurrentSelection/m-p/12055#M771508</guid>
      <dc:creator>arunqlik2view</dc:creator>
      <dc:date>2018-05-29T05:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: How get the list of fields NOT GetCurrentSelection</title>
      <link>https://community.qlik.com/t5/QlikView/How-get-the-list-of-fields-NOT-GetCurrentSelection/m-p/12056#M771510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please close the thread&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 05:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-get-the-list-of-fields-NOT-GetCurrentSelection/m-p/12056#M771510</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-05-29T05:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: How get the list of fields NOT GetCurrentSelection</title>
      <link>https://community.qlik.com/t5/QlikView/How-get-the-list-of-fields-NOT-GetCurrentSelection/m-p/12057#M771513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The same could be simplified like:&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; font-size: 13px;"&gt;Sum(&lt;STRONG&gt;{1-$}&lt;/STRONG&gt; [Value])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 05:27:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-get-the-list-of-fields-NOT-GetCurrentSelection/m-p/12057#M771513</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-05-29T05:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: How get the list of fields NOT GetCurrentSelection</title>
      <link>https://community.qlik.com/t5/QlikView/How-get-the-list-of-fields-NOT-GetCurrentSelection/m-p/12058#M771514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this always give the value you want? Your question asked that if you selected a region the sum of the other regions is shown. The code you have there will also include values excluded for other reasons - for instance if you select month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 07:50:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-get-the-list-of-fields-NOT-GetCurrentSelection/m-p/12058#M771514</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2018-05-29T07:50:57Z</dc:date>
    </item>
  </channel>
</rss>

