My Query Builder Function

Size: px
Start display at page:

Download "My Query Builder Function"

Transcription

1 My Query Builder Function The My Query Builder function is used to build custom SQL queries for reporting information out of the TEAMS system. Query results can be exported to a comma-separated value file, a Microsoft Excel file, or a PDF. Users can save queries as profiles to be used again. In this document: Building an SQL Query How to Build an SQL Query How to Create a Join How to Select the Columns for Display Using Function Buttons How to Create an Aggregate Function How to Create an Arithmetic Function Working With Profiles How to Save a Query as a Profile How to Save a Query as a Filter Profile How to Delete a Saved Profile TEAMS User Guide: My Query Builder Prologic Technology Systems, Inc.

2 MY QUERY BUILDER FUNCTION Building an SQL Query This section is an overview of how to build a basic SQL query. How to Build an SQL Query To build an SQL query, follow the steps below. 1. Navigate to the TEAMS Home page and select the Reports menu. Note: The exact name of the menu you use to access this function depends on how your district has configured its TEAMS Home page. 2. Select the My Query Builder link. The SQL Builder tab is displayed. Figure 1: SQL Builder tab 3. In the Database field, select the database to query from the drop-down list. 4. In the Table field, select the table or view to use from the drop-down list. Views are indicated by a V (for example, V Applicant). Note: If you want to join tables, click the + link to display the Create Join box, see "How to Create a Join" on page 6 for more information. Note: The views and tables available for selection are configured in the Maintain RFDS TEAMS Report Table View function and then distributed to employees using the Position View Association function. For more information about these functions, see the TEAMS Functions for SQL Queries User Guide or TEAMS Online Help. 5. In the Column field, select the column that contains the information you want to query. 6. In the Operator field, select an operator from the drop-down list. 2 TEAMS User Guide: My Query Builder

3 Building an SQL Query 7. In the Value field, if the operator you selected requires a value to complete the expression, enter the value in the field. Note: If you want to query on a date, enter the date in the Value field using the following format: YYYY-MM-DD (for example, August 31, 2013 would be ). You must include the single quotation mark at the beginning and end of the date information. 8. Optional. In the Tags field, you can select the variable {Current Fiscal Year} to use as a value in your query. When you run the query, the system will pull the value of the Current Fiscal Year from the value set in the District Business Rules function for the rule Fiscal Year Current Fiscal Year. When the current fiscal year is updated in the business rule, saved SQL profiles that use the Current Fiscal Year tag will automatically pull the correct value. 9. Click the Insert button. The criterion you built is added to criteria panel, and the And, Or, and Clear buttons are displayed on the tab. Figure 2: SQL Builder tab with criterion added and buttons displayed 10. Repeat Step 5 through Step 8 to configure additional criteria for the query. 11. For your additional criteria, click one of the following button options: Click the And button to require that search results match all criteria joined by and. Click the Or button to require that search results match any criteria joined by or. Note: Click the Clear button to clear the tab of all your criteria selections. The SQL Builder tab with additional criteria selected is shown in the following figure. TEAMS User Guide: My Query Builder 3

4 MY QUERY BUILDER FUNCTION Figure 3: SQL Builder tab with additional criteria selected 12. Optional. Click the Select columns button to select what columns of information from the table or view will be included in your results and the order in which they are displayed. For more information, see "How to Select the Columns for Display" on page 7. Note: You also have the ability to create aggregate functions and arithmetic functions. For more information, see "Using Function Buttons" on page 9. Note: The Max Rows field defaults to 500. You can change this setting, if necessary, but increasing the number may increase the time it takes to process the query. 13. Click the Execute button. The Query Execution box (shown below) is displayed to let you know the query is executing. Figure 4: Query Execution Note: To cancel a query during the execution process, click the Cancel button. When the query is finished executing, matching results are displayed on the tab, as shown in the following figure. 4 TEAMS User Guide: My Query Builder

5 Building an SQL Query Figure 5: SQL Builder tab with query results 14. Optional. If you want to export the results to a file you can modify or save, select one of the options below: Click the Export to CSV button to export the results to the comma-separated value file. Click the Export to Excel button to export the results to a Microsoft Excel file. Click the View PDF button to open the results as a PDF file that you can save. You can select whether you want the orientation of the PDF document to be Portrait (default selection) or Landscape. Note: If you have created a query that you want to use again, you can save it as a profile. For more information, see "Working With Profiles" on page 12. TEAMS User Guide: My Query Builder 5

6 MY QUERY BUILDER FUNCTION How to Create a Join To join tables, follow the steps below. 1. Click the + link to display the Create Join box, shown below. Figure 6: Create Join box 2. Select the Source table. After the Source table is selected, the only available selections in the Destination table field are tables that can be joined directly to any table in the list. This will prevent you from selecting an invalid table to use in the query. 3. Select the Join Condition. The join is listed in the box, as shown in the following figure. Figure 7: Create Join box with join added Note: To delete a join, click the icon in the Delete column for the join. 6 TEAMS User Guide: My Query Builder

7 Building an SQL Query 4. Optional. You can continue creating joins, if desired. The system will automatically determine which of the remaining tables can be joined to the table(s) already selected. When you are finished creating joins, click the Ok button to return to the SQL Builder tab. The joined tables are displayed in the Table field separated by a comma (,), as shown in the following figure. Figure 8: SQL Builder tab (partially illustrated) with joined table selected When you select columns for the query, all fields available for any object in the list of selected items are available for selection. How to Select the Columns for Display To select the columns of information from the table or view you selected to include in the query, follow the steps below. 1. Click the Select columns button. The Select Columns box is displayed. Figure 9: Select Columns box TEAMS User Guide: My Query Builder 7

8 MY QUERY BUILDER FUNCTION 2. The Visible box next to each column name defaults as selected, meaning the column will be displayed in your report. If you do not want to display a column, click the Visible box to deselect it. Tip: Clicking the Deselect All button removes the selection in the Visible box for all column names; clicking the Select All button selects the Visible box for all column names. 3. To rearrange the order how the columns of information will be displayed, highlight to select a column name. Figure 10: Select Columns box (partially illustrated) with selected column name 4. Use the Move Up and Move Down buttons to move the column name to the desired order. 5. Click the OK button. The Select Columns box closes. 8 TEAMS User Guide: My Query Builder

9 Using Function Buttons Using Function Buttons This section is an overview of how to use the Aggregate Function and Arithmetic Function buttons on the SQL Builder tab. How to Create an Aggregate Function With the Aggregate button on the SQL Builder tab, you can select a column for which to perform one of the following functions for the values in the column: Find the average of all the values in the column, Find the total count of all the values in the column, Find the minimum value in the column, Find the maximum value in the column, or Find the sum of all the values in the column. To create an aggregate function, follow the steps below. 1. Click the Aggregate button to display the Aggregate Function box, as shown below. Any previously saved aggregate functions are listed on the box. Hover your cursor over a column to display a popup box Figure 11: Aggregate Function box 2. In the Column field, select the column of information for which to perform the aggregate function. Note: The columns that are available for selection in the drop-down list are those you have chosen in the Select Columns box, which is accessed by clicking the Select Columns button. TEAMS User Guide: My Query Builder 9

10 MY QUERY BUILDER FUNCTION 3. In the Aggregate Function field, select one of the following values for the function to be performed: AVG, COUNT, MIN, MAX, or SUM. Once a selection is made in the Aggregate Function field, the aggregate function is listed on the Aggregate Function box. Note: To delete an aggregate function, click the button. A Confirmation box is displayed asking you to confirm the deletion. Click the Yes button to proceed with the deletion. 4. Click the Ok button to close the Aggregate Function box and return to the SQL Builder tab. How to Create an Arithmetic Function With the Arithmetic Function button on the SQL Builder tab, you can include calculations in your queries. Arithmetic functions can be created using the columns selected for the query, as well as any aggregate functions or other arithmetic operations that have been created for the query. To create an arithmetic operation, follow the steps below. 1. Click the Arithmetic Function button to display the Arithmetic Function box, as shown below. Hover your cursor over a column to display a popup box Figure 12: Arithmetic Function box 2. In the Aux Name field, enter a name for the arithmetic operation. 3. In the Column1 field, select the source for the first part of the calculation. The drop-down list includes all selected columns, aggregate functions, and arithmetic operations that have been saved for the query. 4. In the Operator field, select one of the following options: + (add), - (subtract), * (multiply), or / (divide). 10 TEAMS User Guide: My Query Builder

11 Using Function Buttons 5. In the Column2 field, select the source for the second part of the calculation. The drop-down list includes all selected columns, aggregate functions, and arithmetic operations that have been saved for the query. Once a selection is made in the Column2 field, the details of the arithmetic operation are listed on the Arithmetic Function box. Note: To delete an arithmetic operation, click the button. A Confirmation box is displayed asking you to confirm the deletion. Click the Yes button to proceed with the deletion. 6. Click the Ok button to close the Arithmetic Function box and return to the SQL Builder tab. TEAMS User Guide: My Query Builder 11

12 MY QUERY BUILDER FUNCTION Working With Profiles If you have created a query that you want to use again, you can save it as a profile. You can also save profiles to be used as Filter Profiles. This section is an overview of query profile functionary. Profile panel Figure 13: SQL Builder tab (partially illustrated) How to Save a Query as a Profile 1. Enter a name in the New Profile field. 2. Click the Save Profile button. The new profile is added to the selections in the Profile field. Note: For details about using the Filter Profile box, see How to Save a Query as a Filter Profile below. How to Save a Query as a Filter Profile You can save query profiles defined as Filter Profiles that when active, will filter your search results on many Student Search tabs. For example, you can create a query in My Query Builder that returns At-Risk students. You can save this query as a filter profile that can be activated to filter your student search results to only return students At-Risk. An overview of the process for creating queries for use as a filter for student searches is below. 1. Save a query in the My Query Builder function to be used as a filter profile (see page 13). 2. Activate one or more filter profiles to be used in Student Searches in the Active Profile Filter function (see page 14). 3. When a filter is active, the icon is displayed in the upper right corner of your TEAMS browser window, and on Student Search functions, only students who meet the criteria of the active filter profile query in addition to any selected search criteria will be returned (see page 15). Note: The icon is only displayed on the main TEAMS browser window. It is not displayed in an alternate browser window. 12 TEAMS User Guide: My Query Builder

13 Working With Profiles Creating a Filter Profile To create a profile to use as a filter, follow the steps below: 1. In the My Query Builder function, when you are adding a new profile or editing an existing profile, select (checkmark) the Filter Profile box. Note: The Max Rows field on the SQL Builder tab only applies to queries executed in the My Query Builder function. The maximum number of rows returned in search results with a filter profile is controlled by the My Query Builder FilterProfileMaxRows district business rule. Important: Filter profiles must have the Student Person ID column (for example, PER_ID or STU_PER_ID) selected as one of the columns to display, as shown in the following figure. (Click the Select columns button to access the Select Columns box.) For queries that will be saved as Filter Profiles, the Student Person ID column (for example, PER_ID) must be selected as a column to display. My Query Builder function, Select Columns box 2. Click the Save button to save the profile. TEAMS User Guide: My Query Builder 13

14 MY QUERY BUILDER FUNCTION Activating a Profile Filter Use the Active Profile Filter function to select the filter profile(s) you want to use with Student Search functions. You can have multiple active filter profiles. When multiple active filter profiles are used, the system employs and logic. To be included in search results, students must meet the criteria of each active filter profile. For example, if you have selected a filter profile that returns Special Education Students and have selected a filter profile that returns 9th grade students, only Special Education Students who are in the 9th grade are returned in search results. When a filter profile is added to the Active Profiles List, the system stores a filtered list of the students meeting the criteria for saved active filter profiles. This list will remain static throughout the your TEAMS session unless you return to the Active Profile Filters function and refresh the filter profiles. The filtered list of students is also updated when you log in to the TEAMS application. To make a filter profile active, follow the steps below. 1. Navigate to the TEAMS Home page and select the Reports menu. Note: The exact name of the menu you use to access this function depends on how your district has configured its TEAMS Home page. 2. Select the Active Profile Filter link. The the Active Profiles tab is displayed. Figure 14: Active Profile Filter function, Active Profiles tab 3. In the Profile Names field, select a filter profile. The drop-down selection list displays all queries that have been saved as filter profiles in the My Query Builder function. 4. Click the Add button. The profile is displayed in the Active Profile Filter function, a message is displayed that the filter profile was added successfully, and the active filter profile icon is displayed in the upper right corner of the TEAMS browser window (as shown in Figure 15). The filter profile will be used by default on all Student Search tabs. Note: If the system found no students who met the criteria for the saved active filter profile(s), the active filter profile icon is not displayed in the TEAMS browser window, which means no filter will be applied. 14 TEAMS User Guide: My Query Builder

15 Working With Profiles Refreshing Active Profile Filters During your TEAMS session, you can refresh all active filter profiles to update the filtered list of students meeting the criteria of your active profiles. To do this, click the Refresh button on the Active Profiles tab. Filter Profiles are also automatically refreshed each time you log in to the TEAMS system. Inactivating Active Profile Filters To inactivate a profile filter, select the filter profile in the Active Profile Filters list and click the Delete button. Active Profile Filter in TEAMS Browser Window When you have an active filter profile, the TEAMS browser window as shown below. icon is displayed in the upper right corner of the Note: The icon is only displayed on the main TEAMS browser window. It is not displayed in an alternate browser window. Filter Students option Active filter profile icon Figure 15: TEAMS Browser Window with Active Filter Profile When a filter profile is active, only students who meet the criteria of the active filter profile query in addition to any other selected search criteria will be returned. For example, if you select Name in the Search By field and enter the Last Name of Smith, only those students with the last name of Smith who qualify for the active filter profile query will be returned. In the Search By field, you can select the Filter Students option and click Search button to quickly display all search results that qualify for the active filter profile. TEAMS User Guide: My Query Builder 15

16 MY QUERY BUILDER FUNCTION How to Delete a Saved Profile 1. In the Profile field, select the profile to be deleted and click the Delete button. A message box is displayed asking you to confirm the deletion action. 2. Click Yes to continue with the deletion. 16 TEAMS User Guide: My Query Builder

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

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

More information

2015 Arkansas Department of Education Data & Reporting Conference. Cognos Query Studio

2015 Arkansas Department of Education Data & Reporting Conference. Cognos Query Studio 2015 Arkansas Department of Education Data & Reporting Conference Cognos Query Studio SMS Workshop August 7, 2015 Arkansas Public School Computer Network CREATING REPORTS USED TO GENERATE DATA FILES 1.

More information

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

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

More information

QUERY USER MANUAL Chapter 7

QUERY USER MANUAL Chapter 7 QUERY USER MANUAL Chapter 7 The Spectrum System PeopleSoft Financials Version 7.5 1. INTRODUCTION... 3 1.1. QUERY TOOL... 3 2. OPENING THE QUERY TOOL... 4 3. THE QUERY TOOL PANEL... 5 3.1. COMPONENT VIEW

More information

Building and Customizing an Interactive Report

Building and Customizing an Interactive Report Building and Customizing an Interactive Report Purpose This tutorial shows you how to build, use and customize an Interactive Report in Oracle Application Express 3.1. Time to Complete Approximately 30

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

STIDistrict Query (Basic)

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

More information

Teacher Connect Progress Report User Guide v

Teacher Connect Progress Report User Guide v Teacher Connect Progress Report User Guide v. 4.4.1 Copyright 2002-2015 eschooldata, LLC All rights reserved. TABLE OF CONTENTS Overview... 3 Accessing Teacher Connect Progress Report... 3 Navigation Row...

More information

Institutional Reporting and Analysis (IRA) For help, blitz "Financial Reports", or

Institutional Reporting and Analysis (IRA) For help, blitz Financial Reports, or Institutional Reporting and Analysis (IRA) 1 Training Agenda Introduction to the IRA Reporting Tool Logging onto the system (4-5) Navigating the Dashboard (6-10) Running Reports (11-12) Working with Reports

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

Open an existing database Sort records in a table Filter records in a table Create a query Modify a query in Design view

Open an existing database Sort records in a table Filter records in a table Create a query Modify a query in Design view Working with Data Objectives Open an existing database Sort records in a table Filter records in a table Create a query Modify a query in Design view 2 Objectives Relate two tables Create a query using

More information

Data Warehouse Business Objects (BOBJ) Ad Hoc Reporting User Guide

Data Warehouse Business Objects (BOBJ) Ad Hoc Reporting User Guide Updated: 10/17/2018 Data Warehouse Business Objects (BOBJ) Ad Hoc Reporting User Guide Table of Contents Data Warehouse Business Objects (BOBJ) Ad Hoc Reporting... 3 Introduction... 3 Getting Started...

More information

Tutorial 8 Sharing, Integrating and Analyzing Data

Tutorial 8 Sharing, Integrating and Analyzing Data Tutorial 8 Sharing, Integrating and Analyzing Data Microsoft Access 2013 Objectives Session 8.1 Export an Access query to an HTML document and view the document Import a CSV file as an Access table Use

More information

SmartView. User Guide - Analysis. Version 2.0

SmartView. User Guide - Analysis. Version 2.0 SmartView User Guide - Analysis Version 2.0 Table of Contents Page i Table of Contents Table Of Contents I Introduction 1 Dashboard Layouts 2 Dashboard Mode 2 Story Mode 3 Dashboard Controls 4 Dashboards

More information

CatPlan End User Guide

CatPlan End User Guide CatPlan End User Guide 10/9/2017 1 P age Table of Contents Supported Browsers...3 Logging in to CatPlan...3 Running Reports...5 Viewing Dashboards...8 Entering Data via Forms... 10 10/9/2017 2 P age Supported

More information

Teacher Connect Progress Report User Guide v

Teacher Connect Progress Report User Guide v Teacher Connect Progress Report User Guide v. 5.9.0 Copyright 2002-2017 eschooldata, LLC All rights reserved. TABLE OF CONTENTS Overview... 3 Accessing Teacher Connect Progress Report... 3 Navigation Row...4

More information

IRA Basic Running Financial Reports

IRA Basic Running Financial Reports IRA Basic Running Financial Reports Dartmouth College maintains a data warehouse of institutional finances, student data, advancement giving and other important measures. Institutional Reporting and Analysis

More information

Discoverer Viewer. User Manual. for SDS

Discoverer Viewer. User Manual. for SDS Discoverer Viewer User Manual for SDS saskatchewan.ca 2017 Table of Contents Introduction... 3 How to Get Started... 3 Logging In... 3 First Time Logging In Preferences Changes... 4 Worksheet List... 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

PeopleSoft Budgets. Budget Transactions Detail Report Comprehensive Report on All Your Budgets Transactions

PeopleSoft Budgets. Budget Transactions Detail Report Comprehensive Report on All Your Budgets Transactions Budget Transactions Detail Report Comprehensive Report on All Your Budgets Transactions This Job Aid shows how to run the Budget Transactions Detail Report (BTDR) in PeopleSoft Financials. This report

More information

07/20/2016 Blackbaud Altru 4.91 Reports US 2016 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any

07/20/2016 Blackbaud Altru 4.91 Reports US 2016 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any Reports Guide 07/20/2016 Blackbaud Altru 4.91 Reports US 2016 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical,

More information

Educator Portal: Creating a Practice Formative Test Session

Educator Portal: Creating a Practice Formative Test Session Educator Portal: Creating a Practice Formative Test Session Revision Date: March 6, 2014 Table of Contents About the Educator Portal... 1 Required Software... 1 Logging Into Educator Portal... 2 Resetting

More information

Importing Career Standards Benchmark Scores

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

More information

Reporter Tutorial: Intermediate

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

More information

North Carolina Community Colleges Business Intelligence Reporting System

North Carolina Community Colleges Business Intelligence Reporting System North Carolina Community Colleges Business Intelligence Reporting System College User Manual Creating Custom Reports Creating Custom Reports The following section will show you how to create custom reports

More information

HealthStream Connect Administrator User Guide

HealthStream Connect Administrator User Guide HealthStream Connect Administrator User Guide ii Contents About HealthStream Connect... 1 Administrator Overview of HealthStream Connect... 2 Administrator Access and Privileges... 2 Navigating HealthStream

More information

Physician Time Study System. User Guide for Supporting Staff

Physician Time Study System. User Guide for Supporting Staff Physician Time Study System User Guide for Supporting Staff 1 Table of Contents 1. Introduction... 3 2. About your Support Staff Account... 3 3. Getting Started... 4 4. Your Main Navigation Area... 5 5.

More information

Uncomplicate Report Builder. Jenna Stworzyjanek Mark Buchanan

Uncomplicate Report Builder. Jenna Stworzyjanek Mark Buchanan Jenna Stworzyjanek Mark Buchanan Report Builder Creating Dynamic Reports What we will cover: Basics of Report Builder Choosing the Right Report Adding Columns Filtering Advanced Report Builder Configurable

More information

VoiceThread Training

VoiceThread Training VoiceThread Training Contents Introduction... 2 Objectives... 2 Connecting to VoiceThread Initially... 2 Creating a VoiceThread Presentation... 4 Accessing Existing VoiceThread Presentations... 5 Sharing

More information

User Guide. Web Intelligence Rich Client. Business Objects 4.1

User Guide. Web Intelligence Rich Client. Business Objects 4.1 User Guide Web Intelligence Rich Client Business Objects 4.1 2 P a g e Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence 4.1... 5 Log into EDDIE...

More information

Coastal Office of Online Learning

Coastal Office of Online Learning Moodle Enhancements This resource guide highlights new features that are now available in the upgraded Moodle 3.1. It also addresses changes to existing features. Coastal Office of Online Learning Keep

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

Sections in this manual

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

More information

Basic Query for Human Resources

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

More information

PowerSchool Handbook Federal Survey Card Report

PowerSchool Handbook Federal Survey Card Report Handbook Federal Survey Card Report Version 1.0 August 9, 2017 Copyright 2017, San Diego Unified School District. All rights reserved. This document may be reproduced internally by San Diego Unified School

More information

Safari ODBC on Microsoft 2010

Safari ODBC on Microsoft 2010 Safari ODBC on Microsoft 2010 Creating an Excel spreadsheet using Safari ODBC 1. Click Data/From Other Sources/From Microsoft Query 2. Select your data source and click OK 3. Enter your Reflections username

More information

IRA Basic Running Financial Reports

IRA Basic Running Financial Reports IRA Basic Running Financial Reports Updated 6-7-2013 1 Training Index Part I Introduction to the IRA Reporting Tool IRA Resources (3) Logging onto the system (4) Navigating the Dashboard (5-9) Running

More information

Team-Fit Console - Navigation & Performing Actions

Team-Fit Console - Navigation & Performing Actions Team-Fit Console - Navigation & Performing Actions 1. Navigation Tabs - page 2 2. Changing Column View - page 3 3. Actions - page 4 4. Viewing Reports - page 4 5. Navigating & Printing Reports on Various

More information

Ad Hoc Reporting: Filter Designer

Ad Hoc Reporting: Filter Designer Ad Hoc Reporting: Filter Designer Contents Ad Hoc Reporting > Filter Designer... 2 Query Wizard Filters... 2 Step 1: Filter & Data Type... 2 Step 2: Field Selection... 3 Step 3: Filter Parameters... 4

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Sloan School of Management

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Sloan School of Management MASSACHUSETTS INSTITUTE OF TECHNOLOGY Sloan School of Management 15.561 IT Essentials Spring 2005 An Introduction to Microsoft Access * Lecture Script 1. Introduction Open Database: Northwind.mdb Select

More information

Security: Account Maintenance User Guide v

Security: Account Maintenance User Guide v Security: Account Maintenance User Guide v. 5.7.0 Copyright 2002-2018 eschooldata, LLC All rights reserved. TABLE OF CONTENTS Overview... 3 Staff Type... 3 New Staff Type...3 New Certification Type...4

More information

RONA e-billing User Guide

RONA e-billing User Guide RONA e-billing Contractor Self-Service Portal User Guide RONA e-billing User Guide 2015-03-10 Table of Contents Welcome to RONA e-billing What is RONA e-billing?... i RONA e-billing system requirements...

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

Business Warehouse reports Running and manipulating reports. Newcastle University Andy Proctor 9 th March 2017

Business Warehouse reports Running and manipulating reports. Newcastle University Andy Proctor 9 th March 2017 Business Warehouse reports Running and manipulating reports Newcastle University Andy Proctor 9 th March 2017 Table of Contents Running a business warehouse report... 2 Adding a characteristic... 4 Drag

More information

IPEDS Human Resources Survey

IPEDS Human Resources Survey IPEDS Human Resources Survey - 2018 User Guide For Reports Version 5 November 2018 Table of Contents Overview... 3 Log in Procedure... 4 Running Reports... 6 Export Reports to Excel... 9 Drill Down to

More information

Raptor University. Raptor System Training. Instructor: RAPTOR TECHNOLOGIES, LLC

Raptor University. Raptor System Training. Instructor: RAPTOR TECHNOLOGIES, LLC Raptor University Raptor System Training Instructor: RAPTOR TECHNOLOGIES, LLC Log In and Log Out 1. In your browser, enter https://apps.raptortech.com. 2. On the Raptor Login screen, enter your assigned

More information

ALES Wordpress Editor documentation ALES Research websites

ALES Wordpress Editor documentation ALES Research websites ALES Wordpress Editor documentation ALES Research websites Contents Login... 2 Website Dashboard... 3 Editing menu order or structure... 4 Add a new page... 6 Move a page... 6 Select a page to edit...

More information

Creating Individual Student Account(s)

Creating Individual Student Account(s) TASK: TIME FRAME: 6 weeks prior to first test administration These processes will allow you to create individual student accounts, or upload multiple student accounts. The Site Administrator should use

More information

PowerSchool Handbook Federal Survey Form Report

PowerSchool Handbook Federal Survey Form Report Handbook Federal Survey Form Report Version 2.1 August 22, 2018 Copyright 2018, San Diego Unified School District. All rights reserved. This document may be reproduced internally by San Diego Unified School

More information

ATS Questionnaire Management Interface (QMI) School Administrator Manual

ATS Questionnaire Management Interface (QMI) School Administrator Manual 2014 ATS Questionnaire Management Interface (QMI) School Administrator Manual 1 Table of Contents QMI: BATCH PAGE...3 LOGGING IN TO THE QUESTIONNAIRE MANAGEMENT INTERFACE...4 SEARCHING FOR EXISTING BATCHES...5

More information

DEPARTMENT OF EDUCATION. Schedules

DEPARTMENT OF EDUCATION. Schedules DEPARTMENT OF EDUCATION EDUCATOR CERTIFICATION Contents Revision History... 2 Revision History Chart... 2 1. How do I get started?... 3 2. Selecting a Schedule?... 5 3. Viewing the selected results...

More information

Upload Grades from a file to Enroll & Pay for Faculty

Upload Grades from a file to Enroll & Pay for Faculty Upload Grades from a file to Enroll & Pay for Faculty First, log on to Enroll & Pay with your Online ID. https://sa.ku.edu Then navigate to the Faculty Center/My Schedule. Make sure the Term you want is

More information

Budget Reports for All Users

Budget Reports for All Users Budget Reports for All Users Table of Contents: How to Open the MBI - Budgeting Cost Center & Rollup Report..2 How to Open the MBI - Budget Excel Format Cost Center & Rollup Report...7 How to open a TSV

More information

I. Overview... 2 A. Users and User Roles... 2 B. System Information... 2 C. Help Menu... 3 D. Changing Your Password... 3 E. Logging In... 3 F.

I. Overview... 2 A. Users and User Roles... 2 B. System Information... 2 C. Help Menu... 3 D. Changing Your Password... 3 E. Logging In... 3 F. I. Overview... 2 A. Users and User Roles... 2 B. System Information... 2 C. Help Menu... 3 D. Changing Your Password... 3 E. Logging In... 3 F. Logging Off... 4 G. Navigation Bar... 4 II. Search Menu...

More information

What's New in Destiny Version Early Adopter Program Version

What's New in Destiny Version Early Adopter Program Version What's New in Destiny Version 16.5 Early Adopter Program Version Table of Contents Overview 3 All Destiny Products 4 Destiny Library Manager 5 Destiny Resource Manager 6 All Products 7 Jobs and Reports

More information

Steps: 1. Log in to the Dmitri application through the following website URL, as appropriate:

Steps: 1. Log in to the Dmitri application through the following website URL, as appropriate: Dmitri Suite Getting Started Logging In and Logging Out Logging In Use the following steps to log in to the Dmitri application. Steps: 1. Log in to the Dmitri application through the following website

More information

Marking Exams and Releasing Marks in MyDispense

Marking Exams and Releasing Marks in MyDispense Marking Exams and Releasing Marks in MyDispense Workbook 2 for Monday 15 th July 13.00 session Learn how to use MyDispense for assessment Table of Contents Important... 2 Marking Exams - The Exam Manager...

More information

DDS. MySped Review Procedures Cycle 4

DDS. MySped Review Procedures Cycle 4 DDS Early Childhood 3-5 year Program Special Education MySped Review Procedures Cycle 4 June 2018 Student Data & Employee DDS 3-5yr Early Childhood Special Education MySped Reviewing Procedures Cycle 4

More information

Training Manual for Researchers. How to Create an Online Human Ethics Application

Training Manual for Researchers. How to Create an Online Human Ethics Application Training Manual for Researchers How to Create an Online Human Ethics Application What is in this document This manual is intended to provide general tips on using functionality specific to QUEST online

More information

Data Management using Excel

Data Management using Excel Data Management using Excel Importing information from different sources Excel can import information from many different sources - the following exercises will import information using three different

More information

Raptor University. Raptor System Entry Admin Training. Instructor: RAPTOR TECHNOLOGIES, LLC

Raptor University. Raptor System Entry Admin Training. Instructor: RAPTOR TECHNOLOGIES, LLC Raptor University Raptor System Entry Admin Training Instructor: RAPTOR TECHNOLOGIES, LLC This training will provide you with the skills necessary to perform the following functions within the Raptor System:

More information

You will need the unique URL for your site and your username and password to login to Data- Director.

You will need the unique URL for your site and your username and password to login to Data- Director. Getting Started Step 1: Login to the DataDirector website: You will need the unique URL for your site and your username and password to login to Data- Director. You may change your password after you login.

More information

The software shall provide the necessary tools to allow a user to create a Dashboard based on the queries created.

The software shall provide the necessary tools to allow a user to create a Dashboard based on the queries created. IWS BI Dashboard Template User Guide Introduction This document describes the features of the Dashboard Template application, and contains a manual the user can follow to use the application, connecting

More information

Xfmea Version 10 First Steps Example

Xfmea Version 10 First Steps Example Xfmea Version 10 First Steps Example This example provides a quick introduction to the Xfmea software by allowing you to experiment with the application s data management, analysis and reporting features.

More information

BANNER 9 QUICK NAVIGATION GUIDE

BANNER 9 QUICK NAVIGATION GUIDE Application Navigator Application Navigator provides a single interface to navigate the Banner 9 JAVA pages. It is a tool that allows you to go back and forth between the current Banner forms and the new

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

SIDStats Tennis User Documentation Updated: 7/9/2010

SIDStats Tennis User Documentation Updated: 7/9/2010 Statistics Collected for Tennis Individual athlete s season-to-date Conference Win/Loss Record and Overall Win/Loss Record for single and doubles players on your Varsity A team. KENTUCKY COACHES: If you

More information

INFocus Basic Table Reporting

INFocus Basic Table Reporting INFocus Basic Table Reporting About This Document This document provides basic information about the INFocus tool, with specific examples of steps required to create reports. The user should log in to

More information

Employee Space Guide. Contents

Employee Space Guide. Contents Employee Space Guide Contents Sign In To Employee Space... 2 My Reviews... 4 My Development... 4 My Profile... 5 Find A Coworker... 15 Opportunities... 16 On Line Paystub... 17 Direct Deposit... 18 W4...

More information

Using the Filter, Field Sets, and Sort Order Menus

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

More information

Human Resource Management System User Guide

Human Resource Management System User Guide 11.0 Human Resource Management System User Guide Unit 0: Introduction Unit 1: HRMS Basics Unit 2: DateTracking Unit 3: Hiring a New Employee Unit 4: Electronic Approvals Unit 5: Maintaining Existing Employees

More information

MicroStrategy Analytics Desktop

MicroStrategy Analytics Desktop MicroStrategy Analytics Desktop Quick Start Guide MicroStrategy Analytics Desktop is designed to enable business professionals like you to explore data, simply and without needing direct support from IT.

More information

Process Document Financial Aid: Ready to Package Version 1.0 Document Generation Date 11/6/2008 Date Modified 12/29/2008 Last Changed by

Process Document Financial Aid: Ready to Package Version 1.0 Document Generation Date 11/6/2008 Date Modified 12/29/2008 Last Changed by Version 1.0 Document Generation Date 11/6/2008 Date Modified 12/29/2008 Last Changed by ASDS Status Draft Ready to Package Concept This process evaluates students based on a series of user defined "tests"

More information

Introduction to Excel 2007

Introduction to Excel 2007 Introduction to Excel 2007 These documents are based on and developed from information published in the LTS Online Help Collection (www.uwec.edu/help) developed by the University of Wisconsin Eau Claire

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

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

Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1

Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1 Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the SAI reports... 3 Copying, Pasting and Renaming Reports... 4 Creating and linking a report... 6 Auto e-mailing reports...

More information

Tutorial for Lane County Mapping Applications

Tutorial for Lane County Mapping Applications Tutorial for Lane County Mapping Applications Contents Overview... 2 Tools... 2 Navigation Tools... 3 Display Tools... 5 Information Tools... 6 Sharing Tools... 7 Common Tasks... 9 Identify or Show Data

More information

PowerScheduler Course Tally Worksheet instructions.

PowerScheduler Course Tally Worksheet instructions. PowerScheduler Course Tally Worksheet instructions. This document will describe the process of copying course request information from PowerSchool into an Excel Course Tally Worksheet. Once the information

More information

MERCERSPECTRUM EMPLOYER USER GUIDE

MERCERSPECTRUM EMPLOYER USER GUIDE MERCERSPECTRUM EMPLOYER USER GUIDE WHAT DO YOU WANT TO DO TODAY? Getting started... 2 Day-to-day processing... 3 Linking the Choice fund to your Employer Fund List...4 Choice Fund exists but is not linked

More information

ReadyResults.net Viewing, Printing, and Customizing Reports. For help, send to: or call:

ReadyResults.net Viewing, Printing, and Customizing Reports. For help, send  to: or call: ReadyResults.net 2014 Viewing, Printing, and Customizing Reports For help, send email to: help@readyresults.net or call: 877-456-1547 Table of Contents Overview... 1 Selecting and Viewing Reports... 1

More information

PEPFAR Panorama: Dossier Dashboards User Guide. November 2018

PEPFAR Panorama: Dossier Dashboards User Guide. November 2018 PEPFAR Panorama: Dossier Dashboards User Guide November 2018 Introduction (Panorama Dossier Dashboard) In an effort to give users more control over the dashboards and visualizations we are introducing

More information

Visualizing Venice Historic Environment Record (Geospatial Database)

Visualizing Venice Historic Environment Record (Geospatial Database) Visualizing Venice Historic Environment Record (Geospatial Database) Table of Contents Introduction... 2 Getting Started opening the sources interface... 3 Searching for a Record... 4 Adding a New Source

More information

Print Schedule of Classes

Print Schedule of Classes This guide will help you generate a Schedule of Classes report. 1.0 PeopleSoft Production Logon Navigate to https://cms.csupomona.edu/psp/hpomprd/?cmd=login&languagecd=eng as shown below. Enter Intranet

More information

Identifying Duplicate Persons in SACWIS

Identifying Duplicate Persons in SACWIS This knowledge base article discusses how to use the Identify Duplicate Person functionality in SACWIS to locate potential duplicate person records, research each person s information, and exclude the

More information

Town of Amherst, NY. GIS Map Machine User Guide. Map Window Search Functions. Help. Toolbar. Layer Control. Scale Bar

Town of Amherst, NY. GIS Map Machine User Guide. Map Window Search Functions. Help. Toolbar. Layer Control. Scale Bar Town of Amherst, NY GIS Map Machine User Guide Toolbar Map Window Search Functions Help Layer Control Scale Bar Map Window Main Elements The MAP WINDOW is the main focus of the screen and where the map

More information

Columbia University InfoView Reports

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

More information

My Sysco Reporting Job Aid for CMU Customers. My Sysco Reporting. For CMU Customers (Serviced by Program Sales)

My Sysco Reporting Job Aid for CMU Customers. My Sysco Reporting. For CMU Customers (Serviced by Program Sales) My Sysco Reporting For CMU Customers (Serviced by Program Sales) 1 Accessing My Sysco Reporting... 2 Logging In... 2 The Reporting Dashboard... 3 My Sysco Reporting Process... 6 Generating a Report...

More information

Name: Class: Date: Access Module 2

Name: Class: Date: Access Module 2 1. To create a new query in Design view, click CREATE on the ribbon to display the CREATE tab and then click the button to create a new query. a. Query b. Design View c. Query Design d. Select Query ANSWER:

More information

Shelly Cashman Series Microsoft Office 365 and Access 2016 Introductory 1st Edition Pratt TEST BANK

Shelly Cashman Series Microsoft Office 365 and Access 2016 Introductory 1st Edition Pratt TEST BANK Shelly Cashman Series Microsoft Office 365 and Access 2016 Introductory 1st Edition Pratt TEST BANK Full clear download (no formatting errors) at: https://testbankreal.com/download/shelly-cashman-series-microsoft-office-365-access-

More information

TxAIR Training Manual

TxAIR Training Manual Introduction and Overview TxAIR, the Texas Achievement Items Repository, is a TEKS-aligned system that provides science and mathematics resources for grades 3 8, Integrated Physics and Chemistry, Biology,

More information

ORS Employee Contact Information (ECI) Build MR.299

ORS Employee Contact Information (ECI) Build MR.299 ORS Employee Contact Information (ECI) Build MR.299 Use this program to generate a file that contains the contact information for your employees. The program will gather the information requested by the

More information

Astra Schedule User Guide Scheduler

Astra Schedule User Guide Scheduler Astra Schedule User Guide 7.5.12 Scheduler 1 P a g e ASTRA SCHEDULE USER GUIDE 7.5.12... 1 LOGGING INTO ASTRA SCHEDULE... 3 LOGIN CREDENTIALS... 3 WORKING WITH CALENDARS... 4 CHOOSING A CALENDAR AND FILTER...

More information

PlayerLync Forms User Guide (MachForm)

PlayerLync Forms User Guide (MachForm) PlayerLync Forms User Guide (MachForm) Table of Contents FORM MANAGER... 1 FORM BUILDER... 3 ENTRY MANAGER... 4 THEME EDITOR... 6 NOTIFICATIONS... 8 FORM CODE... 9 FORM MANAGER The form manager is where

More information

Instructor: Clara Knox. Reference:

Instructor: Clara Knox. Reference: Instructor: Clara Knox Reference: http://www.smith.edu/tara/cognos/documents/query_studio_users_guide.pdf Reporting tool for creating simple queries and reports in COGNOS 10.1, the web-base reporting solution.

More information

Faculty Guide to Grade Center in Blackboard 9.1

Faculty Guide to Grade Center in Blackboard 9.1 Faculty Guide to Grade Center in Blackboard 9.1 Grade Center, formally known as Gradebook, is a central repository for assessment data, student information, and instructor notes. Although it includes items

More information

Quick Guide FAST HR. For more resources, including a guide on FAST HR codes, visit # Instructions Screenshot

Quick Guide FAST HR. For more resources, including a guide on FAST HR codes, visit   # Instructions Screenshot Tips & tricks This quick guide describes basic navigation within the FAST HR reporting tool, including how to use filter options, format columns and export reports. For more resources, including a guide

More information

INSTITUTE BUSINESS SYSTEMS IMSS COGNOS REPORT STUDIO GUIDE

INSTITUTE BUSINESS SYSTEMS IMSS COGNOS REPORT STUDIO GUIDE INSTITUTE BUSINESS SYSTEMS IMSS COGNOS REPORT STUDIO GUIDE Table of Contents Logging into Cognos... 3 Viewing Summary Information... 6 Running a Report... 6 Rerunning a Report... 9 Comparing Summary Information...

More information

Introduction to INFOASSIST Training Course Manual

Introduction to INFOASSIST Training Course Manual Introduction to INFOASSIST Training Course Manual TABLE OF CONTENTS 1) Training Goal and Objectives 2) A. What is InfoAssist? B. Guided walkthrough example 3) A. Utilizing a Standard Report B. How do you

More information

Banner Navigation Contents Updated August 2018

Banner Navigation Contents  Updated August 2018 Banner Navigation Contents Banner 9 Application Navigator... 2 What is a Banner Page?... 4 Basic Navigation... 4 Accessing Forms... 9 How to Filter... 10 Personalizing My Banner Menu... 11 Keystrokes in

More information