Difference between revisions of "PowerQueries"
(→Valley Christian PowerQueries) |
(→Valley Christian PowerQueries) |
||
Line 10: | Line 10: | ||
* [[Media:ASM 1 0.zip|ASM_1_0.zip]] - Apple School Manager (Example of 6 queries in one plugin) | * [[Media:ASM 1 0.zip|ASM_1_0.zip]] - Apple School Manager (Example of 6 queries in one plugin) | ||
* [[Media:Hmh 1 0.zip|hmh_1_0.zip]] - HMH ThinkCentral (PowerQuery portion) | * [[Media:Hmh 1 0.zip|hmh_1_0.zip]] - HMH ThinkCentral (PowerQuery portion) | ||
+ | |||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Header text !! Header text | ||
+ | |- | ||
+ | | The Auto-Send portion of our HMH Think Central Integration for student records - this is the field list. We used Auto-Send for part of it because student passwords are not exportable through PowerQuery. | ||
+ | || | ||
<pre> | <pre> | ||
~(f.add;~(curyearid);1990) | ~(f.add;~(curyearid);1990) | ||
Line 26: | Line 33: | ||
~(decode;1;1;TC;) | ~(decode;1;1;TC;) | ||
</pre> | </pre> | ||
+ | |- | ||
+ | | Example || Example | ||
+ | |} | ||
+ | |||
+ | |||
+ | [[Category:Contents]] |
Revision as of 15:28, 12 April 2018
PowerQueries Presentation
- PowerQueries and Data Export Manager Presentation - Presentation from October 21, 2017 meeting.
Examples
- PowerQuery Example (Birthdays) - Very simple example of a PowerQuery for learning purposes.
Valley Christian PowerQueries
These PowerQueries are in use at Valley Christian, they may not work "as is" for your school, and are provided as real-life examples.
- jss_classes_1_a.zip - JAMF Classes
- ASM_1_0.zip - Apple School Manager (Example of 6 queries in one plugin)
- hmh_1_0.zip - HMH ThinkCentral (PowerQuery portion)
Header text | Header text |
---|---|
The Auto-Send portion of our HMH Think Central Integration for student records - this is the field list. We used Auto-Send for part of it because student passwords are not exportable through PowerQuery. |
~(f.add;~(curyearid);1990) ~(decode;1;1;S;) student_number blank first_name middle_name last_name ^(decode;^(grade_level);-1;PK;0;K;^(grade_level)) student_web_id student_web_password ~(decode;1;1;MDR;) ~(decode;1;1;01429045;) blank ~(decode;1;1;TC;) |
Example | Example |