<?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 Need count who attended only Maths in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-count-who-attended-only-Maths/m-p/1535505#M439108</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I need to count of Students who attended only Maths. Please find the sample data below.&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;StudentId,Subject&lt;/P&gt;&lt;P&gt;1, Maths&lt;/P&gt;&lt;P&gt;1, Physics&lt;/P&gt;&lt;P&gt;2, Maths&lt;/P&gt;&lt;P&gt;2, Chemistry&amp;nbsp;&lt;/P&gt;&lt;P&gt;3, Physics&lt;/P&gt;&lt;P&gt;3, Maths&lt;/P&gt;&lt;P&gt;4, Maths&lt;/P&gt;&lt;P&gt;5, Chemistry&lt;/P&gt;&lt;P&gt;6, Maths&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;Result : Count of StudentId who attended only Maths - ie 2.&lt;/P&gt;&lt;P&gt;I need to achieve this in text object, only with set Analysis or If condition. No change in data model.&lt;/P&gt;&lt;P&gt;please let me know if you got any idea. Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 04:39:08 GMT</pubDate>
    <dc:creator>varunvarma</dc:creator>
    <dc:date>2024-11-16T04:39:08Z</dc:date>
    <item>
      <title>Need count who attended only Maths</title>
      <link>https://community.qlik.com/t5/QlikView/Need-count-who-attended-only-Maths/m-p/1535505#M439108</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I need to count of Students who attended only Maths. Please find the sample data below.&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;StudentId,Subject&lt;/P&gt;&lt;P&gt;1, Maths&lt;/P&gt;&lt;P&gt;1, Physics&lt;/P&gt;&lt;P&gt;2, Maths&lt;/P&gt;&lt;P&gt;2, Chemistry&amp;nbsp;&lt;/P&gt;&lt;P&gt;3, Physics&lt;/P&gt;&lt;P&gt;3, Maths&lt;/P&gt;&lt;P&gt;4, Maths&lt;/P&gt;&lt;P&gt;5, Chemistry&lt;/P&gt;&lt;P&gt;6, Maths&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;Result : Count of StudentId who attended only Maths - ie 2.&lt;/P&gt;&lt;P&gt;I need to achieve this in text object, only with set Analysis or If condition. No change in data model.&lt;/P&gt;&lt;P&gt;please let me know if you got any idea. Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:39:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-count-who-attended-only-Maths/m-p/1535505#M439108</guid>
      <dc:creator>varunvarma</dc:creator>
      <dc:date>2024-11-16T04:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need count who attended only Maths</title>
      <link>https://community.qlik.com/t5/QlikView/Need-count-who-attended-only-Maths/m-p/1535508#M439109</link>
      <description>Try this?&lt;BR /&gt;Count({&amp;lt;Subject = {'Maths'}&amp;gt;} StudentId)</description>
      <pubDate>Sun, 27 Jan 2019 02:19:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-count-who-attended-only-Maths/m-p/1535508#M439109</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-01-27T02:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need count who attended only Maths</title>
      <link>https://community.qlik.com/t5/QlikView/Need-count-who-attended-only-Maths/m-p/1535509#M439110</link>
      <description>&lt;P&gt;Hi, I need only count of StudentId who attended only Maths. Ie result should be 2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;StudentId : 4 and 6. Only these 2 students attended only Maths.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Jan 2019 02:25:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-count-who-attended-only-Maths/m-p/1535509#M439110</guid>
      <dc:creator>varunvarma</dc:creator>
      <dc:date>2019-01-27T02:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need count who attended only Maths</title>
      <link>https://community.qlik.com/t5/QlikView/Need-count-who-attended-only-Maths/m-p/1535540#M439112</link>
      <description>Hi, you can try this expression:&lt;BR /&gt;=Count({&amp;lt;Subject = {'Maths'}, StudentId={"=Count(Distinct Subject)=1"}&amp;gt;} StudentId)</description>
      <pubDate>Sun, 27 Jan 2019 10:58:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-count-who-attended-only-Maths/m-p/1535540#M439112</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2019-01-27T10:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Need count who attended only Maths</title>
      <link>https://community.qlik.com/t5/QlikView/Need-count-who-attended-only-Maths/m-p/1535554#M439115</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22593"&gt;@rubenmarin&lt;/a&gt;&amp;nbsp;Thanks for the support. It’s working fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But 1 doubt, how count of distinct subject are aggregated by student only. In case if I have multiple columns then how it behaves.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Jan 2019 13:25:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-count-who-attended-only-Maths/m-p/1535554#M439115</guid>
      <dc:creator>varunvarma</dc:creator>
      <dc:date>2019-01-27T13:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Need count who attended only Maths</title>
      <link>https://community.qlik.com/t5/QlikView/Need-count-who-attended-only-Maths/m-p/1536341#M439174</link>
      <description>&lt;P&gt;Hi, I don't underestand the problem with multiple columns, can you&amp;nbsp;expand the question with sample data?&lt;BR /&gt;&lt;BR /&gt;The expresion works with 2 conditions: having Maths as subject and having only one subject, so this only subject has to be Maths to be counted.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 07:54:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-count-who-attended-only-Maths/m-p/1536341#M439174</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2019-01-29T07:54:30Z</dc:date>
    </item>
  </channel>
</rss>

