Any administrator can use the “Custom Reports” feature to export or print a specific report for data that is stored in their SpEd Forms database. Cooperative, District and School users may have limited access to some tables. They can, however, inquire with the Super Administrator who can provide access to a specific report that may be outside of their current limitations.
Super Administrators can choose “Write SQL statement” (this requires knowledge of SQL). Type in a “Report name”. If you share this report with all “Teachers”, it will show up in their (teacher) reports menu but the results will be automatically adjusted to only show records of students for which they are the case manager. To select multiple fields, hold down the CTRL key (PC) or the Apple key (Mac).
Each time the “Field order” is changed, the page will be saved and the “Data preview” will be changed to reflect the new order.
In the “Field order” section, you can alter the order the fields are displayed in the “Data preview” and final report by using the up or down arrows next to each field.
As an option, you can add “Filters” to modify the results in your custom report
When using “like”, the underscore _
and the percent sign %
can be used as wild cards. The underscore represents only one character and the percent represents spaces or any character(s). For example: br_n
could match bran, bren or brin. br%n would not only match bran, bren & brin but also brawn, brian, brighton, brown, brynn, etc. Jo%
could be used if you are looking for someone named John but are not sure if their first name is Jon, John, Johnny, Jonathan or even John Paul.
and
& or
feature can be used to combine those filters in a specific way. While using “and” between two filters would ensure that the results comply with both of those conditions, “or” would simply show all results for either of those condition.
When creating a report to show services for a specific date range one might use the option of “and” between filters of …start_date > = 7/1/2008
and …start_date < = 6/30/2009
. When creating a report to show students with disabilities of “Deaf-hard of hearing”, “Visually impaired” or “Deaf-blind” one might use the option of “or” between filters of …disability1 = 05
or …disability1 = 06
or …disability1 = 09
.
The first “Sort order” takes precedence over the second and the second over the third. For example: if you order a list of students by “last name” (first) and “first name” (second), the list of students will be sorted by “last name” and if students have the same “last name” then they will be sorted by “first name”.
As an option, you can use the “Sort order” to list the results of your custom report in a specific way.
Asc
(ascending) or Desc
(descending) from the next drop down list.The “Data preview” is limited to the top 20 results so that you can see a sample of your data without it taking too long to display.
student.addressg1_city, student.addressg1_postalcode, student.addressg1_statepr,
student.addressg1_street_line1 and student.nameg1_name
.student.nameg1_name
.When the table of results are displayed, click on “Save to File” and then click on “Save” to save the file. The file can then be opened in Microsoft Excel and a layout can be created to accommodate your mailing label sheets.
When choosing a number of fields, your search results may include several blank records. In the example we saved a “Filter” for nameg1_name with a “condition” of “Not =” and typed a space [spacebar] into the “value” field (so that any fields that were empty would not be displayed in the final report). You could also add the same conditions for addressg1_street_line1 if there are blank addresses.