<?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: Set analysis - ignores filters on all fields but one in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/382547#M142746</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works too, just in case you want to exclude many fields, not all but a single field, for me, your idea work to my solve my issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Nov 2017 17:46:20 GMT</pubDate>
    <dc:creator>oscaraguilar</dc:creator>
    <dc:date>2017-11-29T17:46:20Z</dc:date>
    <item>
      <title>Set analysis - ignores filters on all fields but one</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/382540#M142739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can set analysis ignore filtering on all but a single field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum({1}Fieldname)&lt;/P&gt;&lt;P&gt;sums all values in Fieldname, ignoring any filtering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want a similar expression that will ignore filters on all fields except FilterFieldname.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 17:53:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/382540#M142739</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2012-08-30T17:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - ignores filters on all fields but one</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/382541#M142740</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Something like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = sum({&amp;lt;month =, year=, day=&amp;gt;}fieldname) its exclude the month,year,day fields alone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 17:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/382541#M142740</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-08-30T17:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - ignores filters on all fields but one</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/382542#M142741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, but my application has many fields. Is there a way to exclude all fields except a single field?&lt;/P&gt;&lt;P&gt;It is not feasable to list every field but one in the expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 18:01:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/382542#M142741</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2012-08-30T18:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - ignores filters on all fields but one</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/382543#M142742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sum({1&amp;lt;FieldToKeep=P(FieldToKeep)&amp;gt;}Fieldname)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 18:06:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/382543#M142742</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-08-30T18:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - ignores filters on all fields but one</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/382544#M142743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works when you've made selections in FieldToKeep, but not in the more general case. Say you have &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({1&amp;lt;Field1=P(Field1), Field2=P(Field2), ..., FieldN=P(FieldN)&amp;gt;} Fieldname)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because you want selections in any of those fields to affect the set of values in the sum, but no others. But selections in other fields may affect the set of possible selections in Field1 ... FieldN, which means that they still affect the sum too, indirectly. For example, Field1 might be Month and Field2 might be Weekday; if you select a SalesUnit that never had a sale on a Sunday, then Sunday will be excluded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2013 08:38:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/382544#M142743</guid>
      <dc:creator>millnet-maho</dc:creator>
      <dc:date>2013-07-17T08:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - ignores filters on all fields but one</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/382545#M142744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;so has anyone solved this problem?&lt;/P&gt;&lt;P&gt;P function works most of the cases, but as outlined by Magnus, it does not work in all and if you are using it without being aware of its limitations, it will provide misleading results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for me it would be great if i could ignore all selections but one or two in a sheet - this is very useful when you want to calculate the share of a selected dimension in the "total population", but the "total population" is not the total population in your database, but the total population as of a certain date, for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I want to be able to calculate a measure for the total population as of a certain date, regardless of what selections I make in a certain sheet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;of course, I have many selectable dimensions, so it is unpractical to use a set modifier because I have to list in it each and every selectable dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;LM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2015 11:19:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/382545#M142744</guid>
      <dc:creator>liviumac</dc:creator>
      <dc:date>2015-11-05T11:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - ignores filters on all fields but one</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/382546#M142745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agree...looking for same thing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 21:36:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/382546#M142745</guid>
      <dc:creator>natebrunner</dc:creator>
      <dc:date>2016-01-21T21:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - ignores filters on all fields but one</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/382547#M142746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works too, just in case you want to exclude many fields, not all but a single field, for me, your idea work to my solve my issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 17:46:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/382547#M142746</guid>
      <dc:creator>oscaraguilar</dc:creator>
      <dc:date>2017-11-29T17:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - ignores filters on all fields but one</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/382548#M142747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;Did you found any solution to this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 19:58:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/382548#M142747</guid>
      <dc:creator>mongolu</dc:creator>
      <dc:date>2018-01-18T19:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - ignores filters on all fields but one</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/382549#M142748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mihai,&lt;/P&gt;&lt;P&gt;this might help you.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1334"&gt;Ignore all selections except some specific fields using Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Matus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 12:52:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/382549#M142748</guid>
      <dc:creator>mkelemen</dc:creator>
      <dc:date>2018-01-22T12:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - ignores filters on all fields but one</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/382550#M142749</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;Please be careful when using this solution. What this &lt;SPAN style="font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;FieldToKeep=P(FieldToKeep)&lt;/STRONG&gt;&lt;/SPAN&gt; means is this:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;get all possible values associated with the values in the field &lt;SPAN style="font-style: inherit;"&gt;&lt;STRONG&gt;FieldToKeep. &lt;/STRONG&gt;&lt;/SPAN&gt;So if any of the filedsvalue is null, any associated record will be excluded.&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;for example, you have below record:&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;A B C&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1&amp;nbsp; 3&amp;nbsp; 4&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2&amp;nbsp; 2&amp;nbsp; 3&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2&amp;nbsp; 4&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;sum({ c=p(c) } B ) will give &lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;5&lt;/STRONG&gt;&lt;/SPAN&gt; instead of &lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;9 &lt;/STRONG&gt;&lt;/SPAN&gt;even without a selection on &lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;C.&lt;/STRONG&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-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&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-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;For this solution to work, ensure that you don't have any null value or null reference to the fact you are aggregating.&lt;/STRONG&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-style: inherit; font-family: inherit;"&gt;Below is a better solution though could be slow for huge datamodel:&lt;STRONG&gt; &lt;A href="https://community.qlik.com/docs/DOC-1334"&gt;Ignore all selections except some specific fields using Set Analysis&lt;/A&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 16:47:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/382550#M142749</guid>
      <dc:creator>trust_okoroego1</dc:creator>
      <dc:date>2018-06-12T16:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - ignores filters on all fields but one</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/382551#M142750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is a small add-on to the solution that Matus pointed out.&amp;nbsp; The article (a great article) he points to seems to use just one set.&amp;nbsp; I was in a situation where I wanted to ignore selections of all fields from several tables but wanted to exclude a couple fields that are in those tables.&amp;nbsp; I used the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=concat(&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;1&lt;STRONG style=": ; color: #ff0000; font-size: 12pt;"&gt;&amp;lt;&lt;/STRONG&gt;$Table =&amp;nbsp; {'Table1','Table2','Table3'}&lt;STRONG style=": ; color: #ff0000; font-size: 12pt;"&gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;SPAN style="color: #339966; font-size: 10pt;"&gt;&lt;EM style="font-size: 8pt;"&gt;//Set containing the tables containing the fields you want to ignore selections&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG style="font-size: 12pt;"&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;EM style="color: #339966; font-size: 8pt;"&gt;//use the Exclusion set operator to NOT include the next set&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #ff0000; font-size: 12pt;"&gt;&amp;lt;&lt;/STRONG&gt;$Field={'Field_to_Exclude1','Field_to_Exclude2'}&lt;STRONG style=": ; color: #ff0000; font-size: 12pt;"&gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;SPAN style="color: #ff0000; font-size: 12pt;"&gt;&lt;EM style="color: #339966; font-size: 8pt;"&gt;//set containing the "Exception" fields&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;'[' &amp;amp; $Field &amp;amp; ']' ,'=,') &amp;amp; '='&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM style="color: #339966; font-size: 8pt;"&gt;//adding the [ and ]&amp;nbsp; brackets around the field name and also adding the equals sign at the end of the last field in the created array&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use this for Date period labels for Expression Labels.&amp;nbsp; So I first use the above as a vSet_Variable.&lt;/P&gt;&lt;P&gt;Then the label expression becomes:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;maxstring&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;SPAN style="color: #00ffff; font-size: 12pt;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;EM style="color: #999999;"&gt;$(vSet_Variable)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #ff6600;"&gt;, Other_restrictions_as_needed_for_custom_time_period &lt;SPAN style="color: #00ffff;"&gt;&lt;STRONG style="font-size: 12pt;"&gt;}&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Month&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 15:54:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/382551#M142750</guid>
      <dc:creator>emiledavis</dc:creator>
      <dc:date>2018-09-10T15:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - ignores filters on all fields but one</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/1517016#M437078</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Dec 2018 19:59:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/1517016#M437078</guid>
      <dc:creator>maykerreyes</dc:creator>
      <dc:date>2018-12-05T19:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - ignores filters on all fields but one</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/1651757#M447902</link>
      <description>&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;What if I only wanted to ignore the filters on ONE field?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 09:21:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/1651757#M447902</guid>
      <dc:creator>Hypersnooze</dc:creator>
      <dc:date>2019-11-27T09:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - ignores filters on all fields but one</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/1651762#M447903</link>
      <description>&lt;P&gt;Sum({&amp;lt;FieldToIgnore&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;Jaime.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 09:28:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/1651762#M447903</guid>
      <dc:creator>jaibau1993</dc:creator>
      <dc:date>2019-11-27T09:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - ignores filters on all fields but one</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/1651772#M447905</link>
      <description>&lt;P&gt;Thanks, but it doesn't seem to do it for me.&lt;/P&gt;&lt;P&gt;I'm using a line:&lt;/P&gt;&lt;P&gt;FirstSortedValue ({&amp;lt;StartDate&amp;gt;} DISTINCT StartDate, PersonID)&lt;/P&gt;&lt;P&gt;Perhaps the bypass only works with aggregations and not 'FirstSortedValue'?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 09:35:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/1651772#M447905</guid>
      <dc:creator>Hypersnooze</dc:creator>
      <dc:date>2019-11-27T09:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - ignores filters on all fields but one</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/1651781#M447906</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;You are quite probably interchanging "FirstSortedValue" arguments. I think you may want to use&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FirstSortedValue ({&amp;lt;StartDate&amp;gt;} DISTINCT PersonID,StartDate)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(firts argument: what to show. Second argument: sort criteria)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Jaime.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 09:42:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/1651781#M447906</guid>
      <dc:creator>jaibau1993</dc:creator>
      <dc:date>2019-11-27T09:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - ignores filters on all fields but one</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/1728833#M452189</link>
      <description>&lt;P&gt;This formula changed my life!&lt;BR /&gt;LOL&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 12:50:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/1728833#M452189</guid>
      <dc:creator>MMachado</dc:creator>
      <dc:date>2020-07-17T12:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - ignores filters on all fields but one</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/1728857#M452190</link>
      <description>&lt;P&gt;Hello everybody, perhaps this can help someone:&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Year=&lt;/STRONG&gt;&lt;/FONT&gt;, &lt;FONT color="#339966"&gt;&lt;STRONG&gt;Quarter&lt;/STRONG&gt;&lt;/FONT&gt;, &lt;FONT color="#339966"&gt;&lt;STRONG&gt;Month&lt;/STRONG&gt;&lt;/FONT&gt;&amp;gt;}&lt;FONT color="#993300"&gt;&lt;STRONG&gt;LineSalesAmount&lt;/STRONG&gt;&lt;/FONT&gt;)&lt;/P&gt;&lt;P&gt;Isn't it?&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 14:24:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-ignores-filters-on-all-fields-but-one/m-p/1728857#M452190</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2020-07-17T14:24:04Z</dc:date>
    </item>
  </channel>
</rss>

