<?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: Keeping the filtering function of current selection while disregard it in count function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Keeping-the-filtering-function-of-current-selection-while/m-p/816143#M287842</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sample attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Nov 2014 11:03:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-12T11:03:34Z</dc:date>
    <item>
      <title>Keeping the filtering function of current selection while disregard it in count function</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-the-filtering-function-of-current-selection-while/m-p/816134#M287833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have encountered the following problem.&lt;/P&gt;&lt;P&gt;I have made 2 straight table in a dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose the first table consists of the information for students, while the second table consists of the information of interest club in school. Since one student can belong to several interest club, I expected that when I click on one student, the second table will shows the interest group the student belong to. The problem is, there is a column displaying the total number of students in that interest club and when I click on the student, the number will become 1 as expected. I have tried to use count({} distinct student) and it can fix the problem of number of count. However, the filtering function is also disabled. That is, now the second table (the interest club) will show all the interest club instead of the interest club that the selected student belong to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you please advise?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: ivy ting&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 08:47:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-the-filtering-function-of-current-selection-while/m-p/816134#M287833</guid>
      <dc:creator />
      <dc:date>2014-11-12T08:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping the filtering function of current selection while disregard it in count function</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-the-filtering-function-of-current-selection-while/m-p/816135#M287834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, maybe something like:&lt;/P&gt;&lt;P&gt;count({&amp;lt;student&amp;gt;} distinct student)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This count students removing the selection in the 'student' field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, if not I can give a more accurate answer if you upload a sample&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 08:50:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-the-filtering-function-of-current-selection-while/m-p/816135#M287834</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2014-11-12T08:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping the filtering function of current selection while disregard it in count function</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-the-filtering-function-of-current-selection-while/m-p/816136#M287835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot. It works! Could you please explain a bit the meaning for {&amp;lt;student&amp;gt;} in the expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 09:12:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-the-filtering-function-of-current-selection-while/m-p/816136#M287835</guid>
      <dc:creator />
      <dc:date>2014-11-12T09:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping the filtering function of current selection while disregard it in count function</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-the-filtering-function-of-current-selection-while/m-p/816137#M287836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's 'set analisys'. That means to ignore the selections in 'student' field for that count sentence&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 09:17:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-the-filtering-function-of-current-selection-while/m-p/816137#M287836</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2014-11-12T09:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping the filtering function of current selection while disregard it in count function</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-the-filtering-function-of-current-selection-while/m-p/816138#M287837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry it didn't work as expected after further testing.I can the count correct but table 2 shows all the values in the data set instead of the data of the student. It is probably because the selections in 'student' field is ignored.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 09:24:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-the-filtering-function-of-current-selection-while/m-p/816138#M287837</guid>
      <dc:creator />
      <dc:date>2014-11-12T09:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping the filtering function of current selection while disregard it in count function</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-the-filtering-function-of-current-selection-while/m-p/816139#M287838</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;Can you post sample app with expected output to look over.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 09:25:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-the-filtering-function-of-current-selection-while/m-p/816139#M287838</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-11-12T09:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping the filtering function of current selection while disregard it in count function</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-the-filtering-function-of-current-selection-while/m-p/816140#M287839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt;Which fields are common in your both table (for association). Look into your model.&lt;/P&gt;&lt;P&gt;Can you post the sample data. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 09:44:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-the-filtering-function-of-current-selection-while/m-p/816140#M287839</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-12T09:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping the filtering function of current selection while disregard it in count function</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-the-filtering-function-of-current-selection-while/m-p/816141#M287840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ivy,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The way in which I got this to work before was to create a resident load in your script for your "interest" and load the students again, so as "students2" for example (therefore your resident load is interest and students as students2 for example).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can then have students in a listbox, but your table becomes interest as the dimension and =count(Distinct Student2) as your expression; therefore it will filter to only the interests that student has, but will count the number of students from student2 that have that entire interest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 10:08:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-the-filtering-function-of-current-selection-while/m-p/816141#M287840</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2014-11-12T10:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping the filtering function of current selection while disregard it in count function</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-the-filtering-function-of-current-selection-while/m-p/816142#M287841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ivy, I'll need a sample data to give a more accurate answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 10:22:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-the-filtering-function-of-current-selection-while/m-p/816142#M287841</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2014-11-12T10:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping the filtering function of current selection while disregard it in count function</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-the-filtering-function-of-current-selection-while/m-p/816143#M287842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sample attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 11:03:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-the-filtering-function-of-current-selection-while/m-p/816143#M287842</guid>
      <dc:creator />
      <dc:date>2014-11-12T11:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Keeping the filtering function of current selection while disregard it in count function</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-the-filtering-function-of-current-selection-while/m-p/816144#M287843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached for what I was mentioning before. Just change the data I loaded for your existing data and alter the resident load to look at student_no and it should work!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 11:10:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-the-filtering-function-of-current-selection-while/m-p/816144#M287843</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2014-11-12T11:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Keeping the filtering function of current selection while disregard it in count function</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-the-filtering-function-of-current-selection-while/m-p/816145#M287844</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;Check if this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 11:15:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-the-filtering-function-of-current-selection-while/m-p/816145#M287844</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-11-12T11:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Keeping the filtering function of current selection while disregard it in count function</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-the-filtering-function-of-current-selection-while/m-p/816146#M287845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, check attachment if this meets your requirements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 11:17:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-the-filtering-function-of-current-selection-while/m-p/816146#M287845</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2014-11-12T11:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping the filtering function of current selection while disregard it in count function</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-the-filtering-function-of-current-selection-while/m-p/816147#M287846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Ruben's method should work. I if you are looking for the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 11:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-the-filtering-function-of-current-selection-while/m-p/816147#M287846</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-12T11:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping the filtering function of current selection while disregard it in count function</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-the-filtering-function-of-current-selection-while/m-p/816148#M287847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot! it works. Would you please explain a bit what is the mechanism behind the following expression? count({0"}, student_no&amp;gt;} DISTINCT student_no)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 11:34:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-the-filtering-function-of-current-selection-while/m-p/816148#M287847</guid>
      <dc:creator />
      <dc:date>2014-11-12T11:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping the filtering function of current selection while disregard it in count function</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-the-filtering-function-of-current-selection-while/m-p/816149#M287848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The filters are in set analisys:&lt;/P&gt;&lt;P&gt;count({&amp;lt;&lt;STRONG&gt;club={"=Count(student_no)&amp;gt;0"}, student_no&lt;/STRONG&gt;&amp;gt;} DISTINCT student_no)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;club={"=Count(student_no)&amp;gt;0"}&lt;/STRONG&gt; filters the field 'club' to show only the clubs wich have at least one of the selected students&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;student_no &lt;/STRONG&gt;ignores the selection in student_no, so the count will count all the students in each club&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 11:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-the-filtering-function-of-current-selection-while/m-p/816149#M287848</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2014-11-12T11:41:03Z</dc:date>
    </item>
  </channel>
</rss>

