<?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 new user - how to pull a list of all students for a specific period along with their teacher in Community Forum</title>
    <link>https://help.powerschool.com/t5/Community-Forum/new-user-how-to-pull-a-list-of-all-students-for-a-specific/m-p/480130#M20231</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to figure out how to pull a report that contains a column of all students name, and a column with their teacher for a specific period that we designate. For instance, we have a HR course within our schedule, and not in the homeroom field, I would like to export a list of all students and their homeroom teacher. It seems easy if we had it corret in the field, but I do not know how to do this since it is set up as a course. Thank you for any help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Aug 2023 14:32:42 GMT</pubDate>
    <dc:creator>MichelleRoach</dc:creator>
    <dc:date>2023-08-01T14:32:42Z</dc:date>
    <item>
      <title>new user - how to pull a list of all students for a specific period along with their teacher</title>
      <link>https://help.powerschool.com/t5/Community-Forum/new-user-how-to-pull-a-list-of-all-students-for-a-specific/m-p/480130#M20231</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to figure out how to pull a report that contains a column of all students name, and a column with their teacher for a specific period that we designate. For instance, we have a HR course within our schedule, and not in the homeroom field, I would like to export a list of all students and their homeroom teacher. It seems easy if we had it corret in the field, but I do not know how to do this since it is set up as a course. Thank you for any help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 14:32:42 GMT</pubDate>
      <guid>https://help.powerschool.com/t5/Community-Forum/new-user-how-to-pull-a-list-of-all-students-for-a-specific/m-p/480130#M20231</guid>
      <dc:creator>MichelleRoach</dc:creator>
      <dc:date>2023-08-01T14:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: new user - how to pull a list of all students for a specific period along with their teacher</title>
      <link>https://help.powerschool.com/t5/Community-Forum/new-user-how-to-pull-a-list-of-all-students-for-a-specific/m-p/520817#M24235</link>
      <description>&lt;P&gt;Is their a way to split that teachers first and last name in the results?&amp;nbsp; For example, instead of the result exporting it as "Appleseed, Johnny A"&amp;nbsp; can we split it so it delivers result as "Appleseed","Johnny A"&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 01:02:26 GMT</pubDate>
      <guid>https://help.powerschool.com/t5/Community-Forum/new-user-how-to-pull-a-list-of-all-students-for-a-specific/m-p/520817#M24235</guid>
      <dc:creator>ParatrooperJoe</dc:creator>
      <dc:date>2024-07-31T01:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: new user - how to pull a list of all students for a specific period along with their teacher</title>
      <link>https://help.powerschool.com/t5/Community-Forum/new-user-how-to-pull-a-list-of-all-students-for-a-specific/m-p/541810#M26701</link>
      <description>&lt;P&gt;Can the teachers name be decode to view as&amp;nbsp;"teachers first and last name"&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 18:57:30 GMT</pubDate>
      <guid>https://help.powerschool.com/t5/Community-Forum/new-user-how-to-pull-a-list-of-all-students-for-a-specific/m-p/541810#M26701</guid>
      <dc:creator>DSegal3440</dc:creator>
      <dc:date>2025-03-12T18:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: new user - how to pull a list of all students for a specific period along with their teacher</title>
      <link>https://help.powerschool.com/t5/Community-Forum/new-user-how-to-pull-a-list-of-all-students-for-a-specific/m-p/541895#M26706</link>
      <description>&lt;P&gt;If you want to go the SQL route, I think this will work for you: (expression is the period id)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SELECT s.lastfirst as student, teachers.lastfirst as teacher, cc.expression&lt;BR /&gt;FROM students s&lt;BR /&gt;inner join cc on cc.studentid = s.id&lt;BR /&gt;INNER JOIN sections on sections.id = cc.sectionid&lt;BR /&gt;INNER JOIN teachers on teachers.id = sections.teacher&lt;BR /&gt;WHERE cc.expression = '1(A-B)'&lt;BR /&gt;AND s.enroll_status = 0&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 18:57:22 GMT</pubDate>
      <guid>https://help.powerschool.com/t5/Community-Forum/new-user-how-to-pull-a-list-of-all-students-for-a-specific/m-p/541895#M26706</guid>
      <dc:creator>Scott_Hansen</dc:creator>
      <dc:date>2025-03-13T18:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: new user - how to pull a list of all students for a specific period along with their teacher</title>
      <link>https://help.powerschool.com/t5/Community-Forum/new-user-how-to-pull-a-list-of-all-students-for-a-specific/m-p/552081#M27475</link>
      <description>&lt;P&gt;This is helpful, but what if I want the 1st block course number and name too?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 15:56:53 GMT</pubDate>
      <guid>https://help.powerschool.com/t5/Community-Forum/new-user-how-to-pull-a-list-of-all-students-for-a-specific/m-p/552081#M27475</guid>
      <dc:creator>pevans877</dc:creator>
      <dc:date>2025-08-01T15:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: new user - how to pull a list of all students for a specific period along with their teacher</title>
      <link>https://help.powerschool.com/t5/Community-Forum/new-user-how-to-pull-a-list-of-all-students-for-a-specific/m-p/552085#M27477</link>
      <description>&lt;P&gt;Nevermind, I realized I have to put multiple dat codes like below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;^(*period_info;1-2(A);course_number)&lt;BR /&gt;^(*period_info;1-2(A);course_name)&lt;BR /&gt;^(*period_info;1-2(A);teacher_name)&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 16:01:58 GMT</pubDate>
      <guid>https://help.powerschool.com/t5/Community-Forum/new-user-how-to-pull-a-list-of-all-students-for-a-specific/m-p/552085#M27477</guid>
      <dc:creator>pevans877</dc:creator>
      <dc:date>2025-08-01T16:01:58Z</dc:date>
    </item>
  </channel>
</rss>

