Tutorial 1; Multi-Section Class List

Size: px
Start display at page:

Download "Tutorial 1; Multi-Section Class List"

Transcription

1 Tutorial 1; Multi-Section Class List Data Warehouse Services Feb 2008 Tutorial 1; Multi-Section Class List Page1 1 Data Warehouse Services

2 Introduction This manual was created as a Tutorial to help guide you through the basics of SADM using BRIO a reporting tool. The manual will show you how to create a query as well as simple reports, pivot reports and exporting to a Excel spreadsheet. The intent is to use this manual as a hands on class as well as a self taught online tutorial. Please follow each step in the order presented for a good result. (assumes you have authorized BRIO access.) If you have any questions, please feel free to contact the helpdesk. (860)

3 After you log into STUDENT DATAMART (SADM) web site you will use BRIO you will see the following screen. To start the tutorial, from the left side --click on Student Datamart then to log in, click on the blue box in the center that says Go to Student Administration Datamart reports -- this starts BRIO. Then login (assume you have been setup and are authorized) 3

4 4

5 You will then see the following menu -- BRIO menu select your report -- click on Click on Student Admin Data Mart Click on Sample SADM Reports 5

6 Almost there ---- Finally click on Report Template (ODS_CURRENT) You are now in BRIO the UCONN standard Reporting tool that you will use in this tutorial. The report will open up, and you should see the documentation, this is our standard. The purpose is to provide the user( you) a description of the report and any changes made (by who and when). Because this is a tutorial we will ignore this page for now. 6

7 7

8 We are going to do a little house cleaning (also good stuff to know later). We want you to focus on what we are teaching you, so we are going to hide a couple of sections before we start. So these are the sections we will hide and how it s done. Click on the bottom section (to the right) it says R LOAD DATE, when you do, you should see this screen. 8

9 Then at the top click VIEW and a pop down menu will appear, click on Hide Section now the R LOAD DATE is gone. Click here Now --- Use the same process and hide the Q LOAD DATE Que section also. Now you are ready to follow this tutorial, and the correct screens will be presented. 9

10 Query: A set of statements which specify the criteria, based on which the data is retrieved from the database. Sample Query in SQL SELECT * FROM CC_PERSONAL_DIM WHERE PERS_NAME = SMITH,JOHN The same query in BRIO Required Data Criteria Table 10

11 Create a report of Students enrolled in a multi-section class. Include their section number in the report. Step 1 Obtain personal information using EMPLID Step 1.1: Review the query page. Query Page Request Line Query Section Limit Line Results Section Tables Tip! Click on the Request, Limits and Sort hyperlinks to turn the related lines on and off. 11

12 Step 1.2: Rename the Q SADM Query Section to Q Class Roster. Click Right click- select Rename section Select Query section and click on rename section 12

13 Step 1.3: Similarly rename the R Results Section to R Class Roster. Step 1.4: Set Query Options. Select Query Query Options Click Query and then Query Options 13

14 Select Return Unique Rows and Return First 100 Rows. Select the options 14

15 Step 1.5: Selecting the required Table. Scroll down the list of tables and double click on the desired table. The table will then be added to the query section. Here select CC PERSONAL DIM Sections have been renamed Table is added 15

16 Step 1.6: Specify the required fields. Select the Pers Emplid, Pers Primary Last Name and Pers Primary First Name fields, right click and select Add Selected Items Adds the fields you require Step 1.7: Specify the selection criteria. Right click on the field, on which the criteria will be defined. Select Limit. Here it is Pers Emplid. 16

17 17 Fields are added to the request line

18 Enter the criteria in the pop up box as shown. Here use Column Name Condition Criteria 18

19 Step 1.8: Next step is to process the Query you have built. On the toolbar click Process Current Click Process Current Tip! Move your cursor over the process button and the default process type will be displayed. 19

20 The query results are displayed, as shown below The query results are displayed 20

21 Step 2: Obtain NetID information Step 2.1: Add the table UC CC PERSONAL DIM to the query palette. You should be able to see the auto join The join Auto-Join is a term we use to join (connect or link) two or more tables together automatically. BRIO s default is to automatically join tables when they have a field with the same name in each table. In this example we have two tables with Pers Empid field in each hence BRIO links them automatically. You can always delete the join or change the default so no table links are automatically joined, hence you would add them yourself if needed. 21

22 Tip! Right-click on the join line and select properties to view the types of joins that are available. In most cases the default join (simple) will suffice. 22

23 Step 2.2: Add UC Pers NetID to the request line. Step 2.3: On the request line, right click on UC Pers NetId and select Properties Functions String Functions Lower Reference Uc Cc Personal Dim Uc Pers Netid. Click properties 23

24 24 Select Functions, then the options as shown

25 25 Select Reference, then the options shown

26 26 It will display your selections

27 Step 2.4: Process the query. The results will be as shown Results are shown in lower case Tip! Save your document after completing a unit of work to guard against failures such as power outages etc. Tip! You can set the default location of your saved files by clicking on Tools Options Program Options File Locations. 27

28 Step 3 Obtain enrollment information limited to enrolled students Step 3.1: Remove the limit from Pers Emplid. Right click on the Pers Emplid on the Limit line and click remove 28

29 Step 3.2: Add the table REC ENROLLMENT FACT to the query palette. Step 3.3: Add Enrl Status Reason Ldesc field to the Limit line. The condition is Enrl Status Ldesc=Enrolled. Step 3.4: Join Pers Emplid and Enrl Emplid. To do this, select Pers Emplid in the CC Personal Dim table and drag it over Enrl Emplid, in the Rec Enrollment Fact Table. The query palette should look as shown below. The join on Pers Emplid and Enrl Emplid Auto join on Pers Emplid Tip! Sdesc fields values may not be unique. If in doubt, use Ldesc fields. 29

30 Tip! Limit boxes give you the option of entering a custom value or showing you current values. Use a custom value if your limit value is not current or when showing current values is time consuming. Tip! You can always join fields with the same name and in most cases fields with like names. 30

31 Step 3.5: Process the query. The results will be displayed as shown 31

32 Step 4 Obtain class information limited by term, subject, catalog number, class section and class type Step 4.1: Add the Rec Class Dim table to the query pallete and join with Rec Enrollment Fact using Class Sid. Tip! Rec Class Dim detail is at the section level and not the class level. 32

33 Step 4.2: Add Class Term Cd field to the request line. Step 4.3: Add Class Subject Cd, Class Catalog Number, Class Section and Class Instructor Name fields to the request line. Step 4.4: Add Class Term Cd field to the Limit line. Set the limit as Step 4.5: Add the following fields and limits to the limit line, Class Subject Cd=ECON, Class Catalog Nbr = 112. use Show Values to assign limit. Your query palette should look like this 33

34 Tip! Always show values when setting a limit on Catalog Number. The field has an unusual format. 34

35 Step 4.6: Process the query. Your results section will look like this 35

36 Step 5 Build query with variable limits Step 5.1: Right click Class Term Cd on the limit line and select variable limit. 36

37 Step 5.2: Add Class Section to the Limit line. Step 5.3: Set variable limits for Class Subject Cd, Class Catalog Nbr and Class Section. Your query palette will look like this Tip! Set a default value for the variable limit. 37

38 Step 5.4: Process the query. * Note pick any value as a default. Your results will look like this. 38

39 Next we will export to Excel. Step 5.5: Export to Excel. Click File Export Section save as excel 39

40 Excel 2.1 or higher is supported by BRIO for importing data (in) and exporting data(out). This is handy if you need information for other applications. 40

41 Next we will create a report out of our results Step 5.6: Click on Portrait Report to view Report section. Table Dimensions Report Group 1 Table Facts 41

42 Step 5.7: Rename section to Class Roster. Step 5.8: Expand the Q class roster and R class roster fields. Step 5.9: Drag the following fields to the Report Group1 Class term Cd, Class Subject Cd and Class Catalog Nbr. Step 5.10: Drag the following fields to Table Dimensions Pers Emplid, Pers Primary Last Name, Pers Primary First Name, Uc Pers Netid, Class Section and Class Instructor Name. Your report should look like this 42

43 Step 5.11: Rename Scheduling Office text to Registrar s Office. Step 5.12: Rename Type Header Row 2 Here text to Multi- Section Class Roster. Tip! Click View Zoom to see more or less of the report. Tip! Double-Click the Pers Emplid row divider to ree up room for Class Instructor Name 43

44 Next we will create a Pivot table by Class Catalog Number and Class Section Step 5.13: Select the Q Class Roster section, click Insert and select New Pivot. Picture Update!: Click on the related Query section before inserting new pivot. 44

45 Step 5.14: Rename the Pivot Section to P Class Roster. Side Labels Top Labels Facts 45

46 Step 5.15: Expand R Class Roster. Step 5.16: Drag Class Subject Cd to Side Labels. Step 5.17: Drag Class Term Cd, Class Catalog Nbr and Class Section to side labels. Step 5.18: Drag Pers Emplid to Facts. Step 5.19: Right click on Pers Emplid and select Data Functions Count, to view a count for each column. 46

47 Picture Update!: Do not drag UC_Pers_Netid to Facts. 47

48 48

49 (this page left intentionally blank) 49

Setting up Combined Sections

Setting up Combined Sections Setting up Combined Sections Combining Sections allows you to schedule more than one section of different classes in the same room, at the same time. This is most often done for cross-listed courses, but

More information

Campus. Create Data Labels

Campus. Create Data Labels Campus Create Data Labels Macintosh computer users: Follow the instructions in this booklet to create labels in MS Word with the data you export from Campus SPPS Reports Attendance Labels. PC/Windows Users:

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

OBIEE. Oracle Business Intelligence Enterprise Edition. Rensselaer Business Intelligence Finance Author Training

OBIEE. Oracle Business Intelligence Enterprise Edition. Rensselaer Business Intelligence Finance Author Training OBIEE Oracle Business Intelligence Enterprise Edition Rensselaer Business Intelligence Finance Author Training TABLE OF CONTENTS INTRODUCTION... 1 USER INTERFACE... 1 HOW TO LAUNCH OBIEE... 1 TERMINOLOGY...

More information

Web Intelligence Reporting Basics HTML Version

Web Intelligence Reporting Basics HTML Version Training Guide Web Intelligence Reporting Basics HTML Version 2 Web Intelligence Reporting Basics Appropriate Use and Security of Confidential and Sensitive Information Due to the integrated nature of

More information

Brio/EPM (Interactive Reporting) Training (Financial Manager)

Brio/EPM (Interactive Reporting) Training (Financial Manager) Brio/EPM (Interactive Reporting) Training (Financial Manager) 1. Portal Navigation: a. Log into the Portal at: https://dw.rpi.edu/workspace/index.jsp. If you run into issues loading this webpage on your

More information

Service Line Export and Pivot Table Report (Windows Excel 2010)

Service Line Export and Pivot Table Report (Windows Excel 2010) Service Line Export and Pivot Table Report (Windows Excel 2010) In this tutorial, we will take the Service Lines of the Active Students only and only the most recent record to take a snapshot look at approximate

More information

Online Forms with FormWorks

Online Forms with FormWorks User Manual Online Forms with FormWorks This document was created to help schools utilize the web-based applications offered by DMAC Solutions. Click on the sections below or scroll to the next page to

More information

Business Process Procedures

Business Process Procedures Business Process Procedures 14.40 MICROSOFT EXCEL TIPS Overview These procedures document some helpful hints and tricks while using Microsoft Excel. Key Points This document will explore the following:

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

UDSIS 9.2- Staff who support Faculty

UDSIS 9.2- Staff who support Faculty UDSIS 9.2- Staff who support Faculty These instructions show staff how to view Instructor class rosters and teaching schedules. The staff view of these pages is different than the view of this information

More information

Introduction to HCM DataMart

Introduction to HCM DataMart Introduction to HCM DataMart Training Guide fiscaladmin.training@uconn.edu Version #1.0 9/2017 1) Training Goal and Objectives A. Training Goal This is an Instructor Led hands-on course, designed for people

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

Up-To-Date Class Rosters can be accessed through the My UW Madison portal in the Faculty Center

Up-To-Date Class Rosters can be accessed through the My UW Madison portal  in the Faculty Center INSTRUCTOR ACCESS TO CLASS ROSTERS Up-To-Date Class Rosters can be accessed through the My UW Madison portal http://my.wisc.edu in the Faculty Center You will use your NetID and Password to access My UW

More information

Tutorial 1 Importing Data

Tutorial 1 Importing Data Tutorial 1 Importing Data Welcome to this tutorial in which we will look at how to import raw tire data into OptimumT. In this tutorial you will learn how to: 1. Loading files 2. Using Import Templates

More information

Objective 1: Familiarize yourself with basic database terms and definitions. Objective 2: Familiarize yourself with the Access environment.

Objective 1: Familiarize yourself with basic database terms and definitions. Objective 2: Familiarize yourself with the Access environment. Beginning Access 2007 Objective 1: Familiarize yourself with basic database terms and definitions. What is a Database? A Database is simply defined as a collection of related groups of information. Things

More information

Astra Scheduling Grids

Astra Scheduling Grids Astra Scheduling Grids To access the grids, click on the Scheduling Grids option from the Calendars tab. A default grid will be displayed as defined by the calendar permission within your role. Choosing

More information

BEST PRACTICES SAGE MAS INTELLIGENCE REPORT WRITING

BEST PRACTICES SAGE MAS INTELLIGENCE REPORT WRITING BEST PRACTICES ON SAGE MAS INTELLIGENCE REPORT WRITING Guidelines are categorized as follows: Getting Started Administration Tool/ Connector: Containers Joins Expressions Lookups Report Manager: Parameters

More information

Copyright 2018 MakeUseOf. All Rights Reserved.

Copyright 2018 MakeUseOf. All Rights Reserved. The Beginner s Guide to Microsoft Excel Written by Sandy Stachowiak Published April 2018. Read the original article here: https://www.makeuseof.com/tag/beginners-guide-microsoftexcel/ This ebook is the

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

PeopleSoft Departmental Student Records Training. Bloomsburg University

PeopleSoft Departmental Student Records Training. Bloomsburg University PeopleSoft Departmental Student Records Training Bloomsburg University 1 Table of Contents Bloomsburg University Training Notes... 3 Terminology Crosswalk... 3 Term Code Logic... 3 Viewing a Student s

More information

AVANTUS TRAINING PTE LTD

AVANTUS TRAINING PTE LTD [MSACS13]: Microsoft Access 2013 Length : 3 Days Technology : Microsoft Office 2013 Delivery Method : Instructor-led (Classroom) Course Overview This Microsoft Access 2013 teaches participants how to design

More information

PEOPLESOFT ONLINE SERVICES

PEOPLESOFT ONLINE SERVICES PEOPLESOFT ONLINE SERVICES USING THE FACULTY CENTER: How to Log in, View your Schedule, & Download a Class Roster + Go to www.towson.edu; Click on Quick Links + Then click on Towson Online Services 1 +

More information

Excel 2013 Getting Started

Excel 2013 Getting Started Excel 2013 Getting Started Introduction Excel 2013 is a spreadsheet program that allows you to store, organize, and analyze information. While you may think that Excel is only used by certain people to

More information

Note that you must have the Curriculum Map Admin permission to create curriculum map templates. Please contact your IU to obtain this permission.

Note that you must have the Curriculum Map Admin permission to create curriculum map templates. Please contact your IU to obtain this permission. Creating a Map Note that you must have the Curriculum Map Admin permission to create curriculum map templates. Please contact your IU to obtain this permission. 1. To access the Curriculum Mapping tool,

More information

Creating an Excel resource

Creating an Excel resource Excel Mobile Excel Mobile is a Microsoft application similar to Excel, but designed to run on handhelds. This mobile version of Excel is a spreadsheet application that allows you to manipulate numbers,

More information

FACULTY CENTER. 1. CUNYfirst: https://home.cunyfirst.cuny.edu 2. Select: HR/Campus Solutions. 3. Navigate to: Self Service > Faculty Center

FACULTY CENTER. 1. CUNYfirst: https://home.cunyfirst.cuny.edu 2. Select: HR/Campus Solutions. 3. Navigate to: Self Service > Faculty Center FACULTY CENTER 1. CUNYfirst: https://home.cunyfirst.cuny.edu 2. Select: HR/Campus Solutions 3. Navigate to: Self Service > Faculty Center 4. Click on My Schedule or any of the other Advisor Center information

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

Student Records Training Level IIA

Student Records Training Level IIA ` Student Records Training Level IIA Assigning Overloads... 2 Assigning Student Specific Permissions... 4 Assigning Class Permission Numbers... 6 Changing Classes to Pass/Fail... 8 Adding a Class... 12

More information

Using Excel to Troubleshoot EMIS Data

Using Excel to Troubleshoot EMIS Data Using Excel to Troubleshoot EMIS Data Overview Basic Excel techniques can be used to analyze EMIS data from Student Information Systems (SISs), from the Data Collector, and on ODE EMIS reports This session

More information

Getting Started With the Cisco PAM Desktop Software

Getting Started With the Cisco PAM Desktop Software CHAPTER 3 Getting Started With the Cisco PAM Desktop Software This chapter describes how to install the Cisco PAM desktop client software, log on to Cisco PAM, and begin configuring access control features

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

Astra Scheduling Grids

Astra Scheduling Grids Astra Scheduling Grids To access the grids, click on the Scheduling Grids option from the Calendars tab. A default grid will be displayed as defined by the calendar permission within your role. Choosing

More information

Introduction to Blackboard. Academic Technology & Distance Learning Department

Introduction to Blackboard. Academic Technology & Distance Learning Department Introduction to Blackboard Academic Technology & Distance Learning Department Fall 2013 Spring 2014 LANK ACADEMIC TECHNOLOGY & DISTANCE LEARNING DEPARTMENT Support and FAQs: http://www.ccsnh.edu/academics/online-learning-blackboard

More information

Scientia User Guide Enrolment Services

Scientia User Guide Enrolment Services Scientia User Guide Enrolment Services How to use this guide: This guide is organized to introduce the Scientia applications based on their use in the UBC scheduling process. Users can read the guide through

More information

TestOut Desktop Pro Plus - English 4.x.x. MOS Instructor Guide. Revised

TestOut Desktop Pro Plus - English 4.x.x. MOS Instructor Guide. Revised TestOut - English 4.x.x MOS Instructor Guide Revised 2017-10-18 2 Table of Contents General MOS Exam Information... 3 MOS Practice Exams... 4 Highly Recommended Videos and Class Activities... 5 Course

More information

Open. Select the database and click. Print. Set printing options using the dropdown menus, then click the

Open. Select the database and click. Print. Set printing options using the dropdown menus, then click the The Original Quick Reference Guides Microsoft Access 2010 Access is a tool for creating and managing databases collections of related records structured in an easily accessible format such as a table,

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

User Manual: Instructor

User Manual: Instructor Learning Management System ( LMS ) User Manual: Instructor V NLFIG-03102017-1 Disclaimer and Warranty Information Limits of Liability / Disclaimer of Warranty The information contained within this manual

More information

The MAXQDA Stats Data Editor

The MAXQDA Stats Data Editor The Data Editor The Data Editor The MAXQDA Stats Data Editor displays the cases in the rows and the variables in the columns. Each case is therefore in a separate line. The following figure shows the Data

More information

Step 1. Final Grade Roster Submission. IT Department Printed on 05/21/2012 Page 1. Steps to Submit Grades. Step 1. Step 2. Step 3

Step 1. Final Grade Roster Submission. IT Department Printed on 05/21/2012 Page 1. Steps to Submit Grades. Step 1. Step 2. Step 3 /Notes 1. Log into CUNYfirst Enter your username and password AND Click on the Go button icon 2. From the Enterprise Menu, select the HR/Campus Solutions link IT Department Printed on 05/21/2012 Page 1

More information

Introduction to the workbook environment

Introduction to the workbook environment L E S S O N 7 Introduction to the workbook environment Lesson objectives Suggested teaching time To begin using the three-dimensional aspect of the Excel workbook, you will: 60-70 minutes a b c d Work

More information

Activant FASPAC. FasData Exchange

Activant FASPAC. FasData Exchange Activant FASPAC FasData Exchange This class is designed for FASPAC Users familiar with: FASPAC system operations Database structures Data Views Microsoft Excel and / or Microsoft Access Other ODBC data

More information

Introduction to macros

Introduction to macros L E S S O N 6 Introduction to macros Suggested teaching time 45-55 minutes Lesson objectives In this lesson, you will learn about macros by: a b c Running and recording a new macro by using the record

More information

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. *

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. * Microsoft Access II 1.) Opening a Saved Database Open the Music database saved on your computer s hard drive. *I added more songs and records to the Songs and Artist tables. Click the Options button next

More information

WAYNESBORO AREA SCHOOL DISTRICT COMPUTER APPLICATIONS

WAYNESBORO AREA SCHOOL DISTRICT COMPUTER APPLICATIONS UNIT: Publisher KEY LEARNING(S): Introduction to Microsoft Publisher and Publisher jumpstart UNIT ESSENTIAL QUESTIONS: How can you use Publisher to enhance your education/career? COMPETENCY: Publisher

More information

INSTRUCTOR SELF SERVICE USER GUIDE

INSTRUCTOR SELF SERVICE USER GUIDE INSTRUCTOR SELF SERVICE USER GUIDE Page 1 of 38 Instructor Self Service Table of Contents Introduction... 3 Overview... 3 Access... 3 Sign in to Bear Tracks... 4 General Navigation... 6 Menu Navigation...

More information

Advanced Excel for EMIS Coordinators

Advanced Excel for EMIS Coordinators Advanced Excel for EMIS Coordinators Helen Mills helenmills@metasolutions.net 2015 Metropolitan Educational Technology Association Outline Macros Conditional Formatting Text to Columns Pivot Tables V-Lookup

More information

View Class Roster Using Administrative Page

View Class Roster Using Administrative Page View Class Roster Using Administrative Page Begin by navigating to the Class Roster link located at Curriculum Management Class Roster Class Roster You are taken to the Class Roster Search Criteria Screen.

More information

Blackboard 8 Grade Center

Blackboard 8 Grade Center Blackboard 8 Grade Center Donna M. Dickinson E-Learning Center Borough of Manhattan Community College Grade Center Revised user interface (Web 2.0 style) New toolbar Inline editing More flexibility in

More information

3. A SAC INCLUDE drop list has been included to the report parameters area to help filter certain student records.

3. A SAC INCLUDE drop list has been included to the report parameters area to help filter certain student records. V1.0 Release Notes: Release Date: 10/11/2007 1. Background filters used locate the student s primary mailing address based upon their active status in enrollments, household membership, and mailing status.

More information

Creating and Using an Excel Table

Creating and Using an Excel Table Creating and Using an Excel Table Overview of Excel 2007 tables In earlier Excel versions, the organization of data in tables was referred to as an Excel database or list. An Excel table is not to be confused

More information

Introduction to Microsoft Excel

Introduction to Microsoft Excel Chapter A spreadsheet is a computer program that turns the computer into a very powerful calculator. Headings and comments can be entered along with detailed formulas. The spreadsheet screen is divided

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

Admissions & Intro to Report Editing Participants Guide

Admissions & Intro to Report Editing Participants Guide IBM Cognos Analytics Admissions & Intro to Report Editing Participants Guide Welcome to Cognos - Admissions and Introduction to Report Editing! Today s objectives include: Gain a Basic Understanding of

More information

Departmental Schedule Validator (DSV) Procedure Manual

Departmental Schedule Validator (DSV) Procedure Manual Departmental Schedule Validator (DSV) Procedure Manual What is the DSV? Departments use the Departmental Schedule Validator (DSV) application to submit scheduling requests to the Office of the University

More information

This job aid details the process for reviewing GL Balances with the Account Inspector.

This job aid details the process for reviewing GL Balances with the Account Inspector. OVERVIEW This job aid details the process for reviewing GL Balances with the Account Inspector. NAVIGATING TO THE ACCOUNT INSPECTOR Use the following process to navigate to the Account Inspector (Inquire

More information

Intelligence. Peachtree Business Intelligence Report Writing Best Practices

Intelligence. Peachtree Business Intelligence Report Writing Best Practices Intelligence Peachtree Business Intelligence Report Writing Best Practices 1. GETTING STARTED... 3 1.1. PRE-REQUISITES... 3 2. CONNECTOR TOOL... 4 2.1. CONTAINERS:... 4 2.2. JOINS:... 4 2.3. EXPRESSIONS:...

More information

Faculty Center in SIS

Faculty Center in SIS Overview The Faculty Center can be used to manage all of your class, student and advisee related activities such as: viewing your weekly teaching schedule, viewing class details, searching for classes,

More information

ParSCORE for Scantron

ParSCORE for Scantron ParSCORE for Scantron What you should tell students to buy (in terms of forms) Your students should buy Form ParSCORE F 1712 (200 questions), X 101864 (100 questions), or F 14507 (20 questions) from the

More information

Table of Contents COURSE OVERVIEW... 5

Table of Contents COURSE OVERVIEW... 5 Table of Contents COURSE OVERVIEW... 5 DISCUSSION... 5 THE NEW DATABASE FORMAT... 5 COURSE TOPICS... 6 CONVENTIONS USED IN THIS MANUAL... 7 Tip Open a File... 7 LESSON 1: THE NEW INTERFACE... 8 LESSON

More information

Appendix C: Run a Report of Individual Listings for your Department

Appendix C: Run a Report of Individual Listings for your Department for your Department The Directory Report The Directory report lists each person in your department along with the information from the HR database that will be printed in the next directory. The Directory

More information

DATABASE MANAGERS. Basic database queries. Open the file Pfizer vs FDA.mdb, then double click to open the table Pfizer payments.

DATABASE MANAGERS. Basic database queries. Open the file Pfizer vs FDA.mdb, then double click to open the table Pfizer payments. DATABASE MANAGERS We ve already seen how spreadsheets can filter data and calculate subtotals. But spreadsheets are limited by the amount of data they can handle (about 65,000 rows for Excel 2003). Database

More information

User Manual. CIA Alignment

User Manual. CIA Alignment Revised: 5/29/18 User Manual CIA Alignment This document was created to help schools utilize the web-based applications offered by DMAC Solutions. Click on the sections below or scroll to the next page

More information

The simplest way to search for and enroll in classes is to do so via the Enrollment Shopping Cart.

The simplest way to search for and enroll in classes is to do so via the Enrollment Shopping Cart. The simplest way to search for and enroll in classes is to do so via the Enrollment Shopping Cart. 1. Starting from the Student Center Screen, click on the blue enrollment shopping cart in order to access

More information

Office Applications II Lesson Objectives

Office Applications II Lesson Objectives Office Applications II Lesson Unit 1: MICROSOFT EXCEL SPREADSHEETS BASICS What is a Spreadsheet and What Are Its Uses? Define spreadsheets Define the Microsoft Excel application List business, consumer,

More information

MASTER-DETAIL FORMS. In this Chapter, you will learn about: Master-Detail Forms Page 108

MASTER-DETAIL FORMS. In this Chapter, you will learn about: Master-Detail Forms Page 108 CHAPTER 4 MASTER-DETAIL FORMS CHAPTER OBJECTIVES In this Chapter, you will learn about: Master-Detail Forms Page 108 In the previous Chapters, you created and worked with forms that had only one base-table

More information

Retrieving Pledge Reminders 1 st and 2 nd Reminders (Revision Date: October 7, 2004)

Retrieving Pledge Reminders 1 st and 2 nd Reminders (Revision Date: October 7, 2004) Retrieving Pledge Reminders 1 st and 2 nd Reminders (Revision Date: October 7, 2004) Double SSH Secure File Transfer Client icon on desktop button on the left side (3 lines down) File Open Error box will

More information

Faculty Center. Contents

Faculty Center. Contents Page1 Faculty Center Contents Access MyView... 2 The Basics... 2 Class Information... 3 Class Roster... 6 Photos... 8 Print Roster... 8 Download Roster to Excel... 8 Final Exams... 9 View Schedule in Weekly

More information

DOME - Instructor Dynamic Online Mark Entry

DOME - Instructor Dynamic Online Mark Entry DOME - Instructor Dynamic Online Mark Entry 2015, University of Regina. All rights reserved. Page 2 DOME Table of Contents SECTION 1 NAVIGATION... 3 A. The Dynamic Online Mark Entry (DOME) Functions...

More information

REPORT WRITER MANUAL (Version 10)

REPORT WRITER MANUAL (Version 10) REPORT WRITER MANUAL (Version 10) 2 Report Writer - Navigation You may access Report Writer by choosing view from your toolbar and selecting Report Writer or by choosing the Report Writer option when you

More information

Departmental Schedule Validator (DSV) Procedure Manual

Departmental Schedule Validator (DSV) Procedure Manual Departmental Schedule Validator (DSV) Procedure Manual What is the DSV? The Departmental Schedule Validator (DSV) is an application used by departments to submit scheduling requests to the Office of the

More information

Records and Enrollment Participants Guide

Records and Enrollment Participants Guide IBM Cognos Analytics Welcome to Cognos Records and Enrollment Training! Today s objectives include: Gain a Basic Understanding of Cognos Understand University policies on data security including FERPA

More information

Rev. B 12/16/2015 Downers Grove Public Library Page 1 of 40

Rev. B 12/16/2015 Downers Grove Public Library Page 1 of 40 Objectives... 3 Introduction... 3 Excel Ribbon Components... 3 File Tab... 4 Quick Access Toolbar... 5 Excel Worksheet Components... 8 Navigating Through a Worksheet... 9 Downloading Templates... 9 Using

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

Day 1 Agenda. Brio 101 Training. Course Presentation and Reference Material

Day 1 Agenda. Brio 101 Training. Course Presentation and Reference Material Data Warehouse www.rpi.edu/datawarehouse Brio 101 Training Course Presentation and Reference Material Day 1 Agenda Training Overview Data Warehouse and Business Intelligence Basics The Brio Environment

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

NEW Functionality for Instructor Center Spring 2017

NEW Functionality for Instructor Center Spring 2017 NEW Functionality for Instructor Center Spring 2017 Beginning in Spring 2017 instructors will see a new area in UAccess Instructor Center where they can enter a student s ID and provide electronic permission

More information

Visual Analytics User s Guide

Visual Analytics User s Guide Visual Analytics User s Guide Question Page How do I log on to the system? 2 How do I navigate the reports? 3 How do I view an object that does not fit on the screen? 3 How do I change the column width

More information

Notability in the Classroom. St. Vrain Valley Tech Camp 2017 Presenter: Kevin Custis

Notability in the Classroom. St. Vrain Valley Tech Camp 2017 Presenter: Kevin Custis Notability in the Classroom St. Vrain Valley Tech Camp 2017 Presenter: Kevin Custis Warm-up Activity Please make sure you are logged on to your St. Vrain Google accounts so that you may access your Google

More information

HUB: Add a Class Section to a Multiple Component Course Already on the Schedule

HUB: Add a Class Section to a Multiple Component Course Already on the Schedule HUB: Add a Class Section to a Multiple Component Course Already on the Schedule We will cover adding additional sections to a course already on the schedule. From the Main Menu, click Curriculum Management

More information

Using Microsoft Access

Using Microsoft Access Using Microsoft Access USING MICROSOFT ACCESS 1 Interfaces 2 Basic Macros 2 Exercise 1. Creating a Test Macro 2 Exercise 2. Creating a Macro with Multiple Steps 3 Exercise 3. Using Sub Macros 5 Expressions

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

Basic Excel. Helen Mills OME-RESA

Basic Excel. Helen Mills OME-RESA Basic Excel Helen Mills OME-RESA Agenda Introduction- Highlight Basic Components of Microsoft Excel Entering & Formatting Data, Numbers, & Tables Calculating Totals & Summaries Using Formulas Conditional

More information

User Manual. perfectionlearning.com/technical-support

User Manual. perfectionlearning.com/technical-support User Manual perfectionlearning.com/technical-support 1 User Manual Accessing Math X... 3 Login... 3 Forgotten Password... 3 Navigation Menu... 4 Logout... 4 Admin... 5 Creating Classes and Students...

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

Sage Intelligence: Report Writing Methodology Agenda

Sage Intelligence: Report Writing Methodology Agenda Sage Intelligence: Report Writing Methodology Agenda Report Structure Report Writing Methodology Report Writing Best Practices The purpose of this webinar is to provide the best possible guidelines on

More information

Microsoft Excel Tutorial

Microsoft Excel Tutorial Microsoft Excel Tutorial 1. GETTING STARTED Microsoft Excel is one of the most popular spreadsheet applications that helps you manage data, create visually persuasive charts, and thought-provoking graphs.

More information

Source systems where the data comes from KFS data Genesys (coming soon)

Source systems where the data comes from KFS data Genesys (coming soon) Prerequisite for this class: UConn Intro WebFOCUS video. Understanding how the Kuali Financial Data Mart (KFDM) works WebFOCUS software used to access data Software on a server InfoAssist is used to create

More information

IP4 - Running reports

IP4 - Running reports To assist with tracking and monitoring HRIS recruitment and personnel, reports can be run from Discoverer Plus. This guide covers the following process steps: Logging in... 2 What s changed? Changed reference

More information

Introduction to Microsoft Excel 2007

Introduction to Microsoft Excel 2007 Introduction to Microsoft Excel 2007 Microsoft Excel is a very powerful tool for you to use for numeric computations and analysis. Excel can also function as a simple database but that is another class.

More information

Departmental Schedule Validator (DSV) Procedure Manual

Departmental Schedule Validator (DSV) Procedure Manual Departmental Schedule Validator (DSV) Procedure Manual Introduction The Departmental Schedule Validator (DSV) is a web based program designed to enhance schedule submission and to automatically check for

More information

COURSE PROFILE: ENVISION USER TRAINING

COURSE PROFILE: ENVISION USER TRAINING COURSE PROFILE: ENVISION USER TRAINING Title Length Description Envision User Training 3 days This course teaches Envision Visual Information Portal (VIP) users how to use the tool. It is design to help

More information

YES User Guide Enrollment

YES User Guide Enrollment YES User Guide Enrollment Adding a Class to the Cart 1. On the student landing page, click Student Registration. 2. Use the drop down arrow to select the term. 3. Enter the subject area, course number,

More information

Departmental Schedule Validator (DSV) Procedure Manual

Departmental Schedule Validator (DSV) Procedure Manual Departmental Schedule Validator (DSV) Procedure Manual What is the DSV? The Departmental Schedule Validator (DSV) is an application used by departments to submit scheduling requests to the Office of the

More information

Introduction Accessing MICS Compiler Learning MICS Compiler CHAPTER 1: Searching for Data Surveys Indicators...

Introduction Accessing MICS Compiler Learning MICS Compiler CHAPTER 1: Searching for Data Surveys Indicators... Acknowledgement MICS Compiler is a web application that has been developed by UNICEF to provide access to Multiple Indicator Cluster Survey data. The system is built on DevInfo technology. 3 Contents Introduction...

More information

Blackboard 3: Grade Center

Blackboard 3: Grade Center Blackboard 3: Grade Center Whether you are using integrated Blackboard assignments or looking for a place to record grades on work submitted outside of Blackboard, the Grade Center gives you a secure online

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

Excel Level 1: Beginner. Get started in Excel. Look good with easy formatting. Set out your first Excel calculations. Increase your efficiency

Excel Level 1: Beginner. Get started in Excel. Look good with easy formatting. Set out your first Excel calculations. Increase your efficiency Excel 2010 Level 1: Beginner Learning basic skills for Excel 2010 Estimated time: 04:05 6 modules - 49 topics Get started in Excel Discover Excel and carry out simple tasks: opening a workbook saving it,

More information