MSQuery-DM ad hoc reporting from SQL Server 9/25/2013

Size: px
Start display at page:

Download "MSQuery-DM ad hoc reporting from SQL Server 9/25/2013"

Transcription

1 The ad hoc report feature in the Digital Measures web application has limited options for selecting the rows and columns to be reported. An alternative is to use MSQuery, or some other desktop tool such as SAS, against a copy of DM data updated weekly on SQL Server. For more complex reports, a custom DM report should be requested. The database is DigitalMeasures on server ardbprodone.ad.uky.edu. Contact Diane Gagel if you have questions about your query. The query script can be sent via and pasted into the MSQuery tool. MSQuery selections should be saved for reuse. MSQuery is a graphical tool to be used with relational databases for building Standard Query Language (SQL) select statements. Select statements identify the table or view (in our case DM screen), the columns (fields on screen) and the where clause (the criteria for selection). Using Excel MS Office 2007 (MS Office 2010 should be similar): Open MS Excel Data -> From Other Sources -> From Microsoft Query After choosing Microsoft Query, you will be prompted to Choose Data Source, there are 3 tab options: 1) Databases: Select the database for creating a new query 2) Queries: Select from existing queries to run, change or copy 3) OLAP Cubes None currently available for DM data 1

2 Option 1 - To create a new query, under the Databases tab, choose the data source called DMCopySQLServer. {The data source must be created first see DSN creation instruction handout.} Recommended: uncheck Use the Query Wizard to create/edit queries Click OK. You may prompted to login to the DigitalMeasures SQL Server database. Depending on the authentication specified in the DSN setup, you will use either the LinkBlueID (recommended set up for DM), or a SQL Server ID. When logging on, never choose the option to save UserID and Password Option 2: to use an existing query, under the Queries tab, scroll to find the query saved previously, select the query and click Open. TIP: if you want to create a query based on the copy of an existing query, open the existing query and then Save As with a different name before making the changes. 2

3 MS Query graphical interface for specifying selection criteria and viewing results: 3

4 Creating a new query from scratch, with the MSQuery wizard disabled. 1) Select the table (view) on which the query will be based. After selecting the database, you should be prompted with the Add Tables dialog, to select the tables or views on which the query will be based. Use only the entries that begin with CollView_. These views were specifically created for college ad hoc reporting. You will not have access to data in other tables or views. Scroll to the desired table, and double-click the name, or select and click the Add button: This creates a table field-selection box in the tables area of the work window: Click the Close button to exit the Add Tables dialog window. The Add Tables dialog can be initiated from the menu, Table -> Add Tables... Important Tips: Tip 1a. If more than one table is selected, join criteria must be specified or else the result set could be very large and will likely not be the desired result set. Define the query criteria one table at a time. If more tables are needed, add them one at a time. This will simplify creating joins and verifying the results. 4

5 Tip 1b. Before choosing the first column in the first selected table, uncheck the Automatic Query option in the Records menu. This will prevent the query from being executed with every new addition to the selection criteria or result set. NOT RECOMMENDED: Automatic Query checked RECOMMENDED: Automatic Query unchecked To delete a table from selection: If the wrong table is selected it can be removed once the Add Tables dialog is closed, by selecting the table in the Table area. Select columns to include in the results area, by double-clicking the column name in the table. If the asterisk is double-clicked, all columns are copied in, which is not always desirable. 5

6 2) Specify the query criteria to limit the result set. In most cases you will want to specify selection criteria, otherwise all the rows in a table will be returned.. From Criteria menu select Add Criteria. Using Add Criteria dialog window, select the field, operator and value. It is NOT RECOMMENDED to use the Values button with the DM views. The values button attempts to find all possible values for a field and can require a significant amount of time to return the results. Use the DM data dictionary to find the possible values (or the DM entry screen could also provide valid values). TIP: For best performance for college level queries, always include the AuthCollCode as a criterion and specify the appropriate college. Click Add button to add the criteria to the criteria area: 6

7 Specify another criterion: Click Add button: Continue to add criteria with the Add Dialog, note that MSQuery defaults the logical connection operator as And. The screen shot below shows the criteria area appearance when the and operator is used: AuthCollCode = NU AND Status = Published AND DTY_PUB = The results include publications where all are true. 7

8 The screen shot below shows the criteria area appearance when the or operator is used: Status = Published or DTY_PUB = The results would include publications where either is true (resulting in all published items and no restriction by year.) Use the Records menu Query Now function to run the query and populate the results area. Select the Last Record icon circled below in green, to scroll to the last record, and show the record count. It is good practice to check the record count on the query results to be sure you re in the ballpark expected count, and to double-check results after changes have been made to the criteria. 8

9 Saving the Query After the query specifications have been created or changed to yield the desired results, Save the query using the File -> Save option (for new query or to update an existing query). Use the Save As option to save an existing query to a new copy. When naming queries, use a name that describes the query, for example DM IntellContr Abstracts for UserID for Year MSQuery files use the extension.dqy. Accept the windows default location for storing the query which will be some place under the Desktop -> user directory -> AppData -> Microsoft -> Queries. It is not readily apparent how to permanently set the location in MSQuery. When you get a new desktop, remember to retrieve copies of MSQuery files. 9

10 Saving the results to MS Excel Use File -> Return Data to Microsoft Office Excel to save the data to an excel spreadsheet. 10

11 DM View contents Refer to the DM Data Dictionary on the APFA Digital Measures page to identify the column names associated with the fields on the DM screens, and for the valid values for the selection criteria. All views have the following fields in common: Field Name AuthCollCode ConID DMUserID DMUserName DispNameLastFirst FNAME PFNAME MNAME LNAME NAME_PREFIX NAME_SUFFIX CREDABBR Description Authorization college code the college to which the faculty member is or was once appointed. This field controls access to the data for ad hoc reporting. Contribution ID is a unique identifying number for the DM entry. (The field is called ID in the DM data dictionary.) Internal DM ID number of the faculty member to which the information belongs. (The field is called User_ID in the DM data dictionary.) Faculty member s LinkBlue ID Faculty member s name Last, First and Middle Initial First name from Personal Contact Information screen Preferred first name from Personal Contact Information screen Middle name from Personal Contact Information screen Last name from Personal Contact Information screen Name prefix from Personal Contact Information screen Name suffix from Personal Contact Information screen Credential abbreviation from Personal Contact Information screen Additional common fields for tables with Shared Data (Intellectual Contributions, OSPA grants, etc.) USER_REFERENCE_CREATOR AUTHOR_LIST or contributor list Yes indicates that the item was initially entered by this faculty member, and all other faculty associated with the item share the single DM entry. DM entry protocol indicates that primary contributor should enter the item. To obtain unique items, specify in criteria: USER_REFERENCE_CREATOR = Yes System calculated list of contributors associated with an entry 11

12 View Name CollView_AwardHonor CollView_Consulting CollView_Education CollView_EndAppt CollView_FacDev CollView_IntellCont_AllContr CollView_IntellProp_AllContr CollView_InterestExpert CollView_MedCont CollView_Member CollView_PCI CollView_PerformExhibit_AllContr CollView_Presentations_AllContr CollView_Presentations_AllContr_ UniqueTitles CollView_Res_NonOSPA CollView_Res_OSPA CollView_ServColl CollView_ServDept CollView_ServProf CollView_ServPubl CollView_ServUniv CollView_YearlyData DM Screen Name Awards and honors Consulting Education Endowed professorship and chair appointments Faculty development activities Intellectual Contributors multiple entries for all contributors Intellectual Property multiple entries for all contributors Interests and Expertise Media contributions Professional Memberships Personal and Contact Information Artistic and Professional Performances and Exhibits Presentations multiple entries for all contributors Presentations unique titles by faculty user multiple entries for all contributors. This is a special view which eliminates duplicate presentations with the same title, and provides the most recent start date. Research (Non-OSPA) Research (OSPA) Service to College Service to Department Service to Profession Service to Public Service to University Yearly Data (academic appointment status for calendar year Jan-Jun or Jul-Dec Scheduled Teaching, DOE data, and other views are not currently provided, since data from these screens is reportable (and in more detailed form) in the institutional data warehouse. 12

13 DM screen field names vs DM internal field names: The field names visible on the DM screens are labels, and are not the true field names in the DM database tables. Refer to the DM Data Dictionary available from the APFA Digital Measures page. As illustrated in the screen shot below, the data dictionary provides the field name (Code), whether the field is coded (Display = Drop Down, and the valid codes (Options). The exact spelling of the option values must be used in the selection criteria: Example: On Intellectual Contributions screen, the Current Status field is called STATUS in the data dictionary, and the valid values are In Preparation; Not Yet Submitted Working Paper Submitted Revising to Resubmit Not Accepted Accepted Published To select in preparation items, the selection criteria would include: STATUS = In Preparation; Not Yet Submitted 13

14 DM Date fields: Some activity items occur on a specific date, others may take place over a period of time, and therefore DM entry requires (respectively) a single date or date range. In addition, DM allows for partial date entry of either: the year only; the month and year; or month, date, and year. In the DM Data Dictionary, each component of a date field on the screen is stored in a separate month, day or year field. Single Date Example: Intellectual Contributions, Date Published In the DM Data Dictionary, the following fields are present under Date Published: DTM_PUB Month Published stored as full name of month or quarter January (1st Quarter/Winter), February, March, etc. DTD_PUB Day Published stored as 01, 02, 03, DTY_PUB Year Published stored as 2001 To support selection of data by partial dates, each date field on the screen has an associated start-date and end-date pair in the data table, to store the effective period of the partial date. These start and end date pairs are not listed in the DM Data Dictionary, but are present in the data tables in SQL Server. PUB_START PUB_END DM calculated publication start date, stored as yyyy-mm-dd DM calculated publication end date, stored as yyyy-mm-dd Single Date Example: (continued) Date entered on DM Screen Internal Calculated (yyyy-mm-dd) DTM_PUB DTD_PUB DTY_PUB PUB_START PUB_END January (1st Quarter/Winter) January (1st Quarter/Winter)

15 Date Range Example: Consulting, Start and End Dates In the DM Data Dictionary, the following fields are present under Start Date: DTM_START Month Started stored as full name of month (no quarters) January, February, March, etc. DTD_START Day Started stored as 01, 02, 03, DTY_START Year Started stored as 2001 In the DM Data Dictionary, the following fields are present under End Date: DTM_END Month Ended stored as full name of month (no quarters) January, February, March, etc. DTD_END Day Ended stored as 01, 02, 03, DTY_END Year Ended stored as 2001 In the DM tables the following calculated dates are present: START_START DM calculated item start date start, stored as yyyy-mm-dd START_END DM calculated item start date end, stored as yyyy-mm-dd END_START DM calculated item end date start, stored as yyyy-mm-dd END_END DM calculated item end date end, stored as yyyy-mm-dd Date entered on DM Screen Internal Calculated (yyyy-mm-dd) DTM_START DTD_START DTY_START START_START START_END January January Date entered on DM Screen Internal Calculated (yyyy-mm-dd) DTM_END DTD_END DTY_END END_START END_END June June

16 When specifying selection criteria for dates, consider the usage directions indicated in the DM Data Entry Guidelines document, per example below. Date selection criteria examples: Screens with single dates: a) Select all items published in calendar year 2011: When selecting by calendar year or years, it is simplest to use the DTY_ field..and DTY_PUB = 2011 Multiple years:.and DTY_PUB in ( 2010, 2011 ) However, the PUB_END calculated date field could also be used:.and PUB_END between and Multiple years:.and PUB_END between and

17 b) All items published in fiscal year Fiscal year selection requires consideration of the month, therefore need to use the internal calculated date fields PUB_START and PUB_END Reminder how PUB_START and PUB_END are populated: If no month is provided, the PUB_START and PUB_END span an entire calendar year. Date entered on DM Screen Internal Calculated (yyyy-mm-dd) DTM_PUB DTD_PUB DTY_PUB PUB_START PUB_END January (1st Quarter/Winter) January (1st Quarter/Winter) Which dates are used impacts what results will be returned: Using PUB_START and PUB_END will result in double-counting publications with no publication month information:.and ((PUB_START GE ) AND (PUB_END LE= )) Using the selection above, for fiscal year 2011 (7/1/2010 thru 6/30/2011), the publication would be selected based on the PUB_START date of 1/1/2011. Using the selection above, for fiscal year 2012 (7/1/2011 thru 6/30/2012), the publication would be selected again based on the PUB_END date of 12/31/2011. Using PUB_END date only, will result in single-counting publications with no publication month information:.and ((PUB_END between and )) Using the selection above, the publication would be counted only in fiscal year

18 Screens with date ranges: Selections are more complex to accommodate items which may occur on a single day, or may be active for an extended period, or open-ended. Again consider the data entry instructions for the screen. These examples use the Consulting table, which has the following date entry instructions: *Start Date (blank if one day) *End Date (specify if one day) a) Select consulting entries which occurred in calendar year 2011: Use DTY_END field to find items which occurred on a single date in the period or a continuous activity which ended in the year Use DTY_START and DTY_END to find items which are still active, but started on or before the selection year The OR operator is required because either expression will satisfy the criteria. Using the AND operator would select only items ending in AND ( (DTY_END = 2011 ) OR ((DTY_START between 1900 and 2011 ) AND DTY_END = )) The calculated full date fields could also be used:.and (((END_START >= ) AND (END_END <= ))OR ((START_START between and ) AND END_END = )) 18

19 b) Select consulting entries which occurred in fiscal year 2011: Fiscal year selection requires consideration of the month therefore need to use the internal calculated date fields START_START and END_END. Use END_END date to find items which occurred on a single date in the fiscal year or which were continuous activities which ended in the fiscal year Use START_START and END_END to find items which are still active (have no End Date, but started on or before the selection fiscal year The OR operator is required because either expression will satisfy the criteria. Using the AND operator would select only items ending on AND ( (END_END between and ) OR (( START_START between and ) AND END_END = ) ) 19

20 Selection Criteria with OR operator In SQL syntax, the AND operator takes precedence over the OR operator. Parenthesis are used to control how the OR d fields are evaluated to return the appropriate results. Example: retrieve all journal articles for the faculty with linkblueid of DLDAVE0 published or submitted in calendar year The following are equivalent SQL statements: Form A) select DispNameLastFirst, TITLE, CONTYPE, STATUS from Coll_View_IntellContributions where DMUserName = DLDAVE0 and CONTYPE like Journal Article% and (DTY_PUB = 2011 OR DTY_SUB = 2011 ) Form B) select DispNameLastFirst, TITLE, CONTYPE, STATUS from Coll_View_IntellContributions where (DMUserName = DLDAVE0 and CONTYPE like Journal Article% and DTY_PUB = 2011 ) OR (DMUserName = DLDAVE0 and CONTYPE like Journal Article% and DTY_SUB = 2011 ) When the OR operator is involved, MSQuery builds SQL script using Form B and graphically represents the criteria grouped in parenthesis with two lines with the or indicator to the left. It is important to remember to include all criteria on each line, if it should be evaluated together to produce desired results. For example, the DM selection criteria graphically represented below, without the fully populated second line, does not produce the same results as above. Instead, it is equivalent to the SQL statement select DispNameLastFirst, TITLE, CONTYPE, STATUS from Coll_View_IntellContributions where (DMUserName = DLDAVE0 and CONTYPE like Journal Article% and DTY_PUB = 2011 ) OR (DTY_SUB = 2011 ) which would produce a list of journal articles published in 2011 for DLDAVE0, appended to a list of all intellectual contributions for all faculty submitted in

21 SQL Script View To see the SQL select statement produced by your specifications, go to the View menu A SQL Dialog box will open with the SQL script. Individuals proficient in building SQL select statements may wish to edit the script directly. It is cumbersome to type script in the dialog box, which cannot be resized. For significant changes, or for new scripts, it is recommended that the script be typed in notepad or some other text editor and then copied into the SQL dialog box. The DM technical support person can send DM script via for copying into the dialog box. Important notes: 1) When scripts are pasted into the dialog box, the unchecked state of the Automatic Query option is ignored, and MSQuery attempts to retrieve the information immediately upon selecting OK on the SQL Dialog window. If the where clause does not limit the rows sufficiently, this could cause MSQuery to give the Not Responding message. When this occurs, the task should be ended in the Task Manager. 2) SQL scripts with aggregation items in the select clause cannot be represented graphically. This means that the table and selection criteria areas cannot be represented by MSQuery, but the query is still good. The results should be returned and can be saved to Excel. 21

22 SQL Expression examples To select a set of values use In() STATUS in ( Accepted, Submitted, Published ) To select a range of values use between START_START between and To select with wildcard, use like and the % CONTYPE like Journal Article% - starts with Journal Article CONTYPE like %Journal Article - ends with Journal Article CONTYPE like %Journal Article% - Journal Article anywhere in text To exclude a set of values, use NOT ( ) NOT (STATUS = Accepted ) To select unique published new books, excluding book chapters: Given these CONTYPE values for books: Book Book Review Book, Chapter Book, Chapter in Non-Scholarly Book-New Book, Chapter in Non-Scholarly Book-Revised Book, Chapter in Scholarly Book-New Book, Chapter in Scholarly Book-Revised Book, Chapter in Textbook-New Book, Chapter in Textbook-Revised Book, Non-Scholarly-New Book, Non-Scholarly-Revised Book, Scholarly-New Book, Scholarly-Revised Book, Textbook-New Book, Textbook-Revised SELECT field names.. FROM CollView_IntellCont_AllContr where AuthCollCode = 'NU' and STATUS = 'Published' and CONTYPE like Book% and not(contype like Book, Chapter% ) and not(contype like %Revised% ) and not(contype like Book, Review% ) and USER_REFERENCE_CREATOR = Yes 22

23 Joins Should generally not be necessary, unless information from the two screens below is required in conjunction with productivity (activity) information: CollView_PCI Personal Contact Info 1 Row per faculty member CollView-YearlyData Academic Appointment Multiple rows per faculty member Joins will be covered at the next session. Avoid for now or ask for scripts from the DM Technical Support person. Joins will be based on the key field DMUserName which ties the faculty member s activity data with the YearlyData (academic appointment) Example, list all intellectual contributions published for faculty in academic year 2012, along with title series, rank, and department. 23

24 Notes about Yearly Data: A faculty member will have two Yearly Data records in a calendar year to capture academic status information for first half of year (01 Jan-Jun) and the second half of year (02 Jul-Dec). Since DM does not support using exact effective dates on the Yearly Data record, this design allows for capturing the status at various two points in the calendar year to support fiscal year reporting. Yearly data rows for one faculty member, who started employment 8/16/2011: Calendar Year (TYY_TERM) Time Period (TYT_TERM) Internal Date TERM_START Internal Date TERM_END JulDec JanJun JulDec JanJun JulDec The academic appointment status effective on the TERM_END date is stored with each row. Results sets joining with Yearly Data, therefore may have duplicate activity rows depending on the selection on Yearly Data. Simplest options to deal with duplicates: a) select the Yearly Data for the last period in the selection or b) add distinct option and remove TERM_START and TERM_END from select list, this will result in one row per activity, unless the title series, rank, or some other academic status has changed for the individual. 24

REFERENCE GUIDE FOR MANUAL DATA INPUT v1.1

REFERENCE GUIDE FOR MANUAL DATA INPUT v1.1 REFERENCE GUIDE FOR MANUAL DATA INPUT v. TABLE OF CONTENTS Introduction User Roles Logging in to VIVO Site Administration Menu Navigating VIVO Data Input Overview Profile Fields Mapping a CV to a VIVO

More information

Digital Measures. Faculty, Staff, and Student Support Guide

Digital Measures. Faculty, Staff, and Student Support Guide Digital Measures Faculty, Staff, and Student Support Guide 1 Table of Contents Benefits to Users... 3 Logging In to Digital Measures... 3 LDAP Account Login and Username or Password Retrieval... 4 Local

More information

Faculty Database (FDB) and TA Credentials Database (TADB) July 17, 2014 Launch from myuk portal

Faculty Database (FDB) and TA Credentials Database (TADB) July 17, 2014 Launch from myuk portal What follows are steps required to prepare the computer to launch the Faculty Database (FDB), TA Credentials Database (TADB), or Endowment Tracking Database (ETDB) from the myuk portal. These three applications

More information

DIVISION PERSONNEL MANAGEMENT User Guide

DIVISION PERSONNEL MANAGEMENT User Guide DIVISION PERSONNEL MANAGEMENT User Guide IMSS Created: 31 July 2013 Updated: 31 July 2013 Version: 1 Table of Contents Overview... 4 Home Page... 4 1. Menu... 4 2. List of Actions... 4 3. List of Upcoming

More information

Getting Started with Code Coverage/Eclipse

Getting Started with Code Coverage/Eclipse Getting Started with Code Coverage/Eclipse Code Coverage/Eclipse is the modernized GUI for Compuware s Xpediter/Code Coverage product. With it, users can create reports detailing testing efficiency and

More information

Table of Contents. Table of Contents

Table of Contents. Table of Contents Powered by 1 Table of Contents Table of Contents Dashboard for Windows... 4 Dashboard Designer... 5 Creating Dashboards... 5 Printing and Exporting... 5 Dashboard Items... 5 UI Elements... 5 Providing

More information

Getting Started with Cisco WebEx Meeting Applications

Getting Started with Cisco WebEx Meeting Applications CHAPTER 6 Getting Started with Cisco WebEx Meeting Applications Revised: September, 2010, Contents Modifying Your Provisioned Cisco WebEx Account, page 6-1 Setting Proxy Permissions, page 6-5 Productivity

More information

MySQL On Crux Part II The GUI Client

MySQL On Crux Part II The GUI Client DATABASE MANAGEMENT USING SQL (CIS 331) MYSL ON CRUX (Part 2) MySQL On Crux Part II The GUI Client MySQL is the Structured Query Language processor that we will be using for this class. MySQL has been

More information

Business Explorer-Analyzer for SLCM Power Users BEX_SLCM_305

Business Explorer-Analyzer for SLCM Power Users BEX_SLCM_305 Business Explorer-Analyzer for SLCM Power Users BEX_SLCM_305 BEX_SLCM_305 BEx-Analyzer for SLCM Power Users 1 Content Introduction Unit 1- BEx Overview Unit 2 BEx Analyzer Unit 3 Display Query Unit 4 Create

More information

Digital Measures Users Guide

Digital Measures Users Guide Digital Measures Users Guide 1 Table of Content Getting Started in Digital Measures 3 Prepopulated data 4 How to report errors in Digital Measures 4 What is Optional vs. Mandatory 6 Navigating Digital

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

Conference Users Guide for the GCFA Statistical Input System.

Conference Users Guide for the GCFA Statistical Input System. Conference Users Guide for the GCFA Statistical Input System http://eagle.gcfa.org Published: November 29, 2007 TABLE OF CONTENTS Overview... 3 First Login... 4 Entering the System... 5 Add/Edit Church...

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 1 Databases and Database Objects: An Introduction Objectives Describe the features of the Access window Create a database Create tables in Datasheet and Design views Add records

More information

The College of William & Mary. Digital Measures ActivityInsight. W&M Administrator User s Guide

The College of William & Mary. Digital Measures ActivityInsight. W&M Administrator User s Guide The College of William & Mary Digital Measures ActivityInsight W&M Administrator User s Guide The information contained in this guide is meant to supplement the DMS online Resource Center. DM implementation

More information

DIGITAL MEASURES FACULTY GUIDE TO ENTERING ACTIVITIES

DIGITAL MEASURES FACULTY GUIDE TO ENTERING ACTIVITIES DIGITAL MEASURES FACULTY GUIDE TO ENTERING ACTIVITIES TABLE OF CONTENTS OVERVIEW 1 LOG IN TO DIGITAL MEASURES 1 ADD GENERAL INFORMATION 2-6 ADD TEACHING INFORMATION 7-13 ADD SCHOLARSHIP/RESEARCH INFORMATION

More information

The University of New Orleans PeopleSoft 9.0: Working with the List Page for Reports

The University of New Orleans PeopleSoft 9.0: Working with the List Page for Reports 2010 The University of New Orleans PeopleSoft 9.0: Working with the List Page for Reports Training Group List Page The list page shows reports that have been processed and not purged. The list page allows

More information

MiraCosta CurricUNET User Manual

MiraCosta CurricUNET User Manual MiraCosta CurricUNET User Manual Building the Worldwide Curriculum Network Page 1 Contents Log In... 5 Courses... 6 Programs... 9 Create Proposal... 10 Deactivate Credit Course... 11 Deactivate Noncredit

More information

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

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

More information

Expense: Process Reports

Expense: Process Reports Expense: Process Reports User Guide for Standard Edition Applies to these SAP Concur solutions: Expense Professional/Premium edition Standard edition Travel Professional/Premium edition Standard edition

More information

Learning Management System 2.0 User Information Guide

Learning Management System 2.0 User Information Guide Learning Management System 2.0 User Information Guide Version 2.0.2 January 22, 2015 0 Contents General info... 2 User Log In... 2 Home Page... 2 Classes... 3 List View... 3 Calendar View... 5 Class Details...

More information

USING ODBC COMPLIANT SOFTWARE MINTRAC PLUS CONTENTS:

USING ODBC COMPLIANT SOFTWARE MINTRAC PLUS CONTENTS: CONTENTS: Summary... 2 Microsoft Excel... 2 Creating a New Spreadsheet With ODBC Data... 2 Editing a Query in Microsoft Excel... 9 Quattro Pro... 12 Creating a New Spreadsheet with ODBC Data... 13 Editing

More information

ScholarOne Manuscripts. COGNOS Reports User Guide

ScholarOne Manuscripts. COGNOS Reports User Guide ScholarOne Manuscripts COGNOS Reports User Guide 1-May-2018 Clarivate Analytics ScholarOne Manuscripts COGNOS Reports User Guide Page i TABLE OF CONTENTS USE GET HELP NOW & FAQS... 1 SYSTEM REQUIREMENTS...

More information

Microsoft Access Illustrated. Unit B: Building and Using Queries

Microsoft Access Illustrated. Unit B: Building and Using Queries Microsoft Access 2010- Illustrated Unit B: Building and Using Queries Objectives Use the Query Wizard Work with data in a query Use Query Design View Sort and find data (continued) Microsoft Office 2010-Illustrated

More information

Cobra Navigation Release 2011

Cobra Navigation Release 2011 Cobra Navigation Release 2011 Cobra Navigation - Rev.0.2 Date: November 27 2012 jmaas@flowserve.com Page 1 of 34 Contents Contents 1 Revision History... 5 2 Introduction.... 6 3 Cobra Login... 7 3.1 Initial

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

Activity Insight (AI) Administrator s Guide

Activity Insight (AI) Administrator s Guide Activity Insight (AI) Administrator s Guide There are six administrative roles we will use to manage information in AI: University Administrator (also called Digital Measures Administrator) University

More information

Integrated Conference Bridge Professional

Integrated Conference Bridge Professional Title page Communication Server 1000 Integrated Conference Bridge Professional iii Nortel Communication Server 1000 Nortel Integrated Conference Bridge Professional Revision history June 2007 Standard

More information

Michigan Tech University Banner Finance Self-Service User Guide. Revised 1/11/17

Michigan Tech University Banner Finance Self-Service User Guide. Revised 1/11/17 Michigan Tech University Banner Finance Self-Service User Guide Revised 1/11/17 TABLE OF CONTENTS Chart Terminology... 3 MTU Fiscal Year... 3 Web Resource Banner and Reporting... 3 Reports Listing your

More information

My Query Builder Function

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

More information

SAS. Information Map Studio 3.1: Creating Your First Information Map

SAS. Information Map Studio 3.1: Creating Your First Information Map SAS Information Map Studio 3.1: Creating Your First Information Map The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Information Map Studio 3.1: Creating Your

More information

WhatsConfigured for WhatsUp Gold 2016 User Guide

WhatsConfigured for WhatsUp Gold 2016 User Guide WhatsConfigured for WhatsUp Gold 2016 User Guide Contents Welcome to WhatsConfigured 1 What is WhatsConfigured? 1 Finding more information and updates 1 Sending feedback 2 Deploying WhatsConfigured 3 STEP

More information

FUNDING FORM NAVIGATION INITIATOR S GUIDE

FUNDING FORM NAVIGATION INITIATOR S GUIDE FUNDING FORM NAVIGATION INITIATOR S GUIDE TABLE OF CONTENTS INTRODUCTION... 1 ACCESS FUNDING FORM IN PEOPLESOFT HR... 2 INITIATE A FUNDING FORM... 2 ENTERING SEARCH CRITERIA TO START FORM... 3 FUNDING

More information

Workspace Administrator Help File

Workspace Administrator Help File Workspace Administrator Help File Table of Contents HotDocs Workspace Help File... 1 Getting Started with Workspace... 3 What is HotDocs Workspace?... 3 Getting Started with Workspace... 3 To access Workspace...

More information

SURVEYOR/400. Users Guide. Copyright , LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc.

SURVEYOR/400. Users Guide. Copyright , LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc. SURVEYOR/400 Users Guide Copyright 1996-2013, LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc. Surveyor/400 version: 4.0.0 Publication date: August 7 th, 2013 Table of Contents SURVEYOR/400

More information

FOCUS ON REAL DESIGN AUTOMATE THE REST CUSTOMTOOLS GETTING STARTED GUIDE

FOCUS ON REAL DESIGN AUTOMATE THE REST CUSTOMTOOLS GETTING STARTED GUIDE FOCUS ON REAL DESIGN AUTOMATE THE REST CUSTOMTOOLS GETTING STARTED GUIDE Table of Contents CHAPTER 1: INTRODUCTION... 11 Read this first... 11 About this manual... 11 Intended Audience... 12 Late Changes...

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

Blackbaud FundWare idata Installation and Technical Guide

Blackbaud FundWare idata Installation and Technical Guide Blackbaud FundWare idata Installation and Technical Guide VERSION 7.60, SEPTEMBER 2009 Blackbaud FundWare idata Installation and Technical Guide TECHNICAL GUIDE HISTORY Date Changes January 2002 Initial

More information

SURVEYOR/400. Users Guide. Copyright , LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc.

SURVEYOR/400. Users Guide. Copyright , LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc. SURVEYOR/400 Users Guide Copyright 1996-2013, LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc. Surveyor/400 version: 4.0.0 Publication date: August 7 th, 2013 Table of Contents SURVEYOR/400

More information

MA FINANCIAL DATA REPORTING APPLICATION (MAFDRA) Company User s Guide Effective January 2014

MA FINANCIAL DATA REPORTING APPLICATION (MAFDRA) Company User s Guide Effective January 2014 MA FINANCIAL DATA REPORTING APPLICATION (MAFDRA) Company User s Guide Effective January 2014 THE WORKERS COMPENSATION RATING & INSPECTION BUREAU OF MASSACHUSETTS 101 ARCH STREET 5 TH FLOOR, BOSTON, MASSACHUSETTS

More information

Cube Designer User Guide SAP BusinessObjects Financial Consolidation, Cube Designer 10.0

Cube Designer User Guide SAP BusinessObjects Financial Consolidation, Cube Designer 10.0 Cube Designer User Guide SAP BusinessObjects Financial Consolidation, Cube Designer 10.0 Copyright 2011 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP BusinessObjects

More information

Getting Started with Performance Manager

Getting Started with Performance Manager Getting Started with Performance Manager BusinessObjects Performance Manager Windows Copyright 2008 Business Objects, an SAP company. All rights reserved. Business Objects owns the following U.S. patents,

More information

What s New in Amicus Attorney 2010 Small Firm Edition

What s New in Amicus Attorney 2010 Small Firm Edition What s New in Amicus Attorney 2010 Small Firm Edition Contents This document describes the new features in Amicus Attorney 2010 Small Firm Edition. This Edition is designed for smaller firms, as a partner

More information

Information Technology Virtual EMS Help https://msum.bookitadmin.minnstate.edu/ For More Information Please contact Information Technology Services at support@mnstate.edu or 218.477.2603 if you have questions

More information

COS Pivot Profile Overview

COS Pivot Profile Overview COS Pivot Profile Overview COS Pivot contains the largest available collection of searchable profiles of full-time faculty. It provides authoritative information about more than 3 million scholars around

More information

Digital Measures Training Manual

Digital Measures Training Manual October 7, 2015 Digital Measures Training Manual -Navigation- 1 Navigation The Navigation module of the Digital Measures Training Manual contains basic information for navigating by providing: 1. navigation

More information

Microsoft Access 2010

Microsoft Access 2010 Microsoft Access 2010 Chapter 1 Databases and Database Objects: An Introduction Objectives Design a database to satisfy a collection of requirements Describe the features of the Access window Create a

More information

1. From the Manage Activities screen, Select a desired Section. (The example used shows Academic Advising was selected)

1. From the Manage Activities screen, Select a desired Section. (The example used shows Academic Advising was selected) Digital Measures Digital Measures is a web-based university solution for WVU faculty activity reporting. Faculty can update their activity from any computer at any time. Digital Measures can be used for

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

Global Software, Inc.'s Database Manager User Manual. Version 14.6

Global Software, Inc.'s Database Manager User Manual. Version 14.6 Global Software, Inc.'s Database Manager User Manual Version 14.6 Worldwide Headquarters 3301 Benson Drive Raleigh, NC 27609 USA +1.919.872.7800 www.globalsoftwareinc.com EMEA/APAC Headquarters 338 Euston

More information

EBSCOhost Web 6.0. User s Guide EBS 2065

EBSCOhost Web 6.0. User s Guide EBS 2065 EBSCOhost Web 6.0 User s Guide EBS 2065 6/26/2002 2 Table Of Contents Objectives:...4 What is EBSCOhost...5 System Requirements... 5 Choosing Databases to Search...5 Using the Toolbar...6 Using the Utility

More information

Customizing and Administering Project Server Access

Customizing and Administering Project Server Access WEB Customizing and Administering Project Server Access In this chapter Creating and Deleting Users from Project Server 2 Managing User Groups Project Server User Security 4 Using Categories to Control

More information

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

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

More information

Table of Contents. Overview of the TEA Login Application Features Roles in Obtaining Application Access Approval Process...

Table of Contents. Overview of the TEA Login Application Features Roles in Obtaining Application Access Approval Process... TEAL Help Table of Contents Overview of the TEA Login Application... 7 Features... 7 Roles in Obtaining Application Access... 7 Approval Process... 8 Processing an Application Request... 9 The Process

More information

Instructions for Using CuestaView

Instructions for Using CuestaView Instructions for Using CuestaView CuestaView is Cuesta College s new room information system. With it you can view room availability and features (size, furniture, equipment, etc.). If you are a Scheduler

More information

INTEGRATION TO MICROSOFT EXCHANGE Installation Guide

INTEGRATION TO MICROSOFT EXCHANGE Installation Guide INTEGRATION TO MICROSOFT EXCHANGE Installation Guide V44.1 Last Updated: March 5, 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER

More information

E*Value: How-To Instructions for the Program Coordinators

E*Value: How-To Instructions for the Program Coordinators To login to E*Value please go to www.evalue.musc.edu and login with your MUSC NetID and password. Table of Contents Favorites... 2 Bookmarking favorites in E*Value... 2 Users... 2 Viewing the resident

More information

Clearspan Web Interface Getting Started Guide

Clearspan Web Interface Getting Started Guide Clearspan Web Interface Getting Started Guide RELEASE 22 March 2018 NOTICE The information contained in this document is believed to be accurate in all respects but is not warranted by Mitel Networks Corporation

More information

Child Care Time and Attendance (CCTA): Administrator Participant Manual

Child Care Time and Attendance (CCTA): Administrator Participant Manual Child Care Time and Attendance (CCTA): Administrator Participant Manual June 2017 For Training Purposes Only Child Care Time and Attendance (CCTA): Administrator Participant Manual June 2017 For Training

More information

TREENO ELECTRONIC DOCUMENT MANAGEMENT. Administration Guide

TREENO ELECTRONIC DOCUMENT MANAGEMENT. Administration Guide TREENO ELECTRONIC DOCUMENT MANAGEMENT Administration Guide February 2012 Contents Introduction... 8 About This Guide... 9 About Treeno... 9 Managing Security... 10 Treeno Security Overview... 10 Administrator

More information

Asset Arena InvestOne

Asset Arena InvestOne Asset Arena InvestOne 1 21 AD HOC REPORTING 21.1 OVERVIEW Ad Hoc reporting supports a range of functionality from quick querying of data to more advanced features: publishing reports with complex features

More information

SAS Web Report Studio 3.1

SAS Web Report Studio 3.1 SAS Web Report Studio 3.1 User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Web Report Studio 3.1: User s Guide. Cary, NC: SAS

More information

Working with Mailbox Manager

Working with Mailbox Manager Working with Mailbox Manager A user guide for Mailbox Manager supporting the Message Storage Server component of the Avaya S3400 Message Server Mailbox Manager Version 5.0 February 2003 Copyright 2003

More information

for Q-CHECKER Text version 15-Feb-16 4:49 PM

for Q-CHECKER Text version 15-Feb-16 4:49 PM Q-MONITOR 5.4.X FOR V5 for Q-CHECKER USERS GUIDE Text version 15-Feb-16 4:49 PM Orientation Symbols used in the manual For better orientation in the manual the following symbols are used: Warning symbol

More information

SFU Connect Calendar. Guide. Creating a Daily Note/All Day Event

SFU Connect Calendar. Guide. Creating a Daily Note/All Day Event SFU Connect Calendar How-To Guide Creating a Daily Note/All Day Event Last updated: March 2009 Table of Contents Overview of Daily Notes & Day Events... 3 Method #1: Creating a Daily Note in your Default

More information

OLLI Online. Users Guide

OLLI Online. Users Guide OLLI Online Users Guide Version 1 / December 3, 2014 Table of Contents LOGIN... 3 EDIT MEMBER SETTINGS... 4 Settings Overview... 4 Community Profile... 4 Member Info... 5 Photo... 6 Notifications... 7

More information

Table of Contents COURSE OVERVIEW... 2 LESSON 1: INSTALLING THE PRODUCTIVITY TOOLS... 3 LESSON 2: SETTING UP WEBEX PRODUCTIVITY TOOLS...

Table of Contents COURSE OVERVIEW... 2 LESSON 1: INSTALLING THE PRODUCTIVITY TOOLS... 3 LESSON 2: SETTING UP WEBEX PRODUCTIVITY TOOLS... Table of Contents COURSE OVERVIEW... 2 LESSON 1: INSTALLING THE PRODUCTIVITY TOOLS... 3 FIRST TIME LOG IN... 3 SETTING UP PRODUCTIVITY TOOL PROGRAMS... 6 LESSON 2: SETTING UP WEBEX PRODUCTIVITY TOOLS...

More information

Administering SAS Enterprise Guide 4.2

Administering SAS Enterprise Guide 4.2 Administering SAS Enterprise Guide 4.2 SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2009. Administering SAS Enterprise Guide 4.2. Cary, NC: SAS

More information

Active Directory User Management System (ADUMS) Release User Guide

Active Directory User Management System (ADUMS) Release User Guide Active Directory User Management System (ADUMS) Release 2.9.5 User Guide Revision History Version Author Date Comments (MM/DD/YYYY) i RMA 08/05/2009 Initial Draft Ii RMA 08/20/09 Addl functionality and

More information

SFU Connect Calendar. Guide. Sharing Calendars

SFU Connect Calendar. Guide. Sharing Calendars SFU Connect Calendar How-To Guide Sharing Calendars Last updated: January 2009 Table of Contents Creating a Share... 3 Share Properties Menu... 3 Sharing with Internal Users or Groups... 4 Sharing with

More information

How to complete the SPC Adjunct Faculty Evaluation Form Summer 2017 Spring 2018

How to complete the SPC Adjunct Faculty Evaluation Form Summer 2017 Spring 2018 How to complete the SPC Adjunct Faculty Evaluation Form Summer 2017 Spring 2018 Logging into Faculty180 Before logging in, make sure to be using Google Chrome as this is the official browser supported

More information

GO! with Microsoft Access 2016 Comprehensive

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

More information

SharePoint User Manual

SharePoint User Manual SharePoint User Manual Developed By The CCAP SharePoint Team Revision: 10/2009 TABLE OF CONTENTS SECTION 1... 5 ABOUT SHAREPOINT... 5 1. WHAT IS MICROSOFT OFFICE SHAREPOINT SERVER (MOSS OR SHAREPOINT)?...

More information

2 Frequently Asked... Questions. 4 How Do I... 1 Working within... Entries

2 Frequently Asked... Questions. 4 How Do I... 1 Working within... Entries Contents I Table of Contents Part I Welcome 6 1 Welcome... 6 2 Frequently Asked... Questions 6 Part II Getting Started 6 1 Getting Started... 6 2... 7 Create a New Database... 7 Open an Existing... Database

More information

Lesson 1: Creating and formatting an Answers analysis

Lesson 1: Creating and formatting an Answers analysis Lesson 1: Creating and formatting an Answers analysis Answers is the ad-hoc query environment in the OBIEE suite. It is in Answers that you create and format analyses to help analyze business results.

More information

AT&T Business Messaging Account Management

AT&T Business Messaging Account Management Account Management Administrator User Guide July 2016 1 Copyright 2016 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks contained herein are trademarks of AT&T

More information

Advantage Month End Packets & Reports Reference Guide

Advantage Month End Packets & Reports Reference Guide Advantage Month End Packets & Reports Reference Guide *Control D WebAccess p.2 *611E Advantage Web Report p.10 Financial Services & OPS Applications Support Control-D WebAccess can be accessed at: https://reports.asu.edu.

More information

Hands-On Introduction to Queens College Web Sites

Hands-On Introduction to Queens College Web Sites Hands-On Introduction to Queens College Web Sites This handout accompanies training workshops for Queens College Content Editors who will manage and maintain the web content in their areas. Overview of

More information

Batch Scheduler. Version: 16.0

Batch Scheduler. Version: 16.0 Batch Scheduler Version: 16.0 Copyright 2018 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from, through

More information

DIGITAL MEASURES FACULTY & STAFF GUIDE

DIGITAL MEASURES FACULTY & STAFF GUIDE DIGITAL MEASURES FACULTY & STAFF GUIDE 1 DIGITAL MEASURES FACULTY & STAFF GUIDE Contents DIGITAL MEASURES OVERVIEW... 3 LEFT-HAND MENU... 3 MANAGE ACTIVITIES... 4 RUN REPORTS... 5 DIGITAL MEASURES TIPS

More information

Welcome to the Building Rental Room Reservation System. To learn how to use our new system, please choose from one of the following menus:

Welcome to the Building Rental Room Reservation System. To learn how to use our new system, please choose from one of the following menus: Welcome Welcome Welcome to the Building Rental Room Reservation System. To learn how to use our new system, please choose from one of the following menus: Browse Menu Browse Menu The Browse menu contains

More information

VolunteerMatters Standard

VolunteerMatters Standard VolunteerMatters Standard Creating and Editing Volunteer Calendars... 3 Assigning Volunteer Administrators... 4 Managing Volunteer Shifts and Assignments... 5 Adding Shifts... 6 Deleting Shifts... 8 Editing

More information

Office 365: . Accessing and Logging In. Mail

Office 365:  . Accessing and Logging In. Mail Office 365: Email This class will introduce you to Office 365 and cover the email components found in Outlook on the Web. For more information about the Microsoft Outlook desktop client, register for a

More information

A dialog box will appear informing you that you will need to restart Enterprise to see the Calendar changes. Click Ok and then restart Enterprise.

A dialog box will appear informing you that you will need to restart Enterprise to see the Calendar changes. Click Ok and then restart Enterprise. The tax Calendar in Premium Pro Enterprise includes due dates for annual, estimate, and monthly premium tax returns, due dates for various additional insurance related filings, and due dates for local

More information

This job aid details the process for doing a cash/check/credit card/wire transfer journal entry with a spreadsheet template.

This job aid details the process for doing a cash/check/credit card/wire transfer journal entry with a spreadsheet template. OVERVIEW This job aid details the process for doing a cash/check/credit card/wire transfer journal entry with a spreadsheet template. TOOL INSTALLATION Make sure the Download Desktop Integration Installer

More information

Business Insight Authoring

Business Insight Authoring Business Insight Authoring Getting Started Guide ImageNow Version: 6.7.x Written by: Product Documentation, R&D Date: August 2016 2014 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact,

More information

DOCUMENT REVISION HISTORY

DOCUMENT REVISION HISTORY DOCUMENT REVISION HISTORY Rev. No. Changes Date 000 New Document 10 Jan. 2011 001 Document Revision: 06 Jun. 2011 - Addition of section on MYSQL backup and restore. 002 Document Revision: 22 Jul. 2011

More information

EMS WEB APP Configuration Guide

EMS WEB APP Configuration Guide EMS WEB APP Configuration Guide V44.1 Last Updated: August 14, 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: EMS Web App

More information

Advanced ARC Reporting

Advanced ARC Reporting COPYRIGHT & TRADEMARKS Copyright 1998, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks

More information

sunapsis Usage Guide Created by:

sunapsis Usage Guide Created by: sunapsis YOUR LOGO HERE Usage Guide Created by: Anna Eppink anna@sunapsishelp.com www.sunapsishelp.com Revised May 12, 2017 Contents 3 Sunapsis Overview 3 Case Tracker 16 SEVIS 19 Alerts 27 Notes 35 Document

More information

www.insightsoftware.com for JD Edwards World and EnterpriseOne Version: 2.1 Last Updated: August 31, 2011 Contents 1. Introduction... 4 Welcome... 4 Using this Guide... 4 2. The Console Interface... 5

More information

ADAMS USER GUIDE FOR CRICKETERS

ADAMS USER GUIDE FOR CRICKETERS ADAMS USER GUIDE FOR CRICKETERS Module 2 NPP Player Whereabouts https://adams.wada-ama.org/adams/ TABLE OF CONTENTS Accessing whereabouts on ADAMS...3 My Whereabouts...3 Address Book...4 Create an address...4

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

PlanetPress Search User Guide.

PlanetPress Search User Guide. PlanetPress Search User Guide www.objectiflune.com 2010 Objectif Lune Inc - 2 - Copyright Information Copyright Information Copyright 1994-2011 Objectif Lune Inc. All Rights Reserved. No part of this publication

More information

Oracle User Productivity Kit User and Content Management. E August 2016

Oracle User Productivity Kit User and Content Management. E August 2016 Oracle User Productivity Kit User and Content Management E79038-01 August 2016 Oracle User Productivity Kit User and Content Management E79038-01 August 2016 Copyright 1998, 2016, Oracle and/or its affiliates.

More information

Salary and Planning Distribution (SPD) Ad-Hoc Reporting Tool

Salary and Planning Distribution (SPD) Ad-Hoc Reporting Tool Salary and Planning Distribution (SPD) Ad-Hoc Reporting Tool Georgia Institute of Technology HRMS Systems Training Getting Started Navigation: Go to the GA Tech Home Page (WWW.GATECH.EDU) Click on Faculty

More information

NorthClark Computing, Inc. MRP Planned Order Release User Guide

NorthClark Computing, Inc. MRP Planned Order Release User Guide ERP Consulting Web Development Custom Programming Solutions Desktop & Web Applications for Manfact NorthClark Computing, Inc. MRP Planned Order Release User Guide Web and Desktop Applications for Manfact

More information

OU EDUCATE TRAINING MANUAL

OU EDUCATE TRAINING MANUAL OU EDUCATE TRAINING MANUAL OmniUpdate Web Content Management System El Camino College Staff Development 310-660-3868 Course Topics: Section 1: OU Educate Overview and Login Section 2: The OmniUpdate Interface

More information

Documentation for Non-Medical Research Ethics Board Researchers Full Board and Delegated Board Review

Documentation for Non-Medical Research Ethics Board Researchers Full Board and Delegated Board Review Documentation for Non-Medical Research Ethics Board Researchers Full Board and Delegated Board Review July 23, 2013 Office of Research Ethics If you run into any difficulties or have questions about Romeo,

More information

Effort Planning System Basic Steps for DOE Entry

Effort Planning System Basic Steps for DOE Entry Note to chairs and other directors participating in the workflow: The chair s tutorial is still under development, so this document is provided as reference for basic navigation and application functionality.

More information

Deltek Touch CRM for GovWin Capture Management. User Guide

Deltek Touch CRM for GovWin Capture Management. User Guide Deltek Touch CRM for GovWin Capture Management User Guide September 2017 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical

More information