<?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: How to Identify 8th Grade Students Who Have Been in the District Since Kindergarten? in Community Forum</title>
    <link>https://help.powerschool.com/t5/Community-Forum/How-to-Identify-8th-Grade-Students-Who-Have-Been-in-the-District/m-p/550633#M27333</link>
    <description>&lt;P&gt;^^ This will not return what OP is asking for at all.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Jul 2025 15:17:51 GMT</pubDate>
    <dc:creator>JeffG9</dc:creator>
    <dc:date>2025-07-14T15:17:51Z</dc:date>
    <item>
      <title>How to Identify 8th Grade Students Who Have Been in the District Since Kindergarten?</title>
      <link>https://help.powerschool.com/t5/Community-Forum/How-to-Identify-8th-Grade-Students-Who-Have-Been-in-the-District/m-p/550612#M27328</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I'm trying to generate a report that identifies &lt;STRONG&gt;current 8th grade students&lt;/STRONG&gt; who have been enrolled in our &lt;STRONG&gt;district since Kindergarten&lt;/STRONG&gt; — but it's fine if they were out of the district for &lt;STRONG&gt;one year only&lt;/STRONG&gt; and later returned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone built a report like this before — or is there a more efficient way to approach this within PowerSchool or SQL Reports?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 14:13:01 GMT</pubDate>
      <guid>https://help.powerschool.com/t5/Community-Forum/How-to-Identify-8th-Grade-Students-Who-Have-Been-in-the-District/m-p/550612#M27328</guid>
      <dc:creator>powerade</dc:creator>
      <dc:date>2025-07-14T14:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to Identify 8th Grade Students Who Have Been in the District Since Kindergarten?</title>
      <link>https://help.powerschool.com/t5/Community-Forum/How-to-Identify-8th-Grade-Students-Who-Have-Been-in-the-District/m-p/550613#M27329</link>
      <description>&lt;P&gt;You should be able to run a quick student export - select grade 8 from the Start Page -Quick Export - Make sure Entry date is in the field selection box -&lt;/P&gt;&lt;P&gt;EntryDate&lt;BR /&gt;Building&lt;BR /&gt;ExitDate&lt;BR /&gt;^(*contact_info;cat=rel;val=relationship;)&lt;BR /&gt;^(*contact_info;cat=addr;which-val=1;val=street,line2,unit, city, stateprovince, postalcode;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 14 Jul 2025 14:27:26 GMT</pubDate>
      <guid>https://help.powerschool.com/t5/Community-Forum/How-to-Identify-8th-Grade-Students-Who-Have-Been-in-the-District/m-p/550613#M27329</guid>
      <dc:creator>kcrable</dc:creator>
      <dc:date>2025-07-14T14:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to Identify 8th Grade Students Who Have Been in the District Since Kindergarten?</title>
      <link>https://help.powerschool.com/t5/Community-Forum/How-to-Identify-8th-Grade-Students-Who-Have-Been-in-the-District/m-p/550633#M27333</link>
      <description>&lt;P&gt;^^ This will not return what OP is asking for at all.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 15:17:51 GMT</pubDate>
      <guid>https://help.powerschool.com/t5/Community-Forum/How-to-Identify-8th-Grade-Students-Who-Have-Been-in-the-District/m-p/550633#M27333</guid>
      <dc:creator>JeffG9</dc:creator>
      <dc:date>2025-07-14T15:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to Identify 8th Grade Students Who Have Been in the District Since Kindergarten?</title>
      <link>https://help.powerschool.com/t5/Community-Forum/How-to-Identify-8th-Grade-Students-Who-Have-Been-in-the-District/m-p/554380#M27732</link>
      <description>&lt;P&gt;Are you wanting to include students who may have started in kindergarten, left for a year or two, then returned?&amp;nbsp; Or are you looking for consecutive enrollment?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2025 17:38:31 GMT</pubDate>
      <guid>https://help.powerschool.com/t5/Community-Forum/How-to-Identify-8th-Grade-Students-Who-Have-Been-in-the-District/m-p/554380#M27732</guid>
      <dc:creator>Scott_Hansen</dc:creator>
      <dc:date>2025-08-29T17:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to Identify 8th Grade Students Who Have Been in the District Since Kindergarten?</title>
      <link>https://help.powerschool.com/t5/Community-Forum/How-to-Identify-8th-Grade-Students-Who-Have-Been-in-the-District/m-p/554556#M27748</link>
      <description>&lt;P&gt;I think this might work for you.&amp;nbsp; It compares the students table with the reenrollments table - grabbing all current 8th graders with at least 7 reenrollment records.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SELECT distinct&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;S.student_number,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;s.lastfirst,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;count(r.GRADE_LEVEL)&lt;/P&gt;&lt;P&gt;FROM STUDENTS s&lt;BR /&gt;INNER JOIN REENROLLMENTS r on r.STUDENTID = s.id&lt;BR /&gt;WHERE&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;S.ENROLL_STATUS = 0&amp;nbsp; AND&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;S.GRADE_LEVEL = 8&lt;BR /&gt;GROUP BY&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;S.student_number, s.lastfirst&lt;BR /&gt;HAVING&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;count(r.GRADE_LEVEL) &amp;gt; 7&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2025 13:47:00 GMT</pubDate>
      <guid>https://help.powerschool.com/t5/Community-Forum/How-to-Identify-8th-Grade-Students-Who-Have-Been-in-the-District/m-p/554556#M27748</guid>
      <dc:creator>Scott_Hansen</dc:creator>
      <dc:date>2025-09-02T13:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to Identify 8th Grade Students Who Have Been in the District Since Kindergarten?</title>
      <link>https://help.powerschool.com/t5/Community-Forum/How-to-Identify-8th-Grade-Students-Who-Have-Been-in-the-District/m-p/555942#M27855</link>
      <description>&lt;P&gt;If you have Summer School in Powerschool this may not work because summer school enrollment creates extra records in the re-enrollment table.&lt;/P&gt;&lt;P&gt;I have an SQL report where I try and find the year a student entered 9th grade. I use a subquery to find the 1st entry in the table that is for 9th grade. You can use a similar approach in your query.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LEFT OUTER JOIN&lt;BR /&gt;(Select StudentID, Min(EntryDate) as SchEnter&lt;BR /&gt;From REENROLLMENTS where grade_level=9&lt;BR /&gt;Group by StudentID) RX on s.id=rx.STUDENTID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then in the Select statement I have:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Case when rx.schEnter is not null then to_Char(rx.SchEnter,'MM/DD/YYYY')&lt;BR /&gt;when rx.schEnter is null and s.grade_level=9 then to_char(s.EntryDate,'MM/DD/YYYY')&lt;BR /&gt;else 'Enter after 9'&lt;BR /&gt;end as EnterNine&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This shows me the entry date into the ninth grade for each student. If the student entered after the ninth grade it will print, Enter after 9.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 19:36:01 GMT</pubDate>
      <guid>https://help.powerschool.com/t5/Community-Forum/How-to-Identify-8th-Grade-Students-Who-Have-Been-in-the-District/m-p/555942#M27855</guid>
      <dc:creator>LoriF6</dc:creator>
      <dc:date>2025-09-12T19:36:01Z</dc:date>
    </item>
  </channel>
</rss>

