Difference between revisions of "SqlReports"

From California PowerSchool User Group
Jump to: navigation, search
(sqlReports Examples)
(sqlReports Examples)
Line 40: Line 40:
 
* [[Media:Current Grades D-F No comments.txt.zip|Current Grades - D/F's with No Comments]] - Searches students who have a D or F with no teacher comment. Posted by Trish
 
* [[Media:Current Grades D-F No comments.txt.zip|Current Grades - D/F's with No Comments]] - Searches students who have a D or F with no teacher comment. Posted by Trish
 
* [[Media:SqlReport RoomUtilization.txt.zip|Room Utilization from Valley]] - Matrix view with rooms on left side and a column view for each period with totals per period. Unused rooms show a blank.
 
* [[Media:SqlReport RoomUtilization.txt.zip|Room Utilization from Valley]] - Matrix view with rooms on left side and a column view for each period with totals per period. Unused rooms show a blank.
**WARNING! This report uses pivot, in SQL pivots need to have the columns "hard-coded". This report is code for
+
**WARNING! This report uses pivot, in SQL pivots need to have the columns "hard-coded". This report is code for 1(A), 2(A), 3(A), 4(A), 5(A), 6(A) and 7(A) as expressions. You will need to modify for your own use.
1(A), 2(A), 3(A), 4(A), 5(A), 6(A) and 7(A) as expressions. You will need to modify for your own use.
 
 
* [[Media:Attendance Reconciliation sqlReports4 PSUGSE2016.txt.zip|Attendance Reconciliation from PSUG SE 2016 - Putting all Together]] - Lists students and their daily attendance with time in/time out compared to meeting attendance for a user-selected date.
 
* [[Media:Attendance Reconciliation sqlReports4 PSUGSE2016.txt.zip|Attendance Reconciliation from PSUG SE 2016 - Putting all Together]] - Lists students and their daily attendance with time in/time out compared to meeting attendance for a user-selected date.
  
  
 
[[Category: Contents]]
 
[[Category: Contents]]

Revision as of 16:35, 28 July 2018

sqlReports is a free customization with a premium option that allows you to create sql-based reports and/or charts in the admin portal. As a reporting tool you can create reports that do not exist in PS and make them interactive by asking admins for input. As an export tool you can build simple or complex reports and users can save the information in comma or tab format. No need to use DDE, quick export, or report templates - admins can run reports you create and export the results on the screen or filter the results before exporting. You can also build student based reports that have a 'Make Current Selection' button to easily use the results of the report as the current selection.

sqlExports and sql Exports Lite

sqlExports is a powerful way to get your data out of PowerSchool. With it you can export almost any data you need out of PS and export from tables you see in DDE and tables you don't see in DDE, such as health, incidents, extended tables, and more. You can query the database first before doing an export and either do a one-time export or schedule it to run hourly, daily, or weekly. There are also a wide range of output methods - the export can be just to the report queue, it can be saved to a local or network drive on your PS server, it can be FTP'd to a server, or included in an email.

sqlExports Lite is a free and more limited version of the full sqlExports.

SQL Topics

  • Avuhsd sql.zip - Resources from the SQL presentation at the January 20, 2012 Meeting at Antelope Valley UHSD in Palmdale.
  • Using Oracle SQL Developer.pdf - Using Oracle SQL Developer - presentation by Matt Freund
  • Basic SQL.pdf - Basic SQL Presentation by Dean Dahlvang at PSUG Las Vegas

sqlReports Examples

These can be "imported" by unzipping the download, opening the text file and pasting the contents into the "import" feature in sqlReports. These reports may need modification to work on your server and are shared "as is".