<?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: Students with missing data request in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Students-with-missing-data-request/m-p/1778588#M60498</link>
    <description>&lt;P&gt;Thank you Anil, but it is not doing anything different to the list.&amp;nbsp; Currently my table shows no data and changing it to this did not help.&amp;nbsp; Also my users will select the department value from the filters so I had to use the GetFieldSelections to find out what they have selected and find the students who does not have that department in their record..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Jan 2021 20:49:59 GMT</pubDate>
    <dc:creator>sshastry</dc:creator>
    <dc:date>2021-01-29T20:49:59Z</dc:date>
    <item>
      <title>Students with missing data request</title>
      <link>https://community.qlik.com/t5/App-Development/Students-with-missing-data-request/m-p/1778556#M60491</link>
      <description>&lt;P&gt;Thanking this group in advance for helping.&lt;/P&gt;&lt;P&gt;I work with a school system.&amp;nbsp; We have data related to students.&amp;nbsp; Students are enrolled in a school in the current year - they are considered active students.&amp;nbsp; Each of those will request courses for next school year - we call this schedule_request. The process of requesting courses takes month, but during the process we would want to identify those students who has not completed specific requests.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;For eg. all 5th grade students should have a request for Math course.&amp;nbsp; Under the Math Department, there could be multiple math courses that they can pick from.&amp;nbsp;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;In my dataset, I have listed all active students with their grade level in table 1&lt;/LI&gt;&lt;LI&gt;I have another table which lists all the courses they have requested as table2&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;EM&gt;The question I am supposed to answer is :find out all the students who has NOT selected any courses from MATH department who are in 5th grade.&lt;/EM&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I created a table object which only lists current active 5th grade students.&lt;/LI&gt;&lt;LI&gt;I have a filter pane which lists departments.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I was trying to use the GetSelectedFields(DEPTNAME) as follows, but the table is not listing any students. I have used similar concept to get counts of students who does not have a specific courses -- but when it comes to a list of students in a table, I am unable to create it.&lt;/P&gt;&lt;P&gt;Only( { &amp;lt;DEPTDESCRIPTION=-{"$(=GetFieldSelections(DEPTDESCRIPTION))"}&amp;gt;} distinct SIS_NUMBER)&lt;/P&gt;&lt;P&gt;Thank you for your help&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 13:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Students-with-missing-data-request/m-p/1778556#M60491</guid>
      <dc:creator>sshastry</dc:creator>
      <dc:date>2021-04-01T13:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Students with missing data request</title>
      <link>https://community.qlik.com/t5/App-Development/Students-with-missing-data-request/m-p/1778566#M60493</link>
      <description>&lt;P&gt;Instead you can try with concat() like&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Only( { &amp;lt;DEPTDESCRIPTION-={"$(=Concat(DISTINCT Chr(39) &amp;amp; DEPTDESCRIPTION &amp;amp; Chr(39), ','))"}&amp;gt;} distinct SIS_NUMBER)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 19:26:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Students-with-missing-data-request/m-p/1778566#M60493</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2021-01-29T19:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Students with missing data request</title>
      <link>https://community.qlik.com/t5/App-Development/Students-with-missing-data-request/m-p/1778588#M60498</link>
      <description>&lt;P&gt;Thank you Anil, but it is not doing anything different to the list.&amp;nbsp; Currently my table shows no data and changing it to this did not help.&amp;nbsp; Also my users will select the department value from the filters so I had to use the GetFieldSelections to find out what they have selected and find the students who does not have that department in their record..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 20:49:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Students-with-missing-data-request/m-p/1778588#M60498</guid>
      <dc:creator>sshastry</dc:creator>
      <dc:date>2021-01-29T20:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Students with missing data request</title>
      <link>https://community.qlik.com/t5/App-Development/Students-with-missing-data-request/m-p/1778591#M60500</link>
      <description>&lt;P&gt;Will you be able to share sample data set to check once?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 21:02:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Students-with-missing-data-request/m-p/1778591#M60500</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2021-01-29T21:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Students with missing data request</title>
      <link>https://community.qlik.com/t5/App-Development/Students-with-missing-data-request/m-p/1778594#M60502</link>
      <description>&lt;P&gt;I would suggest you to solve in in the script level. Join the 2 tables to create a flag IsMathStudent. Something like this:&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load * From ...&lt;/P&gt;&lt;P&gt;Left Join&lt;/P&gt;&lt;P&gt;Load&amp;nbsp;&lt;/P&gt;&lt;P&gt;Student_ID,&lt;/P&gt;&lt;P&gt;1 as&amp;nbsp;IsMathStudent&lt;/P&gt;&lt;P&gt;From....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then on the expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Count( { &amp;lt;IsMathStudent -={1}&amp;gt;} distinct SIS_NUMBER)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 21:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Students-with-missing-data-request/m-p/1778594#M60502</guid>
      <dc:creator>sonkumamon</dc:creator>
      <dc:date>2021-01-29T21:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Students with missing data request</title>
      <link>https://community.qlik.com/t5/App-Development/Students-with-missing-data-request/m-p/1778595#M60503</link>
      <description>&lt;P&gt;Anil - I will try and get a small subset of data to load here.&amp;nbsp; Still new to doing this so it will take me a day or so - Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 21:26:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Students-with-missing-data-request/m-p/1778595#M60503</guid>
      <dc:creator>sshastry</dc:creator>
      <dc:date>2021-01-29T21:26:23Z</dc:date>
    </item>
  </channel>
</rss>

