Notice on Access to Advanced Lists...2 Database Overview...2 Example: Real-life concept of a database... 2

Size: px
Start display at page:

Download "Notice on Access to Advanced Lists...2 Database Overview...2 Example: Real-life concept of a database... 2"

Transcription

1 Table of Contents Notice on Access to Advanced Lists...2 Database Overview...2 Example: Real-life concept of a database... 2 Queries...2 Example: Real-life concept of a query... 2 Database terminology...3 Reference 1: A Report... 3 Reference 2: An Advanced List Template... 3 Basic Parts of an Advanced List...4 Part 1: Objects... 4 Select Objects...4 The plus sign...4 Viewing available fields in an object...4 Data Diagram and Data Dictionary...5 Connections or what is a join?...5 Where do I set Inner vs Outer join?...5 Part 2: Filters... 5 Filters in action using Reports...6 Do I need to add filters?...6 When adding a filter row, what determines the fields in the drop down list box?...6 Conditions...6 And/Or/Parens...7 Global vs. Object Filters...7 Part 3: Display Fields... 8 Display fields in action using Reports...8 Selecting Display Fields...8 Display As and Column Order...8 Glossary...9 Advanced Lists for Beginners WHIPPLEHILL Page 1 of 9

2 Notice on Access to Advanced Lists By default, only the List Admin (a Platform Manager) can create Advanced Lists. However, Platform Managers can also assign this capability to an entire Role(s) or to particular users. Access to the data contained in lists is not governed by any existing profile access or Directory settings. Therefore it is strongly recommended that precautions be taken when granting user and role access to Lists as well as when using the List Results and Favorite Lists Portal channels. Database Overview The information on your school's website is stored in a database. A database is a structured collection of records or data that is stored in a computer system. It is designed to store information as efficiently as possible with the smallest storage size and eliminating unnecessary repetition. Example: Real-life concept of a database Your school has one or more campuses. One campus has several buildings One building has several offices Generally, a building has a specific purpose. Most likely you have only one Alumni building as having three would take up too much space. Additionally, it would take longer to get work done if users had to travel to multiple buildings. The building has offices where different tasks are done, such as alumni relations, giving and communications, to reduce unnecessary repetition where possible. Every school operates in its own specific way, but each school has the core foundations of Admissions, Academics, Athletics and Alumni departments, so too is the design and look of your site is custom to your school but the information itself is stored in a structured way behind the scenes. Queries A query is a request for information from a database. The query neither alters nor changes the information stored, so you can't break your school's site by running one. The advanced list task is a tool that allows you to create advanced queries. Example: Real-life concept of a query A parent calls you on Monday morning at 9:15. Hi, this is Mrs. Smith. I'm on my way to pick up Johnny for an appointment. How do you find Johnny? Advanced Lists for Beginners WHIPPLEHILL Page 2 of 9

3 You start on the school campus You review the schedule to see what block is meeting You find which classes are meeting You find out which class he has You find the room where that class meets You find the row where he sits You ve found Johnny! Would you have taken different steps to find Johnny? If so, that's ok. Just as you could have used an alternate way to find Johnny, you can create queries in multiple ways. Database terminology Before you begin to use lists, you need to know some basic database terminology as advanced lists is intended for users familiar with databases. For complex lists, please consult your school's database expert. For advanced list templates, the following terminology should give you enough start-up knowledge. For training you ll need to use the following for reference: Reference 1: A Report Although a report is different from a list, the concept is the same. Using a report as a visual will help you to understand the basic parts of a query. 1) From the left navigation, click on Reports 2) Click Run across from any report in the list (this opens a pop-up window) Reference 2: An Advanced List Template Using an Advanced List Template will help you see a completed list in action. Similar to the report, this big picture visual will help you to understand the basic parts of a query. 1. From the left-hand navigation, click on Lists. 2. On the middle tab, click List Templates. 3. From the Template Category drop down list box, choose a category. 4. Click View/Copy across from the template. In the middle of the screen, you'll see 6 tabs; we're only going to focus on the first three, Select Objects, Display Fields, Filters, as these are the building blocks of advanced lists. Objects are pieces of information (i.e. records) that are stored in your database. They are the raw materials of your list, like yarn when knitting a sweater. Advanced Lists for Beginners WHIPPLEHILL Page 3 of 9

4 Filters are the criteria for your search that helps to limit your results. They are like the instructions to the Christmas toy or the recipe for apple pie. Display Fields are your results. So, back to our example using Johnny: The school (and all its information) is like your database The class information is like your object Your filters are Johnny Smith, today, 9:15am The classroom row where Johnny sits is like your display field Basic Parts of an Advanced List Part 1: Objects Select Objects On the Select Objects tab, the screen is divided into two parts: the available objects are on the left and the selected objects are on the right. Since this is a template, we've pre-selected some objects. If you were to build a list from scratch, by default, no objects appear in the right-hand column. The plus sign In the selected objects column you may see a Plus symbol next to an object. This indicates there are one or more objects beneath it. 1. Click on the plus sign to expand the objects. 2. Continue clicking on each plus sign you see until all objects are completely expanded As discussed earlier, objects are records stored in your database. The available objects are grouped by topic (for example, Constituent Information) to make it easier for you to find available objects. Clicking on the topic name will expand the objects as light gray rows. Viewing available fields in an object Each object has specific pieces of information (fields) stored inside*. To view which fields are stored in which object, you have the following options: Data Diagram and Data Dictionary Select object and view Display Fields *Note: Not all fields in your database are available; some items such as GPAs are not actually stored, but rather generated each time a report (report card, transcript, etc) is generated; if you have not entered the information in the database (either by leaving it blank or by not purchasing the product) you will not have any results. Advanced Lists for Beginners WHIPPLEHILL Page 4 of 9

5 Data Diagram and Data Dictionary With both tools, you can perform an onscreen search for a specific field name. For example, if you want to include a user's gender in your list results, but you don't know which object contains the gender field, you could search the page to find the topic and the object. Opening the Data Diagram and Data Dictionary 1. In the upper right corner, click on Data Diagram and/or Data Dictionary 2. Review the layout of each document a. The Data Diagram also shows which objects can be linked together in a query. Select object and view Display Fields 1. Click on the Topic (in dark gray) to expand the objects 2. Click on one of the Objects (light gray) 3. Wait for your screen to refresh Now you'll see the object in the selected objects column Connections or what is a join? Objects are connected in an advanced list using either inner joins or outer joins. An inner join, only returns fields that are common to both tables; an outer join includes fields from both. Inner join: If you were searching for all users with the Staff role for example the User Role object would have to exist for everyone you find, so it should be an inner. Outer join: If we were looking for a list of Staff and their phone numbers but also wanted to see those without phone numbers as well, the User Phone object would be an outer join. Essentially saying "we want to see all Staff users, regardless of whether they have a phone number or not." Where do I set Inner vs Outer join? On the Select Objects tab, when you add an object to the selected objects, the default is set to Inner. To change it to an outer join, uncheck the box next to Inner. Part 2: Filters The job of the filter is to process all the junk that the object gives you and refine the results so that you end up with something useful to you. They are often confused with the Display Fields in their functionality. Filters are your criteria whereas display fields show the information you want in your list. In the scenario with Johnny, your filters are Johnny Smith, today, 9:15am but your display is class, room and row. Advanced Lists for Beginners WHIPPLEHILL Page 5 of 9

6 Filters in action using Reports Another way to view filters is to generate one of your manager-level reports from the left hand navigation Reports. Use Reference 1: 1. Click on Reports. 2. Click Run across from any report in the list (this opens a pop-up window) The rows at the top (next to the drop down list boxes) are your filters. Do I need to add filters? Yes, a filter helps to limit your results to what you really want. Remember that your database holds historical (information for multiple school years) and most often you are only concerned with one school year at a given time. When adding a filter row, what determines the fields in the drop down list box? The list of available fields is determined by the objects you selected. The drop down list box will show all the fields in the object, not just the fields you select in Display Fields (for your results). This is because you may want to filter for the school year but you don't necessarily need it to display in your results. 1. Click on the Filters tab 2. Under global filters, click the plus sign to add a row. Depending on the template you chose, you may already have some filter rows in place, just add a row underneath Don't worry about the and/or drop down list box for now 3. Click on the drop down list box for Field and view the list of fields For each field, it lists the object name first, then the field name For example, if you see User Base.First Name, User Base is the object and First Name is the field. Conditions Use Reference 1: Look at the drop down list boxes in each row. These are your conditions. If you have School Year as one of your filter rows, your drop down list box will show school years, such as , Depending on what the filter is, you have different options in the drop down list boxes, such as dates, true/false, etc. The same hold true in advanced lists. Advanced Lists for Beginners WHIPPLEHILL Page 6 of 9

7 1. In Filters, add a row. 2. Choose a field from the drop down list box A region will appear onscreen called Condition This box will have the field name as well as a drop down list box. The list box items will be different based on the field. For example, if your field is date-related, your conditions will be items such as on, after, before. If you want to change a condition once set, click on the double down arrows in between the Field and Conditions columns. And/Or/Parens Sometimes, you may want to create a combined list of users. For example, maybe you want a list of all users with either the Non-Teaching Staff or Teacher role. In this scenario, you would have one row for User Role = Teacher and another row for User Role = Non-teaching Staff, but you would change the And to an Or so that we get all users who are either a Teacher or Non-Teaching Staff role member. Now you want to include addresses for these users. Add a new row for address, keeping the And. You would add an open parenthesis on the first User Role filter row and a close parenthesis at the end of the second. Similar to math, you want either role but the address for everyone. Global vs. Object Filters On the Filters tab, the screen is divided into two sections, Global (Where) Filters and Object (Join) Filters. Generally, when you add a filter row you want it to apply to all the data in your list. In the previous example, when you added the filter row User Role = Non-Teaching Staff to find all Non-Teaching Staff, you would have added the row under the Global (Where) Filter section. Let s say you also want to see their Telephone Numbers. Some Non-Teaching Staff may not have a telephone number. Additionally, the only phone number we want back is their Home Phone (we don't need any of their other phone numbers). In Filters under the Object Filter (Join clause)* section Add a filter row Field = User Phone.Phone Type and Condition = Any of Home *In order to properly use an Object Filter (Join clause), you need to have the referenced Object set to an outer join (by unchecking Inner) in Select Objects. So based on our example: In Select Objects > User Phone Uncheck the box next to Inner (because you want all staff regardless of whether they have a phone number or not) Advanced Lists for Beginners WHIPPLEHILL Page 7 of 9

8 Part 3: Display Fields Display fields are what you're most concerned; they're the actual results that display. For example, when generating a report, they're the results on the page. Display fields in action using Reports Using Reference 1 1. Click on Reports. 2. Click Run across from any report in the list (this opens a pop-up window.) 3. Click Generate Report. Your screen will refresh and in general the columns in bold across the top are your display fields. Selecting Display Fields Using Reference 2: 1. Click on the Display Fields tab 2. Click on the Select Fields link 3. Click the plus sign to expand the objects 4. Place a check in the boxes you want 5. Click Select Wait for your screen to refresh and you should see the selected fields on screen Display As and Column Order Since the technical field name may not be something you want in your results, you can rename the column header for your display results. You do not need to rename any display fields or you can pick and choose which ones you want to rename. You can also set the Column order (for display from left to right). Remember to set the order in numerals of 10 (i.e. 10, 20, 30) so you have 9 other sort order options if you want to rearrange or add additional display fields. Before renaming fields, click Preview Compare the column headers to the display fields above Enter Display As for one of your fields Click Preview Compare column headers to the display fields above Advanced Lists for Beginners WHIPPLEHILL Page 8 of 9

9 Glossary Advanced list: WhippleHill functionality that provides a way to access data by creating lists using data relationships and advanced queries; intended for users familiar with databases Database: A database is a structured collection of records or data that is stored in a computer system Global filter: A global filter is the criteria for inner joined objects Field: A field is part of a record (i.e. part of an Object/Table) held in a database, containing specific information. Filter: the criteria for your search; helps to limit your results Flat file: A flat file is a static spreadsheet that typically contains data that is not structurally related. Inner join: An inner join is a specific type of join that links between two related objects/tables that only returns related fields that are common in both objects/tables. Join: A join combines records from two or more Objects/Tables in a database. List template: A list template is a WhippleHill-created template based on the most common advanced lists used by schools. A list template can be copied, so a user can make modifications to the copied template, but not to the original template itself. Object: An object container for multiple records which have the same characteristics. Example: User_Base is an object which contains all users. The characteristics, or data components, in this object are each user's name, User_ID, Host_ID, Grad Year, and address Object filter: An object filter is the criteria for outer joined objects. Outer join: An outer join is a specific type of join that links between two related objects/tables, and returns field mismatches as well as matches from the two objects/tables. Query: A query is a request for information from the database. Report: A report is a WhippleHill-created document that combines data and programming functionality with the Crystal Reports application. Reports are based on user access within your site. Table: A table is the container for multiple records structured in rows (records) and columns (fields). A table is often referred to as an Object. Advanced Lists for Beginners WHIPPLEHILL Page 9 of 9

Shopping Cart: Queries, Personalizations, Filters, and Settings

Shopping Cart: Queries, Personalizations, Filters, and Settings Shopping Cart: Queries, Personalizations, Filters, and Settings on the Shopping Cart Home Page Use this Job Aid to: Learn how to organize the Shopping Cart home page so that it is easier to use. BEFORE

More information

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Table of Contents Introduction!... 1 Part 1: Entering Data!... 2 1.a: Typing!... 2 1.b: Editing

More information

Instructions for Using the Databases

Instructions for Using the Databases Appendix D Instructions for Using the Databases Two sets of databases have been created for you if you choose to use the Documenting Our Work forms. One set is in Access and one set is in Excel. They are

More information

Lesson 3 Transcript: Part 1 of 2 - Tools & Scripting

Lesson 3 Transcript: Part 1 of 2 - Tools & Scripting Lesson 3 Transcript: Part 1 of 2 - Tools & Scripting Slide 1: Cover Welcome to lesson 3 of the db2 on Campus lecture series. Today we're going to talk about tools and scripting, and this is part 1 of 2

More information

Export a PROTECT Report to Excel (User s Guide Lesson 21 : Reports) Tips for Using Microsoft Excel and Exported Reports

Export a PROTECT Report to Excel (User s Guide Lesson 21 : Reports) Tips for Using Microsoft Excel and Exported Reports Export a PROTECT Report to Excel (User s Guide Lesson 21 : Reports) 1. Run a PROTECT Export report 2. Click the Export button which is at far left on the toolbar in the PROTECT report window. 3. The Export

More information

Introduction to Access 97/2000

Introduction to Access 97/2000 Introduction to Access 97/2000 PowerPoint Presentation Notes Slide 1 Introduction to Databases (Title Slide) Slide 2 Workshop Ground Rules Slide 3 Objectives Here are our objectives for the day. By the

More information

EDITING AN EXISTING REPORT

EDITING AN EXISTING REPORT Report Writing in NMU Cognos Administrative Reporting 1 This guide assumes that you have had basic report writing training for Cognos. It is simple guide for the new upgrade. Basic usage of report running

More information

Creating Reports using Report Designer Part 1. Training Guide

Creating Reports using Report Designer Part 1. Training Guide Creating Reports using Report Designer Part 1 Training Guide 2 Dayforce HCM Creating Reports using Report Designer Part 1 Contributors We would like to thank the following individual who contributed to

More information

Acuity 504. User Guide. Administrators 504 Coordinators Teachers. MSB Customer Care msb-services.

Acuity 504. User Guide. Administrators 504 Coordinators Teachers. MSB Customer Care msb-services. TM Acuity 504 User Guide Administrators 504 Coordinators Teachers MSB Customer Care 800.810.4220 support@ Copyright 2014 MSB All rights reserved 1 Copyright MSB 2014 Table of Contents MSB Mission Statement...

More information

Staff User Guide PowerSchool Student Information System

Staff User Guide PowerSchool Student Information System PowerSchool Student Information System Document Properties Copyright Owner 2005 Apple Computer, Inc. All rights reserved. This document is the property of Apple Computer, Inc. and is for reference only.

More information

Introduction to Cascade Server (web content management system) Logging in to Cascade Server Remember me Messages Dashboard Home

Introduction to Cascade Server (web content management system) Logging in to Cascade Server Remember me Messages Dashboard Home Introduction to Cascade Server (web content management system) Last Updated on Jul 14th, 2010 The College of Charleston's web site is being produced using a Content Management System (CMS) called Cascade

More information

EKTRON 101: THE BASICS

EKTRON 101: THE BASICS EKTRON 101: THE BASICS Table of Contents INTRODUCTION... 2 TERMINOLOGY... 2 WHY DO SOME PAGES LOOK DIFFERENT THAN OTHERS?... 5 LOGGING IN... 8 Choosing an edit mode... 10 Edit in context mode (easy editing)...

More information

Arduino IDE Friday, 26 October 2018

Arduino IDE Friday, 26 October 2018 Arduino IDE Friday, 26 October 2018 12:38 PM Looking Under The Hood Of The Arduino IDE FIND THE ARDUINO IDE DOWNLOAD First, jump on the internet with your favorite browser, and navigate to www.arduino.cc.

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Exam Name 1) The table Design view shows 1) A) the relationships established for the table. B) the formatting applied to the table. C) the structure of the table. D) the number of records in the table.

More information

GO! with Microsoft Access 2016 Comprehensive

GO! with Microsoft Access 2016 Comprehensive GO! with Microsoft Access 2016 Comprehensive First Edition Chapter 1 Getting Started with Microsoft Access 2016 Learning Objectives Identify Good Database Design Create a Table and Define Fields in a Blank

More information

Query. Training and Participation Guide Financials 9.2

Query. Training and Participation Guide Financials 9.2 Query Training and Participation Guide Financials 9.2 Contents Overview... 4 Objectives... 5 Types of Queries... 6 Query Terminology... 6 Roles and Security... 7 Choosing a Reporting Tool... 8 Working

More information

Getting Started in CAMS Enterprise

Getting Started in CAMS Enterprise CAMS Enterprise Getting Started in CAMS Enterprise Unit4 Education Solutions, Inc. Published: 18 May 2016 Abstract This document is designed with the new user in mind. It details basic features and functions

More information

Purpose: Use this document as a reference for assigning and sending PeopleSoft Communications.

Purpose: Use this document as a reference for assigning and sending PeopleSoft Communications. Communications - Assigning and Sending PeopleSoft Communications (3C Engine and Purpose: Use this document as a reference for assigning and sending PeopleSoft Communications. Audience: College Staff responsible

More information

How to Create Custom Name Badge Inserts with a Mail Merge in Microsoft Word 2007

How to Create Custom Name Badge Inserts with a Mail Merge in Microsoft Word 2007 Many people know that you can use the Mail Merge feature in Microsoft Word 2007 to easily create mailing labels, but did you know you can use it to quickly create custom name badge inserts? Here, you will

More information

McGovern Medical School Internal User Guide

McGovern Medical School Internal User Guide McGovern Medical School Internal User Guide Welcome to McGovern Medical School s Internal User Guide for the Ad Astra Event Scheduling application! The MMS Internal User Guide has been created to introduce

More information

Grade Point Scales Standard Honors AP/College A B C D F Sample file

Grade Point Scales Standard Honors AP/College A B C D F Sample file 64 Transcripts Weighted Cumulative GPA When your student works extra hard and takes honors or college courses, they deserve a little credit. The best way to reflect this is through their GPA. They deserve

More information

Edmodo for Teachers Guide (Taken directly from Edmodo s site.)

Edmodo for Teachers Guide (Taken directly from Edmodo s site.) Edmodo for Teachers Guide (Taken directly from Edmodo s site.) Table of Contents: 1. Teacher Sign Up 2. Create a Group 3. Manage Your Groups 4. Small Group 5. Co-Teaching 6. Student Sign up 7. Post a Message

More information

TECHNOLOGY COMPETENCY ASSESSMENT MODULE Microsoft Outlook

TECHNOLOGY COMPETENCY ASSESSMENT MODULE Microsoft Outlook TECHNOLOGY COMPETENCY ASSESSMENT MODULE Microsoft Outlook This module was developed to assist students in passing the SkillCheck Incorporated Microsoft Outlook Technology Competency Assessment. This module

More information

CMISGo Web v16.1 User Guide

CMISGo Web v16.1 User Guide CMISGo Web v16.1 User Guide Document versioning control DATE STATUS DOCUMENT VERSION AUTHOR DESCRIPTION January 2016 Final 16.1.1 Advanced Learning March 2018 Final 16.1.1 Niall Dixon Minor change (pg

More information

TRAINING GUIDE. Advanced Crystal 1

TRAINING GUIDE. Advanced Crystal 1 TRAINING GUIDE Advanced Crystal 1 Using Crystal Reports with Lucity Advanced Examples 1 The fifth of a seven-part series, this workbook is designed for Crystal Reports users with some experience, who wish

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

Open your blogger dashboard and click the design tab and then click template designer

Open your blogger dashboard and click the design tab and then click template designer Open your blogger dashboard and click the design tab and then click template designer Now you're going to go down the list on the left hand and make changes to your blog to set up your template. First

More information

Tyler s Versatrans e-link User s and Administrator s Guide

Tyler s Versatrans e-link User s and Administrator s Guide Tyler s Versatrans e-link User s and Administrator s Guide Tyler s Versatrans e-link For more information visit, www.tylertech.com Copyright Copyright 2004 Tyler Technologies, Inc. All Rights Reserved.

More information

EXCEL + POWERPOINT. Analyzing, Visualizing, and Presenting Data-Rich Insights to Any Audience KNACK TRAINING

EXCEL + POWERPOINT. Analyzing, Visualizing, and Presenting Data-Rich Insights to Any Audience KNACK TRAINING EXCEL + POWERPOINT Analyzing, Visualizing, and Presenting Data-Rich Insights to Any Audience KNACK TRAINING KEYBOARD SHORTCUTS NAVIGATION & SELECTION SHORTCUTS 3 EDITING SHORTCUTS 3 SUMMARIES PIVOT TABLES

More information

Kona ALL ABOUT FILES

Kona ALL ABOUT FILES Kona ALL ABOUT FILES February 20, 2014 Contents Overview... 4 Add a File/Link... 5 Add a file via the Files tab... 5 Add a file via a conversation, task, or event... 6 Add a file via a comment... 7 Add

More information

Making Excel Work for Your Tribal Community

Making Excel Work for Your Tribal Community Making Excel Work for Your Tribal Community Excel Basics: Intermediate Skills PHONE: 1-800-871-8702 EMAIL: INFO@CBC4TRIBES.ORG WEB: TRIBALINFORMATIONEXCHANGE.ORG MAKING EXCEL WORK FOR YOUR TRIBAL COMMUNITY

More information

Electronic Portfolios in the Classroom

Electronic Portfolios in the Classroom Electronic Portfolios in the Classroom What are portfolios? Electronic Portfolios are a creative means of organizing, summarizing, and sharing artifacts, information, and ideas about teaching and/or learning,

More information

How to Create a New Guide: Step by Step

How to Create a New Guide: Step by Step How to Create a New Guide: Step by Step Introduction This topic walks you through the entire process of creating a Selection Guide using the Selection Guide Creator. If you need help with a particular

More information

Introduction to Microsoft Access 2016

Introduction to Microsoft Access 2016 Introduction to Microsoft Access 2016 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

Introduction to Cognos Participants Guide. Table of Contents: Guided Instruction Overview of Welcome Screen 2

Introduction to Cognos Participants Guide. Table of Contents: Guided Instruction Overview of Welcome Screen 2 IBM Cognos Analytics Welcome to Introduction to Cognos! Today s objectives include: Gain a Basic Understanding of Cognos View a Report Modify a Report View a Dashboard Request Access to Cognos Table of

More information

2013 edition (version 1.1)

2013 edition (version 1.1) 2013 edition (version 1.1) Contents 1 Introduction... 3 2 Signing in to your Office 365 account... 3 2.1 Acceptable Use Policy and Terms of Use... 4 3 Setting your profile and options... 4 3.1 Settings:

More information

. Help Documentation. This document was auto-created from web content and is subject to change at any time. Copyright (c) 2019 SmarterTools Inc.

. Help Documentation. This document was auto-created from web content and is subject to change at any time. Copyright (c) 2019 SmarterTools Inc. Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2019 SmarterTools Inc. Email Email Overview SmarterMail users can send and receive

More information

SMS User Guide. Athletics. Please contact SIS-Ops for assistance

SMS User Guide. Athletics. Please contact SIS-Ops for assistance SMS User Guide Athletics Please contact SIS-Ops for assistance Help@ksbe.edu 808-523-6370 Version: 03.08.2016 TABLE OF CONTENTS Overview... 4 Search for a Student(s)... 4 Basic Search and Display... 4

More information

Microsoft Access 2007 Tutorial. Creating a Database using Access 2007

Microsoft Access 2007 Tutorial. Creating a Database using Access 2007 Creating a Database using Access 2007 Created: 12 December 2006 Starting Access 2007 Double click on the Access 2007 icon on the Windows desktop (see right), or click-on the Start button in the lower left

More information

UTHealth Medical School Internal User Guide

UTHealth Medical School Internal User Guide UTHealth Medical School Internal User Guide Welcome to UTHealth Medical School Internal User Guide for the Ad Astra Event Scheduling application! The MS Internal User Guide has been created to introduce

More information

2007, 2008 FileMaker, Inc. All rights reserved.

2007, 2008 FileMaker, Inc. All rights reserved. Bento User s Guide 2007, 2008 FileMaker, Inc. All rights reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker, the file folder logo, Bento and the Bento logo are either

More information

1. If you have multiple students attending SJUSD, select a student from the drop-down on the top-left of the screen

1. If you have multiple students attending SJUSD, select a student from the drop-down on the top-left of the screen http://go.sjusd.org/icparentportal INFINITE CAMPUS PARENT/STUDENT PORTAL 1. If you have multiple students attending SJUSD, select a student from the drop-down on the top-left of the screen 2. Calendar

More information

Term Definition Introduced in: This option, located within the View tab, provides a variety of options to choose when sorting and grouping Arrangement

Term Definition Introduced in: This option, located within the View tab, provides a variety of options to choose when sorting and grouping Arrangement 60 Minutes of Outlook Secrets Term Definition Introduced in: This option, located within the View tab, provides a variety of options to choose when sorting and grouping Arrangement messages. Module 2 Assign

More information

Transcript: A Day in the Life of a K12 Seventh Grade Teacher

Transcript: A Day in the Life of a K12 Seventh Grade Teacher Transcript: A Day in the Life of a K12 Seventh Grade Teacher Transcript (Video) Transcript (Video with Audio Description) Transcript (Audio Description) Transcript (Video) 00:00:00.000 MUSIC 00:00:05.799

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

Instructional Design: ADDIE Model

Instructional Design: ADDIE Model Instructional Design: ADDIE Model RenWeb Training for Teachers at Trinity Lutheran School EDT 892 Instructional Design Tiffany Gurgel October 2013 EDT 892 Instructional Design - RenWeb Training by Tiffany

More information

Use mail merge to create and print letters and other documents

Use mail merge to create and print letters and other documents Use mail merge to create and print letters and other documents Contents Use mail merge to create and print letters and other documents... 1 Set up the main document... 1 Connect the document to a data

More information

Unit 3 Fill Series, Functions, Sorting

Unit 3 Fill Series, Functions, Sorting Unit 3 Fill Series, Functions, Sorting Fill enter repetitive values or formulas in an indicated direction Using the Fill command is much faster than using copy and paste you can do entire operation in

More information

version staff had them to share viewing this this user guide. >Reports, as Logging In the SQL login User Name for your district. perform the guides.

version staff had them to share viewing this this user guide. >Reports, as Logging In the SQL login User Name for your district. perform the guides. This report is available for use by all administrative and teaching staff. Data presented in the report is organized by teacher s rosters. The report has been shown to several districts and the teaching

More information

Unit 3 Functions Review, Fill Series, Sorting, Merge & Center

Unit 3 Functions Review, Fill Series, Sorting, Merge & Center Unit 3 Functions Review, Fill Series, Sorting, Merge & Center Function built-in formula that performs simple or complex calculations automatically names a function instead of using operators (+, -, *,

More information

4HOnline has a powerful report system that allows you to take an existing report, customize it to suit your needs, and then save it to use again.

4HOnline has a powerful report system that allows you to take an existing report, customize it to suit your needs, and then save it to use again. 4HOnline USING AND CREATING REPORTS Created: October 14, 2013 OVERVIEW 4HOnline has a powerful report system that allows you to take an existing report, customize it to suit your needs, and then save it

More information

New Finance Officer & Staff Training

New Finance Officer & Staff Training New Finance Officer & Staff Training Overview MUNIS includes many programs and tools to allow for the management of the District financials. As newer finance officers and staff, you are charged with understanding,

More information

AdminPlus Contact DB User Guide LEARN OUR SOFTWARE STEP BY STEP

AdminPlus Contact DB User Guide LEARN OUR SOFTWARE STEP BY STEP AdminPlus Contact DB User Guide LEARN OUR SOFTWARE STEP BY STEP Copyright 2016 Rediker Software. All rights reserved. Information in this document is subject to change without notice. The software described

More information

Figure 1.1 GENESIS Log In Page

Figure 1.1 GENESIS Log In Page TEACHERVUE User Guide Chapter One OVERVIEW OF THE TEACHERVUE SOFTWARE The TEACHERVUE software, frequently abbreviated TXP and also known as Teacher Experience, provides districts with an easy method to

More information

Designed by Jason Wagner, Course Web Programmer, Office of e-learning NOTE ABOUT CELL REFERENCES IN THIS DOCUMENT... 1

Designed by Jason Wagner, Course Web Programmer, Office of e-learning NOTE ABOUT CELL REFERENCES IN THIS DOCUMENT... 1 Excel Essentials Designed by Jason Wagner, Course Web Programmer, Office of e-learning NOTE ABOUT CELL REFERENCES IN THIS DOCUMENT... 1 FREQUENTLY USED KEYBOARD SHORTCUTS... 1 FORMATTING CELLS WITH PRESET

More information

PTPro Checklist 2018 Implementation

PTPro Checklist 2018 Implementation PTPro Checklist 2018 Implementation Last Updated: 11/2/2018 Table of Contents Introduction... 2 Part I Facts and Information... 3 Moving from PTg (PowerTeacher gradebook) to PTPro (PowerTeacher Pro)...

More information

Excel Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts. 6. You can use a table s sizing handle to add columns or rows to a table.

Excel Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts. 6. You can use a table s sizing handle to add columns or rows to a table. Excel Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts TRUE/FALSE 1. The header row must be row 1. ANS: F PTS: 1 REF: EX 234 2. If you freeze the top row in a worksheet and press Ctrl+Home,

More information

To request a new selection, navigate to the GAIL resources website at and click the Request Help button at the top of the page.

To request a new selection, navigate to the GAIL resources website at   and click the Request Help button at the top of the page. How to Process an Email Direct Marketing Effort Step 1. Request the Selection (A selection is the list of individuals you are trying to reach with your communication.) Important Note: If you have already

More information

Monash University Policy Management. User Guide

Monash University Policy Management. User Guide Monash University Policy Management User Guide 1 Table of Contents 1. GENERAL NAVIGATION... 4 1.1. Logging In to Compliance 360 - Single Sign On... 4 1.2. Help... 4 1.2.1. The University Policy Bank...

More information

eschoolplus+ General Information Training Guide Version 2.4

eschoolplus+ General Information Training Guide Version 2.4 eschoolplus+ General Information Training Guide Version 2.4 August 2013 Arkansas Public School Computer Network This page is intentionally left blank 8/23/2013 Page 2 of 29 Table of Contents eschoolplus

More information

Basic Reports & Dashboards

Basic Reports & Dashboards Basic Reports & Dashboards Arizona Board of Regents, 2012 updated 06.01.2012 v.1.10 For information and permission to use our PDF manuals, please contact uitsworkshopteam@list.arizona.edu PDFs available

More information

PowerPoint Instructions

PowerPoint Instructions PowerPoint Instructions Exercise 1: Type and Format Text and Fix a List 1. Open the PowerPoint Practice file. To add a company name to slide 1, click the slide 1 thumbnail if it's not selected. On the

More information

Query Studio Training Guide Cognos 8 February 2010 DRAFT. Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201

Query Studio Training Guide Cognos 8 February 2010 DRAFT. Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201 Query Studio Training Guide Cognos 8 February 2010 DRAFT Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201 2 Table of Contents Accessing Cognos Query Studio... 5

More information

Creating a new form with check boxes, drop-down list boxes, and text box fill-ins. Customizing each of the three form fields.

Creating a new form with check boxes, drop-down list boxes, and text box fill-ins. Customizing each of the three form fields. In This Chapter Creating a new form with check boxes, drop-down list boxes, and text box fill-ins. Customizing each of the three form fields. Adding help text to any field to assist users as they fill

More information

Create your first workbook

Create your first workbook Create your first workbook You've been asked to enter data in Excel, but you've never worked with Excel. Where do you begin? Or perhaps you have worked in Excel a time or two, but you still wonder how

More information

Wimba Classroom. Version 5.2. Room Administrator Guide

Wimba Classroom. Version 5.2. Room Administrator Guide Wimba Classroom Version 5.2 Room Administrator Guide Wimba Classroom 5.2 Room Administrator Guide 1 Administration Tools 2 Room Management 3 Creating a New Room (RoomCreators Only) 3 Setting up a Room

More information

Creating a Database Using Access 2003 for Windows 2000/Me/2003

Creating a Database Using Access 2003 for Windows 2000/Me/2003 Creating a Database Using Access 2003 for Windows 2000/Me/2003 Created: 25 September 2003 Starting Access 2003 Double click on the Access 2003 icon on the Windows desktop (see right), or click-on the Start

More information

Working with Mailings

Working with Mailings 10 Working with Mailings An Overview of the Mail Merge Process... 202 Step 1: Setting Up the Main Document... 204 Step 2: Creating a Data Source... 205 Create a data source... 205 Customize data source

More information

User Guide. RACER Date 09/29/17

User Guide. RACER Date 09/29/17 User Guide RACER Date 09/29/17 1 Table of Contents Table of Contents... 2 RACER... 4 Home Page...5 RACER Requester... 6 Basic Information...6 Location Information...7 Change Information...8 Review and

More information

Click the Add a New Value Tab. Click Add. The system will populate the Event ID field with a number after the event request is saved.

Click the Add a New Value Tab. Click Add. The system will populate the Event ID field with a number after the event request is saved. How to login to SIS: SIS-only users go to: https://buckeyelink2.osu.edu/, click on Student Information System (main page), login using your lastname.# and password. Schedule an Event Path: Main Menu Campus

More information

Microsoft Word 2010 Mail Merge. 3/9/2011 Archdiocese of Chicago Mike Riley

Microsoft Word 2010 Mail Merge. 3/9/2011 Archdiocese of Chicago Mike Riley Microsoft Word 2010 Mail Merge 3/9/2011 Archdiocese of Chicago Mike Riley CONTENTS About Mail Merge... 1 Mail Merge Steps... 1 Data Sources... 1 Existing Data Sources... 1 New Data Source... 2 "Master"

More information

Raiser s Edge Query Training Guide

Raiser s Edge Query Training Guide Raiser s Edge Query Training Guide Introduction to Queries A QUERY in Raiser s Edge is a grouping of similar records in the database. The query module enables us to group, sort and output different types

More information

Welcome to Introduction to Microsoft Excel 2010

Welcome to Introduction to Microsoft Excel 2010 Welcome to Introduction to Microsoft Excel 2010 2 Introduction to Excel 2010 What is Microsoft Office Excel 2010? Microsoft Office Excel is a powerful and easy-to-use spreadsheet application. If you are

More information

Lab 11-1 Lab User Profiles and Tracking

Lab 11-1 Lab User Profiles and Tracking In the following lab instructions, you will be setting up groups, users, and passwords to require password-protected login to Kofax Capture modules. Rights will be assigned to the groups and users that

More information

Grade: 7 Lesson name: Creating a School News Letter Microsoft Word 2007

Grade: 7 Lesson name: Creating a School News Letter Microsoft Word 2007 Grade: 7 Lesson name: Creating a School News Letter Microsoft Word 2007 1. Open Microsoft Word 2007. Word will start up as a blank document. 2. Change the margins by clicking the Page Layout tab and clicking

More information

Table of Contents COURSE OBJECTIVES... 2 LESSON 1: ADVISING SELF SERVICE... 4 NOTE: NOTIFY BUTTON LESSON 2: STUDENT ADVISOR...

Table of Contents COURSE OBJECTIVES... 2 LESSON 1: ADVISING SELF SERVICE... 4 NOTE: NOTIFY BUTTON LESSON 2: STUDENT ADVISOR... Table of Contents COURSE OBJECTIVES... 2 LESSON 1: ADVISING SELF SERVICE... 4 DISCUSSION... 4 INTRODUCTION TO THE ADVISING SELF SERVICE... 5 STUDENT CENTER TAB... 8 GENERAL INFO TAB... 19 TRANSFER CREDIT

More information

Administrator Manual Updated Summer 2012

Administrator Manual Updated Summer 2012 Administrator Manual Updated Summer 2012 Page 1 of 28 Rights Appraisal Administrator Principal/Manager District Appraisal Viewer Vice Principal/Limited Appraiser District Appraiser Campus Walkthrough Appraiser

More information

Introduction to Excel 2013 Part 2

Introduction to Excel 2013 Part 2 Introduction to Excel 2013 Part 2 Open a file Select File from the Menu bar, select Open from the drop down menu, navigate to the place where the file was stored, double-left click on the file name. Modify

More information

Log into your portal and then select the Banner 9 badge. Application Navigator: How to access Banner forms (now called pages.)

Log into your portal and then select the Banner 9 badge. Application Navigator: How to access Banner forms (now called pages.) Navigation Banner 9 Log into your portal and then select the Banner 9 badge. This will bring you to the Application Navigator. Application Navigator: How to access Banner forms (now called pages.) Menu

More information

Getting Started Guide

Getting Started Guide Getting Started Guide for education accounts Setup Manual Edition 7 Last updated: September 15th, 2016 Note: Click on File and select Make a copy to save this to your Google Drive, or select Print, to

More information

Financial Statements Using Crystal Reports

Financial Statements Using Crystal Reports Sessions 6-7 & 6-8 Friday, October 13, 2017 8:30 am 1:00 pm Room 616B Sessions 6-7 & 6-8 Financial Statements Using Crystal Reports Presented By: David Hardy Progressive Reports Original Author(s): David

More information

Section Editor Quick Start. Schoolwires Academic Portal Version 4.0

Section Editor Quick Start. Schoolwires Academic Portal Version 4.0 Schoolwires Academic Portal Version 4.0 TABLE OF CONTENTS The Basics about Your Schoolwires Website...1 Website Navigation Elements...1 Prior to Signing In...1 After Signing In...2 Channel bar...2 Site

More information

Instructor: Craig Duckett. Lecture 03: Tuesday, April 3, 2018 SQL Sorting, Aggregates and Joining Tables

Instructor: Craig Duckett. Lecture 03: Tuesday, April 3, 2018 SQL Sorting, Aggregates and Joining Tables Instructor: Craig Duckett Lecture 03: Tuesday, April 3, 2018 SQL Sorting, Aggregates and Joining Tables 1 Assignment 1 is due LECTURE 5, Tuesday, April 10 th, 2018 in StudentTracker by MIDNIGHT MID-TERM

More information

user manual version 12

user manual version 12 MOBILE check-in user manual version 12 Table of Contents MOBILE CHECK IN OVERVIEW Check In / Out Process...4 Check in with an ipad, smart phone or other mobile device...4 Name Tags and Security Tags...5

More information

Getting Started with the Assistant Console

Getting Started with the Assistant Console Getting Started with the Assistant Console As assistants, you can access the Manager Assistant features on your computer using the Assistant Console application to handle calls for managers. The Manager

More information

Office365 End User Training & Self-Service Migration Manual Simplified

Office365 End User Training & Self-Service Migration Manual Simplified Office365 End User Training & Self-Service Migration Manual Simplified Version 1.0 University Systems and Security 5/25/2016 1 P a g e Table of Contents 2 P a g e Table of Contents Introduction to Office365...

More information

Sage Fixed Assets Reporting. User Guide

Sage Fixed Assets Reporting. User Guide Sage Fixed Assets Reporting User Guide This is a publication of Sage Software, Inc. Copyright 2016 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service names

More information

Concourse. Syllabus Management System. Faculty Reference Guide. Revised 2/26/18

Concourse. Syllabus Management System. Faculty Reference Guide. Revised 2/26/18 Concourse Syllabus Management System Faculty Reference Guide Revised 2/26/18 Contents An Overview of Concourse...3 What is Concourse?...3 The Parts of Concourse...3 Section Syllabus...4 Logging in to Concourse...5

More information

Report Writing for. Course Guide

Report Writing for. Course Guide Report Writing for Contents INTRODUCTION TO CRYSTAL REPORT WRITING USING...1 Launching Crystal Reports...2 Getting Started/Preparing to Design a Crystal Report...6 Adding Fields...10 Inserting a Text Object...11

More information

TRAINING GUIDE. Advanced Crystal 1

TRAINING GUIDE. Advanced Crystal 1 TRAINING GUIDE Advanced Crystal 1 Using Crystal Reports with Lucity Advanced Examples 1 The fifth of a seven-part series, this workbook is designed for Crystal Reports users with some experience, who wish

More information

Wimba Classroom Version 6.1 Room Administrator Guide

Wimba Classroom Version 6.1 Room Administrator Guide Wimba Classroom Version 6.1 Room Administrator Guide Wimba Classroom 6.1 Room Administrator Guide 1 Administration Tools 2 Room Management 3 Creating a New Room (RoomCreators Only) 3 Setting up a Room

More information

Classroom Blogging. Training wiki:

Classroom Blogging. Training wiki: Classroom Blogging Training wiki: http://technologyintegrationshthornt.pbworks.com/create-a-blog 1. Create a Google Account Navigate to http://www.google.com and sign up for a Google account. o Use your

More information

LUMINATE ONLINE : REPORTS 1

LUMINATE ONLINE : REPORTS 1 In Luminate Online, the reporting options are endless and can be used for email, TeamRaiser, Events, Constituent360, Donations and more. Understanding the features of reporting allows you to make sure

More information

Basic Intro to ETO Results

Basic Intro to ETO Results Basic Intro to ETO Results Who is the intended audience? Registrants of the 8 hour ETO Results Orientation (this training is a prerequisite) Anyone who wants to learn more but is not ready to attend the

More information

MANAGING SHOW DATA This document introduces a method using Microsoft Excel and Microsoft Word to manage show data, including:

MANAGING SHOW DATA This document introduces a method using Microsoft Excel and Microsoft Word to manage show data, including: MANAGING SHOW DATA This document introduces a method using Microsoft Excel and Microsoft Word to manage show data, including: TOPIC PAGE FADS Online Entries Record Entry Data 3 Scheduling (includes calculating

More information

Data Service Center May Compiled by: Katey Semmel Anne Rosen

Data Service Center May Compiled by: Katey Semmel Anne Rosen www.dataservice.org Data Service Center May 2000 478-8957 Compiled by: Katey Semmel Anne Rosen 2 Table of Contents Toolbars...3 Viewing...3 Customizing...4 Mail Merge...5 Main Document...5 Data Source

More information

AN INTRODUCTION TO OUTLOOK WEB ACCESS (OWA)

AN INTRODUCTION TO OUTLOOK WEB ACCESS (OWA) INFORMATION TECHNOLOGY SERVICES AN INTRODUCTION TO OUTLOOK WEB ACCESS (OWA) The Prince William County School Division does not discriminate in employment or in its educational programs and activities against

More information

Navigate to Cognos Cognos Analytics supports all browsers with the exception of Microsoft Edge.

Navigate to Cognos Cognos Analytics supports all browsers with the exception of Microsoft Edge. IBM Cognos Analytics Create a List The following instructions cover how to create a list report in IBM Cognos Analytics. A list is a report type in Cognos that displays a series of data columns listing

More information

Quick Admit Batch Apps_SPD_ Revision Document Generation Date Date Modified Last Changed by aswade, 12/04 Status

Quick Admit Batch Apps_SPD_ Revision Document Generation Date Date Modified Last Changed by aswade, 12/04 Status Department Responsibility/Role File Name Quick Admit Batch Apps_SPD_20141204162056 Revision Document Generation Date Date Modified Last Changed by aswade, 12/04 Status 12/4/2014 4:21:00 PM 2/13/2015 9:50:00

More information

CAMPAIGNS. For further assistance please contact us at

CAMPAIGNS. For further assistance please contact us at CAMPAIGNS For further assistance please contact us at support@jumptools.com Table of Contents Campaigns... 4 Action Plans Overview... 5 Blast Emails Overview... 6 Drip Campaigns Overview... 7 enewsletter

More information