-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Stddev to isrPrintExpanded report
- Loading branch information
Showing
6 changed files
with
24 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
app/naprrql/reporting_templates/school/isrPrintingExpanded_map.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
EDID,First Name,Last Name,Date of Birth,Year Level,Sex,Indigenous Status,LBOTE Status,Parent 1 School Education,Parent 1 Non-School Education,Parent 1 Occupation,Parent 2 School Education,Parent 2 Non-School Education,Parent 2 Occupation,Student LOTE,Parent 1 LOTE,Parent 2 LOTE,Country of Birth,Local School Student ID,Diocesan Student ID,TAA Student ID,Platform Student ID,Previous Local School Student ID,Previous Diocesan Student ID,Previous TAA Student ID,Previous Platform Student ID,Education Support,Full Fee Paying Student,Visa Code,Home Schooled Student,Sensitive,Address Line 1,Address Line 2,Locality,Postcode,State,School Code,School Name,R_Score,W_Score,S_Score,G_Score,N_Score,R_Comment,W_Comment,S_Comment,G_Comment,N_Comment,R_Mean,W_Mean,S_Mean,G_Mean,N_Mean,R_Participation,W_Participation,S_Participation,G_Participation,N_Participation,R_Pathway,W_Pathway,S_Pathway,G_Pathway,N_Pathway | ||
Student.LocalId,Student.GivenName,Student.FamilyName,Student.BirthDate,Student.TestLevel,Student.Sex,Student.IndigenousStatus,Student.LBOTE,Student.Parent1SchoolEducation,Student.Parent1NonSchoolEducation,Student.Parent1Occupation,Student.Parent2SchoolEducation,Student.Parent2NonSchoolEducation,Student.Parent2Occupation,Student.StudentLOTE,Student.Parent1LOTE,Student.Parent2LOTE,Student.CountryOfBirth,Student.LocalId,Student.OtherIdList.OtherId.#[Type==DiocesanStudentId].Value,Student.OtherIdList.OtherId.#[Type==TAAStudentId].Value,Student.OtherIdList.OtherId.#[Type==PreviousLocalId].Value,Student.OtherIdList.OtherId.#[Type==PreviousDiocesanStudentId].Value,Student.OtherIdList.OtherId.#[Type==PreviousTAAStudentId].Value,Student.OtherIdList.OtherId.#[Type==PreviousNAPPlatformStudentId].Value,Student.OtherIdList.OtherId.#[Type==NAPPlatformStudentId].Value,Student.EducationSupport,Student.FFPOS,Student.VisaCode,Student.HomeSchooledStudent,Student.Sensitive,Student.AddressLine1,Student.AddressLine2,Student.Locality,Student.Postcode,Student.StateTerritory,SchoolID,SchoolName,R_Score,W_Score,S_Score,G_Score,N_Score,R_Comment,W_Comment,S_Comment,G_Comment,N_Comment,R_Mean,W_Mean,S_Mean,G_Mean,N_Mean,R_Participation,W_Participation,S_Participation,G_Participation,N_Participation,R_Pathway,W_Pathway,S_Pathway,G_Pathway,N_Pathway | ||
EDID,First Name,Last Name,Date of Birth,Year Level,Sex,Indigenous Status,LBOTE Status,Parent 1 School Education,Parent 1 Non-School Education,Parent 1 Occupation,Parent 2 School Education,Parent 2 Non-School Education,Parent 2 Occupation,Student LOTE,Parent 1 LOTE,Parent 2 LOTE,Country of Birth,Local School Student ID,Diocesan Student ID,TAA Student ID,Platform Student ID,Previous Local School Student ID,Previous Diocesan Student ID,Previous TAA Student ID,Previous Platform Student ID,Education Support,Full Fee Paying Student,Visa Code,Home Schooled Student,Sensitive,Address Line 1,Address Line 2,Locality,Postcode,State,School Code,School Name,R_Score,W_Score,S_Score,G_Score,N_Score,R_Comment,W_Comment,S_Comment,G_Comment,N_Comment,R_Mean,W_Mean,S_Mean,G_Mean,N_Mean,R_Participation,W_Participation,S_Participation,G_Participation,N_Participation,R_Pathway,W_Pathway,S_Pathway,G_Pathway,N_Pathway,R_Stddev,W_Stddev,S_Stddev,G_Stddev,N_Stddev | ||
Student.LocalId,Student.GivenName,Student.FamilyName,Student.BirthDate,Student.TestLevel,Student.Sex,Student.IndigenousStatus,Student.LBOTE,Student.Parent1SchoolEducation,Student.Parent1NonSchoolEducation,Student.Parent1Occupation,Student.Parent2SchoolEducation,Student.Parent2NonSchoolEducation,Student.Parent2Occupation,Student.StudentLOTE,Student.Parent1LOTE,Student.Parent2LOTE,Student.CountryOfBirth,Student.LocalId,Student.OtherIdList.OtherId.#[Type==DiocesanStudentId].Value,Student.OtherIdList.OtherId.#[Type==TAAStudentId].Value,Student.OtherIdList.OtherId.#[Type==PreviousLocalId].Value,Student.OtherIdList.OtherId.#[Type==PreviousDiocesanStudentId].Value,Student.OtherIdList.OtherId.#[Type==PreviousTAAStudentId].Value,Student.OtherIdList.OtherId.#[Type==PreviousNAPPlatformStudentId].Value,Student.OtherIdList.OtherId.#[Type==NAPPlatformStudentId].Value,Student.EducationSupport,Student.FFPOS,Student.VisaCode,Student.HomeSchooledStudent,Student.Sensitive,Student.AddressLine1,Student.AddressLine2,Student.Locality,Student.Postcode,Student.StateTerritory,SchoolID,SchoolName,R_Score,W_Score,S_Score,G_Score,N_Score,R_Comment,W_Comment,S_Comment,G_Comment,N_Comment,R_Mean,W_Mean,S_Mean,G_Mean,N_Mean,R_Participation,W_Participation,S_Participation,G_Participation,N_Participation,R_Pathway,W_Pathway,S_Pathway,G_Pathway,N_Pathway,R_Stddev,W_Stddev,S_Stddev,G_Stddev,N_Stddev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
app/naprrql/reporting_templates/system/isrPrintingExpanded_map.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
EDID,First Name,Last Name,Date of Birth,Year Level,Sex,Indigenous Status,LBOTE Status,Parent 1 School Education,Parent 1 Non-School Education,Parent 1 Occupation,Parent 2 School Education,Parent 2 Non-School Education,Parent 2 Occupation,Student LOTE,Parent 1 LOTE,Parent 2 LOTE,Country of Birth,Local School Student ID,Diocesan Student ID,TAA Student ID,Platform Student ID,Previous Local School Student ID,Previous Diocesan Student ID,Previous TAA Student ID,Previous Platform Student ID,Education Support,Full Fee Paying Student,Visa Code,Home Schooled Student,Sensitive,Address Line 1,Address Line 2,Locality,Postcode,State,School Code,School Name,R_Score,W_Score,S_Score,G_Score,N_Score,R_Comment,W_Comment,S_Comment,G_Comment,N_Comment,R_Mean,W_Mean,S_Mean,G_Mean,N_Mean,R_Participation,W_Participation,S_Participation,G_Participation,N_Participation,R_Pathway,W_Pathway,S_Pathway,G_Pathway,N_Pathway | ||
Student.LocalId,Student.GivenName,Student.FamilyName,Student.BirthDate,Student.TestLevel,Student.Sex,Student.IndigenousStatus,Student.LBOTE,Student.Parent1SchoolEducation,Student.Parent1NonSchoolEducation,Student.Parent1Occupation,Student.Parent2SchoolEducation,Student.Parent2NonSchoolEducation,Student.Parent2Occupation,Student.StudentLOTE,Student.Parent1LOTE,Student.Parent2LOTE,Student.CountryOfBirth,Student.LocalId,Student.OtherIdList.OtherId.#[Type==DiocesanStudentId].Value,Student.OtherIdList.OtherId.#[Type==TAAStudentId].Value,Student.OtherIdList.OtherId.#[Type==PreviousLocalId].Value,Student.OtherIdList.OtherId.#[Type==PreviousDiocesanStudentId].Value,Student.OtherIdList.OtherId.#[Type==PreviousTAAStudentId].Value,Student.OtherIdList.OtherId.#[Type==PreviousNAPPlatformStudentId].Value,Student.OtherIdList.OtherId.#[Type==NAPPlatformStudentId].Value,Student.EducationSupport,Student.FFPOS,Student.VisaCode,Student.HomeSchooledStudent,Student.Sensitive,Student.AddressLine1,Student.AddressLine2,Student.Locality,Student.Postcode,Student.StateTerritory,SchoolID,SchoolName,R_Score,W_Score,S_Score,G_Score,N_Score,R_Comment,W_Comment,S_Comment,G_Comment,N_Comment,R_Mean,W_Mean,S_Mean,G_Mean,N_Mean,R_Participation,W_Participation,S_Participation,G_Participation,N_Participation,R_Pathway,W_Pathway,S_Pathway,G_Pathway,N_Pathway | ||
EDID,First Name,Last Name,Date of Birth,Year Level,Sex,Indigenous Status,LBOTE Status,Parent 1 School Education,Parent 1 Non-School Education,Parent 1 Occupation,Parent 2 School Education,Parent 2 Non-School Education,Parent 2 Occupation,Student LOTE,Parent 1 LOTE,Parent 2 LOTE,Country of Birth,Local School Student ID,Diocesan Student ID,TAA Student ID,Platform Student ID,Previous Local School Student ID,Previous Diocesan Student ID,Previous TAA Student ID,Previous Platform Student ID,Education Support,Full Fee Paying Student,Visa Code,Home Schooled Student,Sensitive,Address Line 1,Address Line 2,Locality,Postcode,State,School Code,School Name,R_Score,W_Score,S_Score,G_Score,N_Score,R_Comment,W_Comment,S_Comment,G_Comment,N_Comment,R_Mean,W_Mean,S_Mean,G_Mean,N_Mean,R_Participation,W_Participation,S_Participation,G_Participation,N_Participation,R_Pathway,W_Pathway,S_Pathway,G_Pathway,N_Pathway,R_Stddev,W_Stddev,S_Stddev,G_Stddev,N_Stddev | ||
Student.LocalId,Student.GivenName,Student.FamilyName,Student.BirthDate,Student.TestLevel,Student.Sex,Student.IndigenousStatus,Student.LBOTE,Student.Parent1SchoolEducation,Student.Parent1NonSchoolEducation,Student.Parent1Occupation,Student.Parent2SchoolEducation,Student.Parent2NonSchoolEducation,Student.Parent2Occupation,Student.StudentLOTE,Student.Parent1LOTE,Student.Parent2LOTE,Student.CountryOfBirth,Student.LocalId,Student.OtherIdList.OtherId.#[Type==DiocesanStudentId].Value,Student.OtherIdList.OtherId.#[Type==TAAStudentId].Value,Student.OtherIdList.OtherId.#[Type==PreviousLocalId].Value,Student.OtherIdList.OtherId.#[Type==PreviousDiocesanStudentId].Value,Student.OtherIdList.OtherId.#[Type==PreviousTAAStudentId].Value,Student.OtherIdList.OtherId.#[Type==PreviousNAPPlatformStudentId].Value,Student.OtherIdList.OtherId.#[Type==NAPPlatformStudentId].Value,Student.EducationSupport,Student.FFPOS,Student.VisaCode,Student.HomeSchooledStudent,Student.Sensitive,Student.AddressLine1,Student.AddressLine2,Student.Locality,Student.Postcode,Student.StateTerritory,SchoolID,SchoolName,R_Score,W_Score,S_Score,G_Score,N_Score,R_Comment,W_Comment,S_Comment,G_Comment,N_Comment,R_Mean,W_Mean,S_Mean,G_Mean,N_Mean,R_Participation,W_Participation,S_Participation,G_Participation,N_Participation,R_Pathway,W_Pathway,S_Pathway,G_Pathway,N_Pathway,R_Stddev,W_Stddev,S_Stddev,G_Stddev,N_Stddev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.