<?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. :Re: Re. :Multiple Field Selections Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-Field-Selections-Set-Analysis/m-p/261596#M1204668</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's just bringing back NULL in the cell now... This seems closer, I get taking the current selections excluding the set, but I don't think the union of those 3 works?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jun 2010 21:35:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-06-07T21:35:30Z</dc:date>
    <item>
      <title>Multiple Field Selections Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Field-Selections-Set-Analysis/m-p/261592#M1204664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set Analysis trouble doesn't seem to be anything new... but I can't find any old posts that address my issue...&lt;/P&gt;&lt;P&gt;I'm attempting to show a total count of surveys regardless of 3 possible selections. The user can select the question text, question ID, and question category. I would like these three selections to be excluded in the set analysis. Selections like date, location, etc. can remain. I essentially need to combine the following into one set analysis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COUNT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;({$&amp;lt;AvatarQuestionCategoryNM = &amp;gt;} PatientSurveyID)&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;COUNT({$&amp;lt;QuestionTXT = &amp;gt;} PatientSurveyID)&lt;/P&gt;&lt;P&gt;COUNT({$&amp;lt;QuestionID= &amp;gt;} PatientSurveyID)&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jun 2010 20:51:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Field-Selections-Set-Analysis/m-p/261592#M1204664</guid>
      <dc:creator />
      <dc:date>2010-06-07T20:51:47Z</dc:date>
    </item>
    <item>
      <title>Re. :Multiple Field Selections Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Field-Selections-Set-Analysis/m-p/261593#M1204665</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 that you want ?&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Count({&amp;lt;AvatarQuestionCategoryNM={"$(=Only(AvatarQuestionCategoryNM))"}, QuestionTXT={"$(=Only(QuestionTXT))"}, QuestionID={"$(=Only(QuestionID))"}&amp;gt;} PatientSurveyID)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jun 2010 21:00:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Field-Selections-Set-Analysis/m-p/261593#M1204665</guid>
      <dc:creator>martin59</dc:creator>
      <dc:date>2010-06-07T21:00:32Z</dc:date>
    </item>
    <item>
      <title>Re. :Multiple Field Selections Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Field-Selections-Set-Analysis/m-p/261594#M1204666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That doesn't do it - I do not want the count to be affected by any of those 3 potential selections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jun 2010 21:09:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Field-Selections-Set-Analysis/m-p/261594#M1204666</guid>
      <dc:creator />
      <dc:date>2010-06-07T21:09:27Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Multiple Field Selections Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Field-Selections-Set-Analysis/m-p/261595#M1204667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&amp;lt;pre&amp;gt;Count({$-(&amp;lt;AvatarQuestionCategoryNM={"$(=Only(AvatarQuestionCategoryNM))"}&amp;gt;+&amp;lt;QuestionTXT={"$(=Only(QuestionTXT))"}&amp;gt;+&amp;lt;QuestionID={"$(=Only(QuestionID))"})&amp;gt;} PatientSurveyID)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jun 2010 21:19:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Field-Selections-Set-Analysis/m-p/261595#M1204667</guid>
      <dc:creator>martin59</dc:creator>
      <dc:date>2010-06-07T21:19:14Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Multiple Field Selections Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Field-Selections-Set-Analysis/m-p/261596#M1204668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's just bringing back NULL in the cell now... This seems closer, I get taking the current selections excluding the set, but I don't think the union of those 3 works?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jun 2010 21:35:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Field-Selections-Set-Analysis/m-p/261596#M1204668</guid>
      <dc:creator />
      <dc:date>2010-06-07T21:35:30Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Multiple Field Selections Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Field-Selections-Set-Analysis/m-p/261597#M1204669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure why Martin out the 'only' key word in his suggestions. I believe his set is otherwise correct. (just eyeballing), but using the word 'only' he doesn't make sense.&lt;/P&gt;&lt;P&gt;take out all of the 'only' keywords in that set, and you may be in business.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2010 00:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Field-Selections-Set-Analysis/m-p/261597#M1204669</guid>
      <dc:creator />
      <dc:date>2010-06-08T00:02:08Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Multiple Field Selections Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Field-Selections-Set-Analysis/m-p/261598#M1204670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I put in and it's still returning NULL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&lt;/I&gt;&lt;I&gt;&lt;/I&gt;&lt;I&gt;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;({$-(&amp;lt;AvatarQuestionCategoryNM={&lt;B&gt;&lt;I&gt;"$(=(AvatarQuestionCategoryNM))"&lt;/I&gt;&lt;/B&gt;}&amp;gt;+&amp;lt;QuestionTXT={&lt;B&gt;&lt;I&gt;"$(=(QuestionTXT))"&lt;/I&gt;&lt;/B&gt;}&amp;gt;+&amp;lt;QuestionID={&lt;B&gt;&lt;I&gt;"$(=(QuestionID))"&lt;/I&gt;&lt;/B&gt;})&amp;gt;} PatientSurveyID)&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2010 15:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Field-Selections-Set-Analysis/m-p/261598#M1204670</guid>
      <dc:creator />
      <dc:date>2010-06-08T15:14:40Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Re: Re. :Multiple Field Selections Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Field-Selections-Set-Analysis/m-p/261599#M1204671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try that :&lt;/P&gt;&lt;PRE style="margin:0px;"&gt;&amp;lt;pre&amp;gt;&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;Count({&amp;lt;AvatarQuestionCategoryNM=E(AvatarQuestionCategoryNM)&amp;gt;+&amp;lt;QuestionTXT=E(QuestionTXT)&amp;gt;+&amp;lt;QuestionID=E(QuestionID)&amp;gt;} PatientSurveyID)&lt;/PRE&gt;&lt;BR /&gt;I didn't test it.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 14:54:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Field-Selections-Set-Analysis/m-p/261599#M1204671</guid>
      <dc:creator>martin59</dc:creator>
      <dc:date>2010-06-09T14:54:13Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Re: Re. :Multiple Field Selections Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Field-Selections-Set-Analysis/m-p/261600#M1204672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Continue to get a NULL value... What do the "E's" mean in this formula??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 17:36:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Field-Selections-Set-Analysis/m-p/261600#M1204672</guid>
      <dc:creator />
      <dc:date>2010-06-09T17:36:04Z</dc:date>
    </item>
    <item>
      <title>Multiple Field Selections Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Field-Selections-Set-Analysis/m-p/261601#M1204673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As a side comment - you seem to be going back and forth with the "dry" formula... It could be much easier if you could post a small working example and everyone could take a stab at resolving it...&lt;/P&gt;&lt;P&gt;Now, let me ask you this - what do you mean when you say:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;S-Jenson wrote: I would like these three selections to be excluded in the set analysis.&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you mean - ignore selections in those three fields? Then the SA expression should be :&lt;/P&gt;&lt;P&gt;{$&amp;lt;Field1=, Field2=, Field3= &amp;gt;}&lt;/P&gt;&lt;P&gt;The above expression will cause ignoring any user selections in the three fields and respecting any other user selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If by "exclude" you mean reversing the selection in those three fields, or excluding the selected values from calculation, then you need to use the syntax with E( ...) where E stands for "Excluded values" - something like this:&lt;/P&gt;&lt;P&gt;{$&amp;lt;Field1= E(Field1), Field2=E(Field2), Field3=E(Field3) &amp;gt;}&lt;/P&gt;&lt;P&gt;Be careful, the expression above might be heavy if some of the fields have many distinct values...&lt;/P&gt;&lt;P&gt;I highly recommend printing out the article "Set Analysis" from the Help Section and reading it thoroughly - you will find examples for just about any situation there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 18:06:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Field-Selections-Set-Analysis/m-p/261601#M1204673</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2010-06-09T18:06:13Z</dc:date>
    </item>
    <item>
      <title>Multiple Field Selections Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Field-Selections-Set-Analysis/m-p/261602#M1204674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ignore selections is what did it. I swear I had tried to use this already...&lt;/P&gt;&lt;P&gt;THANK YOU Everyone!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 18:32:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Field-Selections-Set-Analysis/m-p/261602#M1204674</guid>
      <dc:creator />
      <dc:date>2010-06-09T18:32:14Z</dc:date>
    </item>
  </channel>
</rss>

