Difference between revisions of "SqlReports"

From California PowerSchool User Group
Jump to: navigation, search
(sqlReports Examples)
(sqlReports Examples)
Line 30: Line 30:
 
* [[Media:SqlReport noSSOAccounts.txt.zip|No SSO Accounts]] - Lists and makes current selection students who do not have an SSO account. This means parents have not signed up. The report is limited to students who have "AllowWebAccess" checked for a parent.
 
* [[Media:SqlReport noSSOAccounts.txt.zip|No SSO Accounts]] - Lists and makes current selection students who do not have an SSO account. This means parents have not signed up. The report is limited to students who have "AllowWebAccess" checked for a parent.
 
* [[Media:SqlReport parentemailfinder.txt.zip|Parent Email Finder for SSO]] - Enter all or part of a guardian email address to find where that email address exists in Parent SSO accounts. It could be the main account address or additional notifications the guardian has setup. The report searches both areas.
 
* [[Media:SqlReport parentemailfinder.txt.zip|Parent Email Finder for SSO]] - Enter all or part of a guardian email address to find where that email address exists in Parent SSO accounts. It could be the main account address or additional notifications the guardian has setup. The report searches both areas.
 +
* [[Media:AtRiskDFGrades Valley.txt.zip|D and F At Risk Report from Valley]] - Contains some elements unique to Valley, such as tagging students as "New" or "International (IN)"
 +
* [[Media:UnverifiedAbsences.txt.zip|Unverified Absences from Valley]] - Reports "A" absences for the current year through a user specified date for Periods 1-9.
 +
* [[Media:RecentDataImportsbyUser.rtf.zip|Recent Quick Imports by Date and User]] - Lists the name of anyone using quick import to upload data.
 +
* [[Media:Districtsarb.txt.zip|District SARB Extract]] - Lists all students that have been extracted using ATN process for District.
 +
* [[Media:Schoolsarb.txt.zip|School SARB Extract]] - Lists all students at current school that have been extracted using ATN process.
 +
  
 
[[Category: Contents]]
 
[[Category: Contents]]

Revision as of 16:17, 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".