PCSchool 2017 Data Mining

Size: px
Start display at page:

Download "PCSchool 2017 Data Mining"

Transcription

1 Spider Data Mining Introduction Data Mining is a tool for searching your PCSchool databases. Generally there are reports and interactive controls that allow you to intuitively find the information you re looking for quickly, but sometimes you need to find something not readily available. An example might be trying to find out what which students are not to have their photos published. For those that have used VDF Query in PCSchool Back Office, Data Mining is similar and is modelled after it, although Data Mining has some added options and is significantly faster. Currently Data Mining does not have the full functionality of VDF Query but this will be incorporated in time. Table of Contents Introduction... 1 Security... 2 Data Mining... 3 Access to Data Mining... 4 Select Fields Tab... 5 Field Tab... 6 Relationship Tab... 7 Filter Condition Tab... 8 Order By Tab Export Save DataMine Query Dynamic Student Tagged Set Dynamic Family Tagged Set Dynamic Staff Tagged Set Source Code Version /14

2 Security For users to be able to access and use the Data Mining tool in PCSchool Spider they must first have the necessary user security rights. Security object Data Mine [999] must be allocated to users: The other CRITICAL aspect of Data Mining is to ensure the tables you do not want users to be able to browse are hidden. Currently this can only be done through Back Office. To hide an entire table, you need to apply the DENY VDFQUERY Access item, and ensure it is set to H (Hidden) as opposed to the default S (Shadowed), which still allows viewing. This needs to be repeated for each security user staff are following. Information about how to determine which security user an Identity is following can be found by clicing the link below. Version /14

3 Data Mining To help find the information you need, you should be able to answer the following questions. What fields do I need to see in the results? (Database\Table\Field selection) What do I need to find (include / exclude from the possible results)? (Filtering) What order should the results be in? (Ordering) What format do I need the results in? (Exporting/Saving) Essentially the Database is the complete set of data for a given workarea or snapshot. Tables are the names of the containers that contain rows of information Fields are the individual parts of each row, so a row is made up of 1 or more fields. The data resides inside the fields. Sometimes information in a row of one table relates directly to information contained in another table. To ensure these records line up, a KEY field is used in each table. These key fields, when linked together, form what is called a relationship. In many cases, when using Data Mining, we create these for you. When selecting the SF:Student table, we create the links to the Family and Image tables. This allows you to select Caregiver information based on a student record. Although Data Mining automatically creates several of these relationships automatically, hundreds more exist, which can be created using a soft relationship. This is decribed later in the manual. For more complex analysis, you can export the information you need to a CSV file and work with it in a spreadsheet application such as Excel. Version /14

4 Access to Data Mining Data Mining in the PCSchool Spider Web Application can be accessed in two ways Menu option Select Setup and Utilities from Filter menu by. Click on Spider Management menu. Select Data Mining from the menu. Favourites option Data Mining control may have been added to staff favourites by the administrator. OR it can be added by the user upon opening the Data Mining control for the first time and selecting the option to add it to portal s homepage (Star icon). Version /14

5 Select Fields Tab This is the answer to the question: What do I need to see in the results? This tab is where you select the main data table to draw information from and where you select the fields to include in your query. 1. Workarea Select the work area you wish to draw information from. 2. Table Filter Filter the tables list to find a certain table. 3. Data Table Select the data table you wish to draw information from. Selected Table & Banner shows the Main Table Selected. 4. Available Tables Tabs below show the main table and related tables. 5. Available Fields Shows the fields within the selected table in alphabetical order. 6. Select/Deselect All Select or deselect all fields in the table in one step. 7. Search Filter the fields list to find a certain field. 8. Search Generates a list based on your selections made. 9. Field Shows the Selected Fields. 10. Relationship Allows you to create custom table relationships to add to the scope. 11. Filter Condition Choose what records should appear in the results (include/exclude). Select what order to put results in initially. 12. Order By You can change the order by clicking on the column headings to change the order once you ve run the query. 13. Source Code Displays the SQL code for the current search. Version /14

6 Field Tab Displays the fields previously chosen on the Select Fields tab. 1. Field Name Name of the data field chosen. 2. Table Name Table the data is being drawn from. 3. Delete Can be used to remove the field from the current selection. Version /14

7 Relationship Tab Allows you to add soft table-relationships to your query, adding to the scope. While the majority of the main relationships are built into Data Mining, some relationships aren t specifically defined. The phrases Hard-Relationship and Soft-Relationship refer to whether a relationship is one of the existing, built-in relationships, or one custom-defined respectively a b a b Main data table selected and field common to the other related / available table. Existing related / available table and corresponding field common to both tables. To create a new Soft Relationship and bring in another data table to draw information from select an existing table and a field in the existing table that will be common to the new table. Select the new table from the database and the corresponding field common to both tables. 3. Add your new Soft Relationship to your query. 4. Shows the Soft Relationships created. 5. Delete the Soft Relationship. The new Soft Relationship data table is now available in your Selected Fields tab. Fields from this table can be added to your query. Version /14

8 Filter Condition Tab This is the answer to the question: What do I need to find in the results?. This tab is about defining the conditions that must be met for the information you need to find. When adding filters, they are joined based on AND, not OR. This means that if the filter is set to say CURRENT_YEAR = 9 CURRENT_YEAR = 10 no records will show as a student cannot be set to be in Year 9 AND in Year 10 at the same time. To show Year 9 and 10 students, you would need to use the In condition. CURRENT_YEAR IN 9,10 as this implies the student could be in Year 9 OR in Year 10. Below is a two leveled filter. Only the data that matches ALL of the filter conditions will show Select the Data Table and Field/Column Name you wish to create a condition for. Any of the available tables can be used for creating conditions. Search for records that match/don t match/fall in the range of the column value. Select the Condition (Equal To/Greater Than/Between) Type in the value/s to be checked against (Dates/Code/Amount). 3. Add will save the condition information to the list below. 4. Conditions can be set as Active or inactive by ticking them. 5. Conditions can Deleted from the list. 6. Search will check the data and display any records matching your conditions. All Active conditions must be met for the record to show. Version /14

9 The filter options are as follows: Equal To Greater Than Greater Than or Equal To Greater Than or Equal To Less Than or Equal To Between Like In In Like Not In Equal To returns data that EXACTLY matches the value within the field. For numeric values, Greater Than looks for numbers larger than the one being compared to. For text fields, it looks at their ASCII order, essentially A Z. If the field contains both text and numbers, numbers are considered to come before the letter A ( ABC ) This will operate like Greater Than, but also includes the compare value if it matches exactly. For numeric values, Less Than looks for numbers smaller than the one being compared to. For text fields, it looks at their ascii order, essentially A Z. If the field contains both text and numbers, numbers are considered to come before the letter A ( ABC ) This will operate like Less Than, but also include the compare value if it matches exactly This will search for data between 2 nominated values. If searching for numbers, it includes both upper and lower values specified. If searching for text ranges, it will include the lower value, but only the upper value if it is an exact match. If looking for surnames starting with letters C,D and E, you would say Between C to F (not E) The Like option finds data that has the selection as part of the field. When using like, it assumes the first part of the text must match. If you are looking for data within a field, you need to proceed the selection with a %. Like AN would find Andrew but not Mandy. If using Like %AN it would find both Andrew and Mandy. In allows you to define a number of values, each separated by a comma. If the field contains any one of the values, it will show. In Like is similar to In but allows for non-specific values to be included. If you are looking for mobile numbers starting with 04 or 027, you could use an In Like 04,027 Not In allows you to preclude a set of values from the results. Not In 6,7,8 would show students in all other years. Version /14

10 Order By Tab The Order By tab allows you to pick the default sort order for the results of your query. 1. Select the Data Table and Field / Column Name you wish to sort the data by. Any of the available tables and their columns can be used for ordering data. 2. Add will save the Sort Order information to the list below. 3. Sort orders will be listed here Delete to remove the order option. 4. Search will run the selections you have made in all your tabs and return any matching data. Version /14

11 Export Using the Export button you can save the contents of this table (as it is) in CSV format. The system will automatically download the CSV file to your Downloads folder on your local computer. Once exported to CSV the data can be opened in Excel and sorted, formated, analysed as needed. Save Currently there are 4 types of Save available within DataMine. If you have already opened a previously saved Query, you also get the button to [Update] any changes you have made. Version /14

12 1. DataMine Query This option will save the details of the query (fields selected, relationships created, filters used etc) so that it can be opened and run within the DataMine control again. 2. Dynamic Student Tagged Set A Dynamic Student Tagged Set must be based on the Student File and contain both the Student# and StudKey fields in order for it to be saved. NOTE: Dynamic Tagged sets will be implimented in the new Tagged Set controls. It is currently available within the Group Absence Entry screen of Attendance Flow. 1. Select Open Existing Tagset from the Criteria options within the Manage Tagset screen. Version /14

13 1. Select the previously saved tag set listed under the Dynamic Tagset option. 3. Dynamic Family Tagged Set A Dynamic Family Tagged Set must originate from the Family table and contain both the IDENTITY_ID# and FAMKEY fields. 4. Dynamic Staff Tagged Set A Dynamic Staff Tagged Set must start from the Staff table and contain both the TEACHER# and TEACHER_CODE fields. Version /14

14 Source Code The Source Code tab allows you to read and/or copy the SQL query that has been generated by Data Mining. This can be used to find both the relationships between tables, and generate the foundation of a more complicated query. This source code is generated when you run your query by pressing [Search]. Version /14

Quick Student Data Entry User Guide

Quick Student Data Entry User Guide Quick Student Data Entry User Guide Created in Version 2007.3.0.1088 1/25 Introduction The Quick Student Data Entry facility enables modification of a large number of fields contained within the student

More information

eforms Pro Administration, Curriculum & IT Conference 2017 Training Day

eforms Pro Administration, Curriculum & IT Conference 2017 Training Day eforms Pro Administration, Curriculum & IT Conference 2017 Training Day 1/20 Table of Contents Introduction... 2 Prerequisites... 3 Security (required)... 3 Creating eforms... 3 Creating an eform relating

More information

My Query Builder Function

My Query Builder Function My Query Builder Function The My Query Builder function is used to build custom SQL queries for reporting information out of the TEAMS system. Query results can be exported to a comma-separated value file,

More information

Learn about the Display options Complete Review Questions and Activities Complete Training Survey

Learn about the Display options Complete Review Questions and Activities Complete Training Survey Intended Audience: Staff members who will be using the AdHoc reporting tools to query the Campus database. Description: To learn filter and report design capabilities available in Campus. Time: 3 hours

More information

Searching and Favorites in Datatel Web UI 4.3

Searching and Favorites in Datatel Web UI 4.3 Searching and Favorites in Datatel Web UI 4.3 Search Field The Search field uses icons and text prompts (see Figure 1) to switch between Person Search and Form Search. You can click the icon to the left

More information

JK Archives Web Portal Reference Guide

JK Archives Web Portal Reference Guide JK Archives Web Portal Reference Guide 44077 Mercure Circle Sterling, VA 20166 703 754 6735 request@jkmoving.com 1 P age JK Archives Web User s Guide JK Archives uses the Total Recall SQL Records Management

More information

Backup and Preparation Procedures. For IT STAFF. Critical Before Proceeding with Rollovers

Backup and Preparation Procedures. For IT STAFF. Critical Before Proceeding with Rollovers 2018 Backup and Preparation Procedures For IT STAFF Critical Before Proceeding with Rollovers Table of Contents Information for End of Year Backups and Rollovers:... 1 Step 1 Check the computer performing

More information

Integris G2 v Release Notes

Integris G2 v Release Notes Integris G2 v2.23.00 Release Notes Table of Contents 1. Assessment Enhancements... 3 1.1 Assessment Markbook efficiency changes... 3 1.2 New Additional Rows... 4 1.2.1 Additional Rows Assessment Planning...

More information

Microsoft Word - Starting the Mail Merge Wizard

Microsoft Word - Starting the Mail Merge Wizard Microsoft Word - Starting the Mail Merge Wizard Starting the Mail Merge Wizard. 1. Select the Mailings tab. 2. Click the Start Mail Merge button 3. Select Step by step Mil Merge Wizard. 4. Select the type

More information

Interfacing with MS Office Conference 2017

Interfacing with MS Office Conference 2017 Conference 2017 Session Description: This session will detail procedures for importing/exporting data between AeriesSIS Web Version/AeriesSIS Client Version and other software packages, such as word processing

More information

Microsoft Access 2010

Microsoft Access 2010 Microsoft Access 2010 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Instructional Improvement System (IIS) Dashboard District User Guide Statewide Longitudinal Data System (SLDS)

Instructional Improvement System (IIS) Dashboard District User Guide Statewide Longitudinal Data System (SLDS) Instructional Improvement System (IIS) Dashboard District User Guide Statewide Longitudinal Data System (SLDS) June 10, 2014 Page 1 of 36 IIS Dashboard District User Guide 2 Contents Project Overview...

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Sedao Ltd. QuickChange PROject. User Manual for QuickChange PROject version 2.1.5

Sedao Ltd. QuickChange PROject. User Manual for QuickChange PROject version 2.1.5 Sedao Ltd QuickChange PROject User Manual for QuickChange PROject version 2.1.5 Contents What is QuickChange PROject?... 2 Simple Artwork Creation... 5 Creating a project... 7 QuickChange PROject Template

More information

MANAGING SIMS.NET USERS, AND ALLOCATING TO PERMISSION GROUPS

MANAGING SIMS.NET USERS, AND ALLOCATING TO PERMISSION GROUPS MANAGING SIMS.NET USERS, AND ALLOCATING TO PERMISSION GROUPS Introduction From time to time you will want to add users to SIMS, or modify the activities that users have permission to carry out. You will

More information

Running PeopleSoft Query Viewer and Running Query to Excel Basic Steps

Running PeopleSoft Query Viewer and Running Query to Excel Basic Steps Running PeopleSoft Query Viewer and Running Query to Excel Basic Steps Query Viewer enables you to: Search for a query using the basic or advanced search functions. Run a query (which displays results

More information

Creating Classes and Issuing Licenses TUTORIAL

Creating Classes and Issuing Licenses TUTORIAL Creating Classes and Issuing Licenses TUTORIAL 1 Contents CREATING STUDENT ACCOUNTS... 2 CREATING CLASSES... 4 IMPORTING A CLASS ROSTER... 8 ISSUING LICENSES... 14 CREATING STUDENT ACCOUNTS From your LabSim

More information

Homepage Calendar, Schedule, Live Sessions, Access Files, Search Veritext Mobile Upcoming Depositions, Recent Uploads, Veritext CLE s,

Homepage Calendar, Schedule, Live Sessions, Access Files, Search Veritext Mobile Upcoming Depositions, Recent Uploads, Veritext CLE s, Welcome to MyVeritext and thank your for using the MyVeritext help guide! This guide will take you through a detailed tour MyVeritext and all of its powerful features. Homepage You can access the Calendar,

More information

Finding Your Way Around Aspen IMS

Finding Your Way Around Aspen IMS Finding Your Way Around Aspen IMS 12181A 60 minutes - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Description Knowing your way around Aspen IMS makes

More information

R. Reports Menu: 8. Batch Detail Report

R. Reports Menu: 8. Batch Detail Report R. Reports Menu: 8. Batch Detail Report Table of Contents Batch Detail Report... 3 The Transaction Options tab... 3 The Output tab... 5 The Accounts tab... 6 The More Accounts tab... 8 Click on R. Reports

More information

Attendance Setup and Processing User Guide

Attendance Setup and Processing User Guide Attendance Setup and Processing User Guide Last Updated 19/08/2016 1/72 Introduction Accurate recording and reporting of student attendance is a priority for any school, for both internal checks, duty

More information

City College of San Francisco Argos Training Documentation

City College of San Francisco Argos Training Documentation City College of San Francisco Argos Training Documentation Prepared by Edgar Coronel Strata Information Group Updated March 21, 2013 Contents Login into Argos... 2 Navigation Area... 3 Explorer view...

More information

1 SEARCHING FOR A MEMBER SEARCHING FOR A WI ADDING A NEW MEMBER HOW TO ADD A DUAL MEMBER... 9

1 SEARCHING FOR A MEMBER SEARCHING FOR A WI ADDING A NEW MEMBER HOW TO ADD A DUAL MEMBER... 9 Contents 1 SEARCHING FOR A MEMBER... 2 2 SEARCHING FOR A WI... 4 3 ADDING A NEW MEMBER... 6 4 HOW TO ADD A DUAL MEMBER... 9 6 HOW TO CHANGE A MEMBER S WI... 19 7 HOW TO UPLOAD A DOCUMENT OR WEB LINK...

More information

The Researcher Development Online Tool User Guide for AUT Postgraduate Research Students

The Researcher Development Online Tool User Guide for AUT Postgraduate Research Students The Researcher Development Online Tool User Guide for AUT Postgraduate Research Students What is the Researcher Development Online Tool Used For? You can use the Researcher Development (RD) Online Tool

More information

Successmaker Student and Teacher Imports

Successmaker Student and Teacher Imports Successmaker 2011 Student and Teacher Imports First Get teacher names to Import Go to: http://dev1.escambia.k12.fl.usescambia Click on List All the Records in the Employee Database Group Choose Instructional

More information

PASTPERFECT-ONLINE. No web design or programming expertise is needed to give your museum a worldclass web presence.

PASTPERFECT-ONLINE. No web design or programming expertise is needed to give your museum a worldclass web presence. PASTPERFECT-ONLINE PastPerfect-Online is the fast, affordable and easy way to provide public access to your PastPerfect data via the World Wide Web. Built on proven MWeb technology, PastPerfect-Online

More information

ICT IGCSE Databases (Access)

ICT IGCSE Databases (Access) Open and Save (Create) Database 3 1 2 4 Lawsons 1) Open Microsoft Access 2) Write the name of the database file 3) Select the destination folder and choose the location for the file. 4) Select OK and then

More information

SCIS -.mrc file upload

SCIS -.mrc file upload SCIS -.mrc file upload Table of Contents Information from SCIS now using a.mrc file format... 1 To import the latest.mrc file... 2 Extract the Zip file... 3 Hold File... 4 Create Catalogue from Hold File...

More information

Welcome to Cole On-line Help system!

Welcome to Cole On-line Help system! Welcome to Cole On-line Help system! Cole Online is an Internet based information directory that allows fast and efficient access to demographic information about residences and businesses. You can search

More information

STIDistrict Query (Basic)

STIDistrict Query (Basic) STIDistrict Query (Basic) Creating a Basic Query To create a basic query in the Query Builder, open the STIDistrict workstation and click on Utilities Query Builder. When the program opens, database objects

More information

Columbia University InfoView Reports

Columbia University InfoView Reports Columbia University InfoView Reports To access Enterprise Reporting information, go to http://enterprisereporting.cuit.columbia.edu/ Purpose: The purpose of this job aid is to provide you with guidance

More information

Using Word 2003 for Mail Merge

Using Word 2003 for Mail Merge Using Word 2003 for Mail Merge Doc 5.125 Ver 2 August 2004 John Matthews Central Computing Services Prerequisites This document assumes that you are familiar with the use of a computer keyboard and mouse

More information

OPENING A LEADS.TXT FILE IN EXCEL 2010

OPENING A LEADS.TXT FILE IN EXCEL 2010 From the project manager to a team of administrative, programming, and technical specialists, ATS believes in a team approach that brings together all of the necessary elements pre-conference and onsite

More information

Premier Choice Group s Billing Platform User Guide

Premier Choice Group s Billing Platform User Guide Premier Choice Group s Billing Platform User Guide CONTENTS SECTION 1 INTRODUCTION... 1 SECTION 2 LOGGING IN... 2 SECTION 3 VIEWING YOUR INVOICES... 3 SECTION 4 CREATING REPORTS... 4 SECTION 5 CALL ANALYSIS...

More information

Introduction. Mail Merge. Word 2010 Using Mail Merge. Video: Using Mail Merge in Word To Use Mail Merge: Page 1

Introduction. Mail Merge. Word 2010 Using Mail Merge. Video: Using Mail Merge in Word To Use Mail Merge: Page 1 Word 2010 Using Mail Merge Introduction Page 1 Mail merge is a useful tool that will allow you to easily produce multiple letters, labels, envelopes, name tags and more using information stored in a list,

More information

Enterprise Reporting -- APEX

Enterprise Reporting -- APEX Quick Reference Enterprise Reporting -- APEX This Quick Reference Guide documents Oracle Application Express (APEX) as it relates to Enterprise Reporting (ER). This is not an exhaustive APEX documentation

More information

Paragon Fundamentals. Workbook

Paragon Fundamentals. Workbook Paragon Fundamentals Workbook Welcome to the Paragon Fundamentals course. This hands-on introductory course is intended to provide REALTORS with the skills to use Paragon as their primary business tool.

More information

HOW TO EXPORT BUYER NAMES & ADDRESSES FROM PAYPAL TO A CSV FILE

HOW TO EXPORT BUYER NAMES & ADDRESSES FROM PAYPAL TO A CSV FILE HOW TO EXPORT BUYER NAMES & ADDRESSES FROM PAYPAL TO A CSV FILE If your buyers use PayPal to pay for their purchases, you can quickly export all names and addresses to a type of spreadsheet known as a

More information

Elector8 Training and Instruction Document

Elector8 Training and Instruction Document Elector8 Training and Instruction Document Staff Details Version Control Version No. Author Change Details Date 1.0.0 S Verdon Initial Version of Elector8 Manual October 2010 1.3.1 M Warner Review of Elector8

More information

PM4 + Partners Knowledge Articles

PM4 + Partners Knowledge Articles PM4 + Partners Knowledge Articles Customizing your PM4+ user experience r 1 November 30, 2108 PM4+ Partners Workspace - customize your experience Page 2 Contents Customizing Your Workspace... 1 Customizing

More information

Minor Building Works Dynamic Purchasing System Constructionline System User Guide

Minor Building Works Dynamic Purchasing System Constructionline System User Guide Minor Building Works Dynamic Purchasing System Constructionline System User Guide 2015 Capita All rights reserved Page 1 V4 20/01/2015 Guide How to access the DPS How to login 3 Access to the DPS list

More information

Parent Instructions for Accessing Elmira Heights Parent Portal (SchoolTool)

Parent Instructions for Accessing Elmira Heights Parent Portal (SchoolTool) Parent Instructions for Accessing Elmira Heights Parent Portal (SchoolTool) First time log in: First, you will need to open Schooltool. To do this, open an internet explorer screen and type the following

More information

Sorting your Database

Sorting your Database Sue Doogan 10/12/2015 08:41 Sorting your Database You are often asked to put your database into some sort of order, eg alphabetically, numerically or date order. This is easy if you are just being asked

More information

Your Essential Skills Online program is a web application, which runs in your web browser on a Windows PC or Macintosh computer.

Your Essential Skills Online program is a web application, which runs in your web browser on a Windows PC or Macintosh computer. TABLE OF CONTENTS OVERVIEW... 3 SYSTEM REQUIREMENTS... 4 SETTING UP YOUR ENVIRONMENT... 5 TEACHER PASSWORDS... 6 GETTING YOUR STUDENTS STARTED... 7 OPEN LOGIN... 7 PRIVATE LOGIN... 7 PRE-TEST... 9 ASSIGNMENT...

More information

Smartsheets Guide Step-by-Step Walkthrough

Smartsheets Guide Step-by-Step Walkthrough Smartsheets Guide Step-by-Step Walkthrough Introduction In order to have access to the Grades sheet, you will need to have received an invite in your UNI email account: After clicking the link, you will

More information

Data. Selecting Data. Sorting Data

Data. Selecting Data. Sorting Data 1 of 1 Data Selecting Data To select a large range of cells: Click on the first cell in the area you want to select Scroll down to the last cell and hold down the Shift key while you click on it. This

More information

DRAFT. TRAC User Guide. Revised: October 6, 2008 Revision: 1.0

DRAFT. TRAC User Guide. Revised: October 6, 2008 Revision: 1.0 TRAC User Guide Revised: October 6, 2008 Revision: 1.0 Contents 1. TRAC WORKS FOR YOU...3 1.1. HOW DO YOU BENEFIT FROM TRAC?...3 1.2. HOW DOES OHIO BENEFIT FROM TRAC?...3 1.3. USING THIS DOCUMENT....3

More information

Genesis Report Writer

Genesis Report Writer Genesis Educational Software, Inc. Genesis Report Writer User Guide Genesis Educational Services, Inc Spring 2008 July 8, 2008 DRAFT Page 1 of 58 REPORT WRITER GUIDE Report Writer Your reports Create a

More information

HBS Training - IT Solutions. PlanWeb. Intermediate

HBS Training - IT Solutions. PlanWeb. Intermediate HBS Training - IT Solutions PlanWeb Intermediate CONTENTS Logging on to the system...3 The PlanWeb Window...5 The Tool Bar...6 The Status Bar...6 The Map Window...6 The Information Window...7 Changing

More information

UPGRADE AND CONVERT INSTRUCTION Not available on the ipad. This step must be done on your computer and then transfer your files to ipad.

UPGRADE AND CONVERT INSTRUCTION Not available on the ipad. This step must be done on your computer and then transfer your files to ipad. UNIFORM MANAGEMENT ASSIGNMENT CENTER II Welcome to Uniform Management Assignment Center. UMAC II is compatible with Windows, Mac OSX, and ipad. Follow the step-by-step instructions to assign your students

More information

Basic Query for Human Resources

Basic Query for Human Resources Basic Query for Human Resources Open browser Log into PeopleSoft Human Resources: Go to: https://cubshr9.clemson.edu/psp/hpprd/?cmd=login Enter your Novell ID and Password Click Sign In Navigation into

More information

Reporter Tutorial: Intermediate

Reporter Tutorial: Intermediate Reporter Tutorial: Intermediate Refer to the following sections for guidance on using these features of the Reporter: Lesson 1 Data Relationships in Reports Lesson 2 Create Tutorial Training Report Lesson

More information

Mintel Oxygen. User s Guide

Mintel Oxygen. User s Guide Mintel Oxygen User s Guide Welcome to Mintel Oxygen. This user guide will show you everything you need to know to access and utilize the wealth of information available from Mintel Oxygen. The Mintel program

More information

MYEDUCATION BC FUNDAMENTALS TRAINING

MYEDUCATION BC FUNDAMENTALS TRAINING Navigation Fundamentals MYEDUCATION BC FUNDAMENTALS TRAINING GREATER VICTORIA SCHOOL DISTRICT 61 Contents: URL s Log In and Change Password Procedure Set User Preferences Change View Select School Log

More information

SAP Standard Reporting Quick Reference Guide

SAP Standard Reporting Quick Reference Guide Standard reports are run within the SAP application and are pre-delivered by SAP to fulfill basic legal, financial, and everyday business reporting requirements. This guide demonstrates features common

More information

Quick Reference Guide: Banner XE Faculty Grade Entry

Quick Reference Guide: Banner XE Faculty Grade Entry Entering Midterm or Final Grades Directly into Banner Go to grading.utoledo.edu Enter your UTAD user name and password, and then sign in. Only your courses that are open for grading will be displayed.

More information

Enter a value into the Search box and press the Enter key or click the Search icon perform a simple search.

Enter a value into the Search box and press the Enter key or click the Search icon perform a simple search. 5 Search A search page can be displayed in either the Action pane or, if the search was initiated from a page, it will slide in from the right. You can perform a Simple Search or an Advanced Search. If

More information

Making ERAS work for you

Making ERAS work for you Making ERAS work for you (Beyond the basics) If you ve used ERAS for your application season, you ve probably mastered the basics; collecting mail from ERAS Post Office, checking boxes in the status listing,

More information

About this Guide This Quick Reference Guide provides an overview of the query options available under Utilities Query menu in InformationNOW.

About this Guide This Quick Reference Guide provides an overview of the query options available under Utilities Query menu in InformationNOW. InformationNOW Query About this Guide This Quick Reference Guide provides an overview of the query options available under Utilities Query menu in InformationNOW. Query Module The query module, found under

More information

Generating a Custom Bill of Materials

Generating a Custom Bill of Materials Generating a Custom Bill of Materials Old Content - visit altium.com/documentation Modified by on 6-Nov-2013 This tutorial describes how to use the Report Manager to set up a Bill of Materials (BOM) report.

More information

1. AUTO CORRECT. To auto correct a text in MS Word the text manipulation includes following step.

1. AUTO CORRECT. To auto correct a text in MS Word the text manipulation includes following step. 1. AUTO CORRECT - To auto correct a text in MS Word the text manipulation includes following step. - STEP 1: Click on office button STEP 2:- Select the word option button in the list. STEP 3:- In the word

More information

Reigate School SIMS Learning Gateway for Teachers

Reigate School SIMS Learning Gateway for Teachers Reigate School SIMS Learning Gateway for Teachers C Contents 01 Introduction... 1 Introduction... 1 Security... 2 02 Getting Started... 3 Logging into the SLG Teacher Site... 3 Introduction to the SLG

More information

Table of Contents ADMIN PAGES QUICK REFERENCE GUIDE

Table of Contents ADMIN PAGES QUICK REFERENCE GUIDE Admin Pages brings an all new look and feel to Banner. It delivers a fresh user experience, all new tools, and significantly improved capabilities. Admin Pages replaces underlying Banner 8 INB technology

More information

Registration Register/Purchase Teacher Click Register Request Validation Submit Back

Registration Register/Purchase Teacher Click Register Request Validation Submit Back Teacher manual Table of contents Table of contents... 1 Registration... 2 Login / Logout... 3 Login... 3 Logout... 3 Trouble signing in / forget your password?... 3 Creating a course... 4 Hiding and viewing

More information

VETtrak Data Insights User Guide. for VETtrak version

VETtrak Data Insights User Guide. for VETtrak version VETtrak Data Insights User Guide for VETtrak version 4.4.8.2 Contents Data Insights User Guide... 2 What are Data Insights?... 2 Why is it called Data Insights?... 2 Why did we create this new feature?...

More information

BANNER BASICS Version 8.0 Version 8.0

BANNER BASICS Version 8.0 Version 8.0 Version 8.0 Table of Contents Introduction... 2 Purpose... 2 Objective... 2 Section 1 User Responsibility... 3 Section 2 Banner Access... 4 Section 3 Parts of the Banner Main Screen... 6 Section 4 Keyboard

More information

Goals and Objectives

Goals and Objectives Goals and Objectives This example lists NJ Core Content Standards, with the strands for each standard shown as links in outline form. The Special Education Management Module also has choices for non core

More information

Preparing IBM SPSS Data and MS Excel Files for Conducting Mplus Analyses. Lynn N. Tabata

Preparing IBM SPSS Data and MS Excel Files for Conducting Mplus Analyses. Lynn N. Tabata Ronald H. Heck 1 Preparing IBM SPSS Data and MS Excel Files for Conducting Mplus Analyses Lynn N. Tabata IBM SPSS and Excel data files (.sav and.xls) may be exported to one of several file formats that

More information

Spider Self Enrolment Kiosk

Spider Self Enrolment Kiosk Spider Self Enrolment Kiosk Table of Contents Introduction... 1 Security... 1 Step 1: In Spider:... 2 Step 2: Select Kiosk Authorisation... 2 Step 3: Create your online application that you wish to send

More information

Gradebook Entering, Sorting, and Filtering Student Scores March 10, 2017

Gradebook Entering, Sorting, and Filtering Student Scores March 10, 2017 Gradebook Entering, Sorting, and Filtering Student Scores March 10, 2017 1. Entering Student Scores 2. Exclude Student from Assignment 3. Missing Assignments 4. Scores by Class 5. Sorting 6. Show Filters

More information

The University of New Orleans WebSTAR (PeopleSoft Learning Solutions v 9.0): Basic Navigation Training Manual

The University of New Orleans WebSTAR (PeopleSoft Learning Solutions v 9.0): Basic Navigation Training Manual The University of New Orleans WebSTAR (PeopleSoft Learning Solutions v 9.0): Manual 10/19/2010 Training Group 2 PeopleSoft 9.0 Welcome to the module! This module contains the information and tools needed

More information

Tutors Guide to the Platform

Tutors Guide to the Platform Tutors Guide to the Platform Log on to the platform with your codes. This will give you access to the course contents, the internal mail system and the administration side of the courses. This is the page

More information

Numbers Basics Website:

Numbers Basics Website: Website: http://etc.usf.edu/te/ Numbers is Apple's new spreadsheet application. It is installed as part of the iwork suite, which also includes the word processing program Pages and the presentation program

More information

Importing Career Standards Benchmark Scores

Importing Career Standards Benchmark Scores Importing Career Standards Benchmark Scores The Career Standards Benchmark assessments that are reported on the PIMS Student Fact Template for Career Standards Benchmarks can be imported en masse using

More information

Computer learning Center at Ewing. Course Notes - Using Picasa

Computer learning Center at Ewing. Course Notes - Using Picasa 1st January 2014 Computer learning Center at Ewing Course Notes - Using Picasa These course notes describe the content of the Using Picasa course. The course notes are based on Picasa 3. This course material

More information

ACER Online Assessment and Reporting System (OARS) User Guide

ACER Online Assessment and Reporting System (OARS) User Guide ACER Online Assessment and Reporting System (OARS) User Guide January 2015 Contents Quick guide... 3 Overview... 4 System requirements... 4 Account access... 4 Account set up... 5 Create student groups

More information

QDA Miner. Addendum v2.0

QDA Miner. Addendum v2.0 QDA Miner Addendum v2.0 QDA Miner is an easy-to-use qualitative analysis software for coding, annotating, retrieving and reviewing coded data and documents such as open-ended responses, customer comments,

More information

REPORTING Copyright Framework Private Equity Investment Data Management Ltd

REPORTING Copyright Framework Private Equity Investment Data Management Ltd REPORTING Copyright Framework Private Equity Investment Data Management Ltd - 2016 Table of Contents Standard Reports... 3 Standard Report Pack... 4 General Data Protection and Framework... 7 Partner Bank

More information

MiniBase Workbook. Schoolwires Centricity2

MiniBase Workbook. Schoolwires Centricity2 MiniBase Workbook Schoolwires Centricity2 Table of Contents Introduction... 1 Create a New MiniBase... 2 Add Records to the MiniBase:... 3 Add Records One at a Time... 3 Import Records:... 4 Deploy the

More information

GETTING STARTED GUIDE FOR HEALTHCARE COMPLIANCE AND REIMBURSEMENT PRODUCT

GETTING STARTED GUIDE FOR HEALTHCARE COMPLIANCE AND REIMBURSEMENT PRODUCT GETTING STARTED GUIDE FOR HEALTHCARE COMPLIANCE AND REIMBURSEMENT PRODUCT LOGGING IN TO YOUR PRODUCT You will be provided a username and password via e-mail. Tip: Check the Automatically log me in box

More information

V Update 02 Release Notes

V Update 02 Release Notes V5.2017 Update 02 Release Notes Table of Contents New Features... 2 Analysis... 2 New Filter options added... 2 Behaviour... 3 New option added to Events [IM052826]... 3 Dashboard... 4 New Ordering option

More information

Version Operator Orientation. TIMMS Client. A guide to using the TIMMS System. Training & Navigation Notes

Version Operator Orientation. TIMMS Client. A guide to using the TIMMS System. Training & Navigation Notes Version 7.2.4 Operator Orientation TIMMS Client A guide to using the TIMMS System Training & Navigation Notes Disprax Pty Ltd 2015 WHAT IS TIMMS? TIMMS Stands for: Total Industry Management and Marketing

More information

Department of Instructional Technology & Media Services Blackboard Grade Book

Department of Instructional Technology & Media Services Blackboard Grade Book Department of Instructional Technology & Media Services Blackboard Grade Book In your control panel, go to Assessment and grade center. Creating a Test In the Assessment section of the Control Panel, click

More information

Sections in this manual

Sections in this manual 1 Sections in this manual Argus Analytics 2 The service 2 Benefits 2 Launching Argus Analytics 3 Search Interface breakdown 4 Add-in Navigation 5 Search: Free text & Facet 5 Search: Facet filter 6 Filters

More information

Importing from Blackboard Learn Grade Center Data to Banner 9 User Learning Scenarios

Importing from Blackboard Learn Grade Center Data to Banner 9 User Learning Scenarios Importing from Blackboard Learn Grade Center Data to Banner 9 User Learning Scenarios Step 1: Make sure Final Grade Column Displays Letter Grade Ensure your final grade column in Grade Center has letter

More information

Athletic schedules Book lists Coaches Alumni. District

Athletic schedules Book lists Coaches Alumni. District Overview With the Directories & Lists () enhancement module, you can create, manage and deploy searchable lists for use by the visitors to your website. Examples of what might be used for include: Directories

More information

Scribe 4 Manual 2. Scribe 4

Scribe 4 Manual 2. Scribe 4 Scribe 4 Manual 2 Scribe 4 Scribe 4 is an optimally flexible data analysis program that permits users to label events in live observations or in QuickTime movies, summarize event timings, and play back

More information

2017 Edulink Systems, Inc. All rights reserved.

2017 Edulink Systems, Inc. All rights reserved. Intouch Notification Service, Intouch Web Portal, Intouch Autodialer, Intouch Online and Intouch Reports are either registered trademarks or trademarks of Edulink Systems, Inc. in the United States and/or

More information

Using the Filter, Field Sets, and Sort Order Menus

Using the Filter, Field Sets, and Sort Order Menus Using the Filter, Field Sets, and Sort Order Menus The Filter menu is used to determine the group of records that appear on the page, such as all active students or former students The Field Sets menu

More information

(With a few XP tips thrown in for good measure)

(With a few XP tips thrown in for good measure) (With a few XP tips thrown in for good measure) Working with files and folders A file is an item that contains information, for example pictures or documents. On your computer, files are represented with

More information

eschoolplus+ Cognos Query Studio Training Guide Version 2.4

eschoolplus+ Cognos Query Studio Training Guide Version 2.4 + Training Guide Version 2.4 May 2015 Arkansas Public School Computer Network This page was intentionally left blank Page 2 of 68 Table of Contents... 5 Accessing... 5 Working in Query Studio... 8 Query

More information

Informit EduTV how to guide

Informit EduTV how to guide Informit EduTV how to guide Registration Informit EduTV is IP authenticated. This means when you use the product on campus you will be automatically logged in to your institutional account. In order to

More information

LORD P.C.A.A Lions Mat.Hr.Sec School, Lions Nagar, Reserve Line, Sivakasi. 7.Data Base. PART A I. Choose the correct Answer : 15 X 1 = 15

LORD P.C.A.A Lions Mat.Hr.Sec School, Lions Nagar, Reserve Line, Sivakasi. 7.Data Base. PART A I. Choose the correct Answer : 15 X 1 = 15 7.Data Base PART A I. Choose the correct Answer : 15 X 1 = 15 1. Which of the following is not a valid data type in star office base? a) Text b) time c) project d) integer 2. Which field is used to uniquely

More information

UPDATES TO NEWSLETTERS

UPDATES TO NEWSLETTERS UPDATES TO NEWSLETTERS Newsletter Updates Including CSV Upload and Formatting Updates epethealth offers the ability to send custom Newsletters to clients of the practice. With this latest addition, the

More information

Pulse LMS: User Management Guide Version: 1.86

Pulse LMS: User Management Guide Version: 1.86 Pulse LMS: User Management Guide Version: 1.86 This Guide focuses on the tools that support User Managers. Please consult our separate guides for processes for end users, learning management and administration

More information

My Rising Stars Admin Hub

My Rising Stars Admin Hub My Rising Stars Admin Hub My Rising Stars uses a single Admin Hub to manage teacher and pupil accounts to the following programmes Achieve Online Cracking Comprehension Practise and Assess MARK (coming

More information

(Updated 29 Oct 2016)

(Updated 29 Oct 2016) (Updated 29 Oct 2016) 1 Class Maker 2016 Program Description Creating classes for the new school year is a time consuming task that teachers are asked to complete each year. Many schools offer their students

More information

Welcome to Keyboarding Pro DELUXE Online (KPDO)

Welcome to Keyboarding Pro DELUXE Online (KPDO) Welcome to Keyboarding Pro DELUXE Online (KPDO) Introduction to the KPDO Instructor Portal The KPDO Instructor Portal provides you the tools you need to set up classes, monitor each student's work closely,

More information

edofe Management Toolkit

edofe Management Toolkit edofe Management Toolkit A guide to effective edofe management for Directly Licensed Centres 1 2 Contents Section one: Setting up the correct infrastructure on edofe... 4 Creating a group... 4 Editing

More information