Introduction to PeopleSoft Query. The University of British Columbia

Size: px
Start display at page:

Download "Introduction to PeopleSoft Query. The University of British Columbia"

Transcription

1 Introduction to PeopleSoft Query The University of British Columbia December 6, 1999

2

3 PeopleSoft Query Table of Contents Table of Contents TABLE OF CONTENTS... I CHAPTER INTRODUCTION TO PEOPLESOFT QUERY... 1 Understanding Query... 1 Types of Queries... 1 CHAPTER USING QUERY... 2 The Query Window... 2 The Component View... 3 The Designer View... 5 CHAPTER CREATING SIMPLE QUERIES... 6 Selecting Record Components... 6 Viewing Selected REcords and Fields... 7 Selecting Field Components... 7 SPECIFYING SELECTION CRITERIA... 9 CHAPTER SET PREFERENCES Check or Change View Preferences Default View Preferences General View Preferences Component View Preferences Designer View Preferences CHAPTER FORMATTING QUERY OUTPUT Formatting Options Translate Table Values CHAPTER RUNNING QUERIES Running Queries CHAPTER QUERY MAINTENANCE Saving Queries Printing Queries Deleting Queries University of British Columbia 10/16/99 Page i

4

5 PeopleSoft Query Introduction CHAPTER 1 Introduction to PeopleSoft Query Understanding Query The main reason you store your business data in a database is so you can manipulate it to answer questions and solve business problems. Getting just the information you need can often be a difficult and time-consuming process. With PeopleSoft Query you can extract the precise data you require. The queries can be as simple or as complex as necessary and they can be one-time queries, or queries you will use repeatedly. Types of Queries You create queries to extract the data you need from the database. Since there are many reasons you might need data, there are many ways you can use queries: Display data in a grid control (on the Results tab). You can run queries within Query itself, displaying the results set in a grid control for review. This option is useful as you define and refine your queries. Provide input into a spreadsheet or Crystal Report. Query can seamlessly pass data to Microsoft Excel or Crystal Reports Pro. From there, you can use the features of these products to create polished reports. Search for records. Many of the search dialog boxes in PeopleSoft applications allow you to open Query and create a search query based on sophisticated search criteria. Create views. Queries can be used in the Application Designer to generate views. Using queries instead of SQL has two big advantages: you can use the PeopleSoft Query to generate the SQL text for your view, and the SQL that is generated is database independent. Check the database for conditions that trigger workflow events. Using PeopleSoft Workflow, you can specify that certain conditions for example; the presence of overdue receivables cause the system to send an to someone or put an entry in someone s worklist. You write queries to detect these conditions, then you schedule database agents to run them periodically. University of British Columbia 10/16/99 Page 1

6 Using Query PeopleSoft Query CHAPTER 2 Using Query The Query Window The Query window is split into the Component View (on the left) and the Designer View (on the right). Component View Designer View Adjust the relative size of either view by dragging the divider bar. View text in components that is cut off by the divider bar by placing the mouse pointer over the item. No clicking is necessary. Page 2 10/16/99 University of British Columbia

7 PeopleSoft Query Using Query The Component View The component view provides access to tables in the database. The component view has two tabs: Database and Query. Pay attention to which tab is active as you work; they look very similar. THE DATABASE TAB Gives you a list of available tables. You can view these tables as either a tree of access groups (see figure on page 2) or an alphabetical tree of tables to which your operator ID has access. COMPONENT VIEW ICONS Database name (displayed in the database component view only) Query name and public/private status (displayed in the query component view only) Table Table hierarchy or related record hierarchy University of British Columbia 10/16/99 Page 3

8 Using Query PeopleSoft Query Related table Field Key field Field having a related record Key field having a related record Expressions (the part of the query that contains individual expression components) An expression component (a single expression that has been defined as part of the query) Prompts THE QUERY TAB Displays all the components used in the current query. Components consist of tables, fields, prompts, expressions, and so on. Component View Designer View Page 4 10/16/99 University of British Columbia

9 PeopleSoft Query Using Query The Designer View The designer view is where you see the fields, criteria, and other details associated with the current query. The designer view has four tabs. Fields displays the fields you select for the query. Criteria allows you to set limits and conditions for the query. SQL shows the SQL code generated from the fields and criteria. Results displays the query results. University of British Columbia 10/16/99 Page 5

10 Creating Simple Queries PeopleSoft Query CHAPTER 3 Creating Simple Queries Selecting Record Components The first step in creating a query is to select the database tables that hold the data you want. In Query, the tables are referred to as record components, since they are one type of component of your query. For clarity, we call the components tables, which is what they in fact are. All operations on a table are performed from the Edit menu. First, select a table from the tree; then select an operation to be applied to that table from the Edit menu. OR OR OR There are several ways to select the table you want: Click the Database tab in the component view. Double click the desired table name (not the + sign). Drag the table from the Component View (on the left) to the Designer View (on the right). Right-click on the table name and select Add from the pop-up menu. Highlight the table name and select Edit menu, Add. If this is not the first table in the query, the menu option will read New Join to indicate a join operation. (Note: To use the Edit menu, you must first highlight a component in the Component View). Once you have selected a record component, Query automatically switches the component view from the Database tab to the Query tab to show the new record component that was added to the query. The designer view may or may not show fields, depending on how you have specified your view preferences. If you have selected the record component for an effective-dated table, Query displays a dialog box asking you how you want to handle the effective dates in the query. Page 6 10/16/99 University of British Columbia

11 PeopleSoft Query Creating Simple Queries Viewing Selected REcords and Fields At the top of the query component tree is the table you selected, along with a letter, followed by the fields comprising the record. Query uses the letter as an alias for the table name. This prefix is a shorthand way of indicating which table contains this field. The first table you select will appear as record A, the second as record B, and so on. Selecting Field Components Once you have selected the tables that hold the data you want, select specific fields from the tables. OR Click the Query tab in the component view. Double click the field you want to select. Drag and drop the field into Designer View. Notice what happens in the Designer View. With the Fields tab active, a number appears in the first column (Col), indicating the order of the fields in the query results. Query adds columns in the order to you select the fields the first field you select will appear as column one, the second as column two, and so on. You can select fields in any order; you don t need to use the order from the record component. Or you can change the order of the fields later. CHANGE ORDER OF FIELDS Right-click on the row that contains the field you want to move. University of British Columbia 10/16/99 Page 7

12 Creating Simple Queries PeopleSoft Query Select Column Number from the pop-up menu. Enter new column number in the dialog box. Click OK. Query renumbers the remaining fields to reflect the new column order. REMOVE A FIELD Double click the field in the Col column. OR Right click the field and click Select from pop-up menu. Query removes the field from the query and renumbers the remaining fields. The Designer View can show the fields from one or all of the record components you have selected. Again, this depends on your view preferences. However, you can always tell which table a field comes from by looking at its prefix (A, B etc.). Page 8 10/16/99 University of British Columbia

13 PeopleSoft Query Creating Simple Queries Specifying Selection Criteria Because PeopleSoft database stores data in tables, you can identify every individual piece of data by saying what column and row it is in. When you create a query, you pick the data you want by specifying which columns and rows you want the system to retrieve. You select which rows of data you want by adding selection criteria to the query. (For example, suppose you needed the names of all Bookstore customers who are not UBC employees. You start by creating a query that retrieves the Name and Company fields from the Customer table. Then you add a selection criterion that tells Query to scan for rows where the Company name is not UBC.) In most cases, you don t want every row of data from the table specified in your query, just the rows that meet certain conditions. To specify the conditions you apply criteria to the field(s). SET SELECTION CRITERIA Click the Criteria tab in the designer view. This panel displays one row for each query criterion. Click the Query tab at the bottom of the component view, and then scroll to the field you want. Select the field. Drag the record field on to the Criteria tab in the designer view. Note: If you double click a field it will be added to the Fields tab not the Criteria tab. CRITERIA TAB The Criteria Tab has four columns: Logical: Any rows after the first row must include either AND or OR logical value. These are in addition to other criteria. The default is AND. Expression: In most cases, the left-hand expression will be a field whose value you want to base the selection criterion on. Operator: See page 10. Expression: See page 11. University of British Columbia 10/16/99 Page 9

14 Creating Simple Queries PeopleSoft Query In the Operator column, click the down arrow and select an expression from the drop-down box. (The equal to operator is the default.) SELECTING OPERATORS Operator What it does Equal to Greater than Less than In list Between Exists Like Is null In tree The value in the selected record field exactly matches the comparison value. The value in the record field is greater than the comparison value. The value in the record field is less than the comparison value. The value in the selected record field matches one of the comparison values in a list. You select the value type by rightclicking in the second Expression column. The value falls between two comparison values. The range is inclusive. This operator is different from the others in that it does not compare a record field to the comparison value. The comparison value is a subquery. This will be covered in the Advanced Query workshop. The value matches a specified string pattern. The comparison value may be a string that contains wildcard characters.* The selected record field does not have a value in it. You do not specify a comparison value for this operator. The value appears as a node in a tree created with the Tree Manager. *Wildcards Query recognizes these wildcard characters: % matches any string of characters. E.g. C% matches anything starting with C, including C alone. _ matches any single character. E.g. _ones matches any five-character string ending with ones such as Jones, cones. Note: To use % as a literal character enclose it with \ as: percent\%\ Note: It is always better to use the not version of an operator than to use NOT operator in the Logical column. Note: The Criteria field does not have to be one of the fields you select for the query output. Page 10 10/16/99 University of British Columbia

15 PeopleSoft Query Creating Simple Queries ENTERING COMPARISON VALUES There are two Expression columns, one to the left of the Operator column, and one to the right. You normally do not have to change the left-hand Expression column it contains the field name. If the right-hand Expression column is not visible, use the horizontal scroll bar at the bottom of the designer view to scroll to it, or resize the window so both left and right hand expression columns are visible, or resize the columns. Right-click in the right-hand Expression column. What you select depends on what kind of value you are entering. Value Type What it does Field Expression Constant Subquery Prompt In List Current Date Tree Option Effective Seq A value in another field, usually a field in another table. An expression you enter. Query evaluates the expression once for each row it tests. A single fixed value. Data returned by a subquery. Advanced Query workshop. You will enter a value in a dialog box. This value type is available only when the selected operator is in list or not in list. The current date on the database server. A selected set of tree nodes. This value is available only when the selected operator is in tree or not in tree. Used on some effective-dated records. Advanced option Select operator from the pop-up menu, and type your value in the dialog box that appears. University of British Columbia 10/16/99 Page 11

16 Creating Simple Queries PeopleSoft Query Continue setting criteria for any other field. Ensure that your Operator and Expression values are what you want. Note that the Logical column defaults to a value of AND when you have more than one criteria expression. Take care when you change this value to ensure that the results reflect what you want. Note that some of the Operators may interfere with the Logical expression when it is other than AND. Page 12 10/16/99 University of British Columbia

17 PeopleSoft Query Set Preferences CHAPTER 4 Set Preferences What you see in the component view and the designer view often depends on what Preferences have been defined for your Query. Check or Change Preferences Select View menu, Preferences. The Preferences dialog box includes three tabs labeled General, Component View, and Designer View. Default View Preferences View Preferences Tab General Component View Designer View Show User Queries Show Access Groups Default Values Show Fields in Select List Sort Fields by Col Order Don t run query when Result tab is clicked Don t show row headers in Result tab Whenever you change view preferences, the new settings are saved in Windows and are retained from one Query session to another. University of British Columbia 10/16/99 Page 13

18 Set Preferences PeopleSoft Query General View Preferences The General view preferences enable you to select a Name Style and to specify File List Options. The Name Style determines whether field components appear with both their field name and description or with the description only. The three File List Options determine which type of query is displayed in the Open Query dialog box. Component View Preferences The Component View preferences tab allows you to turn the Show Access Groups option on or off. In the Database Component view, you will see either access groups or an alphabetical list of tables (records) to which you have access. Designer View Preferences The Designer View tab controls which fields you see when building your query and in what order they appear. You can combine the Designer View options to display the fields in the way that best suits your query needs. RESULT TAB These options determine whether or not to Show Row Headings on the Result tab. You can use the Run query on tab select option to automatically run the current query anytime the user clicks the Result tab. SHOW FIELD These buttons specify what fields appear in the designer view. In Record displays all the fields in the table that is highlighted in the component view. Even if you have selected more than one table in your query, you only see the fields in the highlighted table. In Select List displays only those fields selected for output data in the entire query. In Order By displays all the fields in the entire query that control the order of the output rows. With Criteria displays only those fields in the entire query that have selection criteria associated with them, no matter which record is selected in the component view. If no fields have criteria, then no fields are shown. All shows all the fields which the query will use for its result, including those which may not have been selected, but which contain criteria. Page 14 10/16/99 University of British Columbia

19 PeopleSoft Query Set Preferences SORT FIELDS BY This determines the order of the fields in the designer view. You can use any Sort Fields By option with any Show Fields option. Record Field displays fields in the order they appear in the record component(s). If your query uses fields from more than one record, the fields from record A are sorted before those of record B and so on. Col Order displays the fields in the query in the order they will be displayed in your output. This is the default Sort Field Option. When Col Order view option is active, you can change the column order by dragging and dropping the field rows. Field Name displays the fields in alphabetical order, no matter where the field came from. Order By Number places at the top of the list those fields selected to order the output rows, followed by the rest of the fields in record order. The Ord column shows which fields you have selected for ordering. University of British Columbia 10/16/99 Page 15

20 Format Query Output PeopleSoft Query CHAPTER 5 Formatting Query Output Once you have selected the fields to include in the query, you are ready to format the query output. Formatting Options You can make some decisions about the format of the Query output. To display or change currently assigned formatting: Right-click anywhere on the field in the Designer View, Fields tab. Select one of the options from the pop-up menu. The most common formatting options you use are Column Number, Heading and Order By. Clicking any of these options opens the Field Properties dialog box. FIELD PROPERTIES Page 16 10/16/99 University of British Columbia

21 PeopleSoft Query Format Query Output COLUMN NUMBER This is where you can re-order the columns. HEADING This is where you select or change headings for your columns. The heading options are: Option None Text RFT Short RFT Long Effect The column does not have a heading The column heading is the text you enter in the text box. The column heading is the short name of the field from the record definition The column heading is the long name of the field from the record definition If you start typing text into the text box, Query automatically selects the Text option. ORDER BY You can select one or more fields to sort your output. Double click in the Ord column. Query puts a number in the column. If this field is the first you selected, a 1 appears in the Ord column. The second column you click will be numbered 2 and so on. You can sort by as many fields as you like. Query will sort the rows by the first sort field, then use the second field to sort rows with the same value in the first field. CHANGING THE SORT ORDER Right click on the field s row Select Order By from the pop-up menu. The Field Properties dialog box appears. Enter an Order By Number in the dialog box Select Descending if you like. (The default is Ascending.) Click OK University of British Columbia 10/16/99 Page 17

22 Format Query Output PeopleSoft Query Translate Table Values Some fields may contain a short code, for which the Translate Table provides a corresponding set of values. If you use such a field in your query, a letter appears in the Xlt column for that field. By default, the letter is N (for None), meaning that Query will not replace the codes with the corresponding translate values. The other two values are L for Long and S for Short. If you want to display the translated value rather than the code, for example Active instead of A, you must set the translate value options. SET TRANSLATE VALUE OPTIONS Right click anywhere on the field in the Designer View Select Translate from the Pop-up menu. The Field Properties dialog box appears. Specify which Translate Value you want. Select Effective Date. For most tables, Query defaults to the Current Date. Click OK. In the Designer View, an N, L, or S appears in the Xlt column to indicate which translate values will be used, if any. Page 18 10/16/99 University of British Columbia

23 PeopleSoft Query Query Maintenance CHAPTER 6 Running Queries Running Queries After designing a query, you will want to run it to see the results. Query provides several output options, each of which can be extremely useful depending on your needs. OUTPUT OPTIONS Output Option Grid control Excel To Run Select File, Run(Current Query) OR click File, Run to Excel OR click Description To send the output to the grid control on the Results tab of the Designer View. This option is useful as you design and refine queries to get just the results you want. When your query is perfect, you can use one of the other output options. To send the output to MS Excel (using Query Link discussed below). Crystal Reports File, Run to Crystal OR click To send the output to Crystal Reports Pro, a report formatter, where you can use predefined formats or create new ones to print the results of your query. QUERY LINK QueryLink allows you to send the results of a query directly to an Excel spreadsheet, bypassing the need for a PeopleSoft nvision layout. Any query results sent to Excel through QueryLink are based on the QUERY.XLT Excel template. Therefore, if you want to make any permanent changes to spreadsheets derived through QueryLink, make the changes to QUERY.XLT. University of British Columbia 10/16/99 Page 19

24 Running Queries PeopleSoft Query CHAPTER 7 Query Maintenance Saving Queries Once you have designed a query, you must save it if you want to use it again. You save Queries as Public or Private. Public Queries are available to other users. If you save a Query as Private, you give it an Operator ID, which restricts use and update of the Query to you alone. To save a query: Select File menu, Save (or Save As). Give an easily recognizable name and description to your query. Maximum size is 30 characters. Click OK. Printing Queries It is a good idea to document your queries. When you print a query object, you print the definition of the query, not the results. To print a query: Select File menu, Print (Current Query Object). Deleting Queries To delete a query Select File menu, Delete. In the Delete Query dialog box click the down arrow select the Query you want to delete. Click OK. to view the Query list and Page 20 10/16/99 University of British Columbia

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

Introduction. Prerequisite. Training Objectives

Introduction. Prerequisite. Training Objectives PeopleSoft (version 8.4): Introduction to the Query Tool Introduction This training material introduces you to some of the basic functions of the PeopleSoft (PS) Query tool as they are used at the University

More information

PeopleSoft (version 9.1): Introduction to the Query Tool

PeopleSoft (version 9.1): Introduction to the Query Tool PeopleSoft (version 9.1): Introduction to the Query Tool Introduction This training material introduces you to some of the basic functions of the PeopleSoft (PS) Query tool as they are used at the University

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

Searching and Favorites in Datatel Web UI 4.3

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

More information

Query. Training and Participation Guide Financials 9.2

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

More information

Access - Introduction to Queries

Access - Introduction to Queries Access - Introduction to Queries Part of managing a database involves asking questions about the data. A query is an Access object that you can use to ask the question(s). The answer is contained in the

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

Chapter 4. Microsoft Excel

Chapter 4. Microsoft Excel Chapter 4 Microsoft Excel Topic Introduction Spreadsheet Basic Screen Layout Modifying a Worksheet Formatting Cells Formulas and Functions Sorting and Filling Borders and Shading Charts Introduction A

More information

When you first start OneNote, it creates a sample notebook for you. You can use this notebook or quickly create your own.

When you first start OneNote, it creates a sample notebook for you. You can use this notebook or quickly create your own. Basic tasks in Microsoft OneNote 2013 OneNote is a digital notebook that provides a single place for all of your notes and information everything you need to remember and manage in your life at home, at

More information

University of Wisconsin System SFS Business Process RPT Basic PeopleSoft Query

University of Wisconsin System SFS Business Process RPT Basic PeopleSoft Query Contents PeopleSoft Query Overview... 1 Process Detail... 2 I. Running the Query... 2 II. Query Actions... 5 III. Planning a New Query... 5 IV. How to Find Out Which Record(s) to Use... 5 V. Building a

More information

Excel 2013 Next Steps

Excel 2013 Next Steps Excel 2013 Next Steps ADULT SERVICES DEPARTMENT CRYSTAL LAKE PUBLIC LIBRARY 126 W. PADDOCK STREET CRYSTAL LAKE, IL 60014 815-459-1687, X7 WWW.CLPL.ORG Agenda 2 Home Toolbar Alignment Group Number Formats

More information

DAY 7: EXCEL CHAPTER 5. Divya Ganesan February 5, 2013

DAY 7: EXCEL CHAPTER 5. Divya Ganesan February 5, 2013 DAY 7: EXCEL CHAPTER 5 Divya Ganesan divya.ganesan@mail.wvu.edu February 5, 2013 1 FREEZING ROWS AND COLUMNS Freezing keeps rows and columns visible during scrolling Click View tab in Ribbon Click on Freeze

More information

Process Document Creating a Query with Runtime Prompts. Creating a Query with Runtime Prompts. Concept

Process Document Creating a Query with Runtime Prompts. Creating a Query with Runtime Prompts. Concept Concept Adding a prompt enables you to further refine a query when you run it. For example, suppose you wanted to change a query so that you could prompt the user to enter a value for the duration of a

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

User Manual Mail Merge

User Manual Mail Merge User Manual Mail Merge Version: 1.0 Mail Merge Date: 27-08-2013 How to print letters using Mail Merge You can use Mail Merge to create a series of documents, such as a standard letter that you want to

More information

Microsoft Office 2010: Introductory Q&As Access Chapter 2

Microsoft Office 2010: Introductory Q&As Access Chapter 2 Microsoft Office 2010: Introductory Q&As Access Chapter 2 Is it necessary to close the Navigation Pane? (AC 78) No. It gives you more room for the query, however, so it is usually a good practice to hide

More information

Microsoft Access 2013

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

More information

Microsoft Access 2013

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

More information

Veco User Guides. Grids, Views, and Grid Reports

Veco User Guides. Grids, Views, and Grid Reports Veco User Guides Grids, Views, and Grid Reports Introduction A Grid is defined as being a list of data records presented to the user. A grid is shown generally when an option is selected from the Tree

More information

The Streetscape User Guide Dynamic Watch List

The Streetscape User Guide Dynamic Watch List Overview The Streetscape User Guide 1.756501.100 The enables you to track and monitor securities by grouping them into lists or portfolios based on one or more common characteristics. You can create an

More information

Public-Private Dialogue

Public-Private Dialogue Public-Private Dialogue www.publicprivatedialogue.org The PPD Reform Tracking Tool A tutorial to use a tool designed to manage, track and report on Working Groups issues 1- INTRODUCTION... 3 2 - BROWSING

More information

ICDL & OOo BASE. Module Five. Databases

ICDL & OOo BASE. Module Five. Databases ICDL & OOo BASE Module Five Databases BASE Module Goals taken from the Module 5 ICDL Syllabus Module 5 Database requires the candidate to understand some of the main concepts of databases and demonstrates

More information

General Features Agenda

General Features Agenda General Features Agenda Agenda Item Detailed Description Day 1 Query Class Introductions Query Overview Understand SQL Using Query Query Viewer Query Manager Schedule Query Create Query Tabs Table/Records

More information

SPREADSHEET (Excel 2007)

SPREADSHEET (Excel 2007) SPREADSHEET (Excel 2007) 1 U N I T 0 4 BY I F T I K H A R H U S S A I N B A B U R Spreadsheet Microsoft Office Excel 2007 (or Excel) is a computer program used to enter, analyze, and present quantitative

More information

Microsoft Excel 2010

Microsoft Excel 2010 Microsoft Excel 2010 omar 2013-2014 First Semester 1. Exploring and Setting Up Your Excel Environment Microsoft Excel 2010 2013-2014 The Ribbon contains multiple tabs, each with several groups of commands.

More information

PM4 + Partners Knowledge Articles

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

More information

The New York Society Library Presents:

The New York Society Library Presents: The New York Society Library Presents: Introduction to Microsoft Excel (for versions 2003 and earlier) Carolyn Waters Acquisitions & Reference Librarian carolyn@nysoclib.org Index OVERVIEW.... Page 03

More information

Microsoft Office Illustrated. Using Tables

Microsoft Office Illustrated. Using Tables Microsoft Office 2007 - Illustrated Using Tables Objectives Plan a Table Create a Table Add Table Data Find and Replace Table Data Delete Table Data 2 Objectives Sort Table Data Use Formulas in a Table

More information

Microsoft Access XP (2002) Reports

Microsoft Access XP (2002) Reports Microsoft Access XP (2002) Reports AutoReports Report Wizards Manually Design a Report Table Relations Multitable Reports Mailing Labels Mail Merge with MS Word Table of Contents INTRODUCTION TO REPORTS...

More information

Microsoft Access XP (2002) Queries

Microsoft Access XP (2002) Queries Microsoft Access XP (2002) Queries Column Display & Sorting Simple Queries And & Or Conditions Ranges Wild Cards Blanks Calculations Multi-table Queries Table of Contents INTRODUCTION TO ACCESS QUERIES...

More information

VUEWorks Report Generation Training Packet

VUEWorks Report Generation Training Packet VUEWorks Report Generation Training Packet Thursday, June 21, 2018 Copyright 2017 VUEWorks, LLC. All rights reserved. Page 1 of 53 Table of Contents VUEWorks Reporting Course Description... 3 Generating

More information

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

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

More information

Introduction to PeopleSoft Query Part II Query Manager

Introduction to PeopleSoft Query Part II Query Manager Student/Faculty Information System Introduction to PeopleSoft Query Part II Query Manager Student/Faculty Information System Introduction to PeopleSoft Query Part II - Query Manager SFIS TEST DATABASE

More information

Microsoft Project 2007 Level 2. MICROSOFT PROJECT 2007 Level 2

Microsoft Project 2007 Level 2. MICROSOFT PROJECT 2007 Level 2 Contents MICROSOFT PROJECT 2007 Level 2 Contents CONTENTS LESSON 1 - ORGANISING PROJECT DATA... 4 Using the AutoFilter Feature... 5 Filtering Data... 5 Sorting a View... 6 Creating a Custom Sort... 6 Grouping

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

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

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

More information

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4 Introduction to Microsoft Excel 2016 INTRODUCTION... 1 The Excel 2016 Environment... 1 Worksheet Views... 2 UNDERSTANDING CELLS... 2 Select a Cell Range... 3 CELL CONTENT... 4 Enter and Edit Data... 4

More information

Access Intermediate

Access Intermediate Access 2013 - Intermediate 103-134 Advanced Queries Quick Links Overview Pages AC124 AC125 Selecting Fields Pages AC125 AC128 AC129 AC131 AC238 Sorting Results Pages AC131 AC136 Specifying Criteria Pages

More information

Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts. Microsoft Excel 2013 Enhanced

Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts. Microsoft Excel 2013 Enhanced Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts Microsoft Excel 2013 Enhanced Objectives Explore a structured range of data Freeze rows and columns Plan and create an Excel table Rename

More information

Exercise 1: Introduction to MapInfo

Exercise 1: Introduction to MapInfo Geog 578 Exercise 1: Introduction to MapInfo Page: 1/22 Geog 578: GIS Applications Exercise 1: Introduction to MapInfo Assigned on January 25 th, 2006 Due on February 1 st, 2006 Total Points: 10 0. Convention

More information

Microsoft Office 2010: Introductory Q&As Access Chapter 3

Microsoft Office 2010: Introductory Q&As Access Chapter 3 Microsoft Office 2010: Introductory Q&As Access Chapter 3 Is the form automatically saved the way the report was created when I used the Report Wizard? (AC 142) No. You will need to take specific actions

More information

Océ Engineering Exec. Advanced Import and Index

Océ Engineering Exec. Advanced Import and Index Océ Engineering Exec Advanced Import and Index Océ-Technologies B.V. Copyright 2004, Océ-Technologies B.V. Venlo, The Netherlands All rights reserved. No part of this work may be reproduced, copied, adapted,

More information

THE EXCEL ENVIRONMENT... 1 EDITING...

THE EXCEL ENVIRONMENT... 1 EDITING... Excel Essentials TABLE OF CONTENTS THE EXCEL ENVIRONMENT... 1 EDITING... 1 INSERTING A COLUMN... 1 DELETING A COLUMN... 1 INSERTING A ROW... DELETING A ROW... MOUSE POINTER SHAPES... USING AUTO-FILL...

More information

Layout and display. STILOG IST, all rights reserved

Layout and display. STILOG IST, all rights reserved 2 Table of Contents I. Main Window... 1 1. DEFINITION... 1 2. LIST OF WINDOW ELEMENTS... 1 Quick Access Bar... 1 Menu Bar... 1 Windows... 2 Status bar... 2 Pop-up menu... 4 II. Menu Bar... 5 1. DEFINITION...

More information

Relativity. User s Guide. Contents are the exclusive property of Municipal Software, Inc. Copyright All Rights Reserved.

Relativity. User s Guide. Contents are the exclusive property of Municipal Software, Inc. Copyright All Rights Reserved. Relativity User s Guide Contents are the exclusive property of Municipal Software, Inc. Copyright 2006. All Rights Reserved. Municipal Software, Inc. 1850 W. Winchester, Ste 209 Libertyville, IL 60048

More information

Microsoft Excel 2010 Tutorial

Microsoft Excel 2010 Tutorial 1 Microsoft Excel 2010 Tutorial Excel is a spreadsheet program in the Microsoft Office system. You can use Excel to create and format workbooks (a collection of spreadsheets) in order to analyze data and

More information

Introduction. Table Basics. Access 2010 Working with Tables. Video: Working with Tables in Access To Open an Existing Table: Page 1

Introduction. Table Basics. Access 2010 Working with Tables. Video: Working with Tables in Access To Open an Existing Table: Page 1 Access 2010 Working with Tables Introduction Page 1 While there are four types of database objects in Access 2010, tables are arguably the most important. Even when you're using forms, queries, and reports,

More information

Space Information and Management System (SIMS) 4.0 User s Guide

Space Information and Management System (SIMS) 4.0 User s Guide Space Information and Management System (SIMS) 4.0 User s Guide Evolve FM Facilities Information and Technology Services http://go.osu.edu/fits Revised: 03.12.2018 SIMS 4.0 is referenced by the product

More information

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

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

More information

Working with Tables in Word 2010

Working with Tables in Word 2010 Working with Tables in Word 2010 Table of Contents INSERT OR CREATE A TABLE... 2 USE TABLE TEMPLATES (QUICK TABLES)... 2 USE THE TABLE MENU... 2 USE THE INSERT TABLE COMMAND... 2 KNOW YOUR AUTOFIT OPTIONS...

More information

Working with Data in Microsoft Excel 2010

Working with Data in Microsoft Excel 2010 Working with Data in Microsoft Excel 2010 This document provides instructions for using the sorting and filtering features in Microsoft Excel, as well as working with multiple worksheets in the same workbook

More information

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet Copyright 1 99 Spreadsheet definition: A spreadsheet stores and manipulates data that lends itself to being stored in a table type format (e.g. Accounts, Science Experiments, Mathematical Trends, Statistics,

More information

Microsoft Word 2003 for Windows, Part 2

Microsoft Word 2003 for Windows, Part 2 Microsoft Word 2003 for Windows, Part 2 In this workshop, the following Word 2003 features will be covered: Creating and using Tables Formatting text using Styles Using MailMerge Arranging text in Columns

More information

Easy Windows Working with Disks, Folders, - and Files

Easy Windows Working with Disks, Folders, - and Files Easy Windows 98-3 - Working with Disks, Folders, - and Files Page 1 of 11 Easy Windows 98-3 - Working with Disks, Folders, - and Files Task 1: Opening Folders Folders contain files, programs, or other

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

Access 2003 Introduction to Report Design

Access 2003 Introduction to Report Design Access 2003 Introduction to Report Design TABLE OF CONTENTS CREATING A REPORT IN DESIGN VIEW... 3 BUILDING THE REPORT LAYOUT... 5 SETTING THE REPORT WIDTH... 5 DISPLAYING THE FIELD LIST... 5 WORKING WITH

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

Microsoft How to Series

Microsoft How to Series Microsoft How to Series Getting Started with EXCEL 2007 A B C D E F Tabs Introduction to the Excel 2007 Interface The Excel 2007 Interface is comprised of several elements, with four main parts: Office

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

Exploring Microsoft Office Word 2007

Exploring Microsoft Office Word 2007 Exploring Microsoft Office Word 2007 Chapter 3: Enhancing a Document Robert Grauer, Keith Mulbery, Michelle Hulett Objectives Insert a table Format a table Sort and apply formulas to table data Convert

More information

Microsoft Access Lesson 3: Creating Reports

Microsoft Access Lesson 3: Creating Reports Microsoft Access Lesson 3: Creating Reports In the previous lesson the information you retrieved from a database always was in the form of a table. This may be all you need if you are the only person using

More information

Using Microsoft Access

Using Microsoft Access Using Microsoft Access Creating Select Queries Norm Downey Chapter 2 pages 173 193 and Chapter 3 pages 218 249 2 1 This PowerPoint uses the Sample Databases on the class website Please download them now

More information

Using Parameter Queries

Using Parameter Queries [Revised and Updated 21 August 2018] A useful feature of the query is that it can be saved and used again and again, whenever we want to ask the same question. The result we see (the recordset) always

More information

Work expectations will be included in your appraisal during the Recognition Phase of the performance management process.

Work expectations will be included in your appraisal during the Recognition Phase of the performance management process. Monitoring is the day-to-day activity of paying attention to how the employee s work is going. Both the supervisor and employee track progress toward meeting the work expectations that were established

More information

SECTION 4 USING QUERIES. What will I learn in this section?

SECTION 4 USING QUERIES. What will I learn in this section? SECTION 4 USING QUERIES What will I learn in this section? Select Queries Creating a Query Adding a Table to Query Adding Fields to Query Single Criteria Hiding column in a Query Adding Multiple Tables

More information

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling Access Review Relational Databases Different tables can have the same field in common. This feature is used to explicitly specify a relationship between two tables. Values appearing in field A in one table

More information

Microsoft Excel 2010

Microsoft Excel 2010 www.jadehorizon.com Microsoft Excel 2010 Sorting and Filtering Sorting and Filtering Microsoft Excel 2010 Table of Contents Table of Contents INTRODUCTION... 3 CONVENTIONS... 3 TABLE DESIGN RULES... 5

More information

Access Intermediate

Access Intermediate Access 2010 - Intermediate 103-134 Advanced Queries Quick Links Overview Pages AC116 AC117 Selecting Fields Pages AC118 AC119 AC122 Sorting Results Pages AC125 AC126 Specifying Criteria Pages AC132 AC134

More information

Excel Module 7: Managing Data Using Tables

Excel Module 7: Managing Data Using Tables True / False 1. You should not have any blank columns or rows in your table. True LEARNING OBJECTIVES: ENHE.REDI.16.131 - Plan the data organization for a table 2. Field names should be similar to cell

More information

New Perspectives on Microsoft Excel Module 5: Working with Excel Tables, PivotTables, and PivotCharts

New Perspectives on Microsoft Excel Module 5: Working with Excel Tables, PivotTables, and PivotCharts New Perspectives on Microsoft Excel 2016 Module 5: Working with Excel Tables, PivotTables, and PivotCharts Objectives, Part 1 Explore a structured range of data Freeze rows and columns Plan and create

More information

eschoolplus+ Cognos Query Studio Training Guide Version 2.4

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

More information

Week 5 Creating a Calendar. About Tables. Making a Calendar From a Table Template. Week 5 Word 2010

Week 5 Creating a Calendar. About Tables. Making a Calendar From a Table Template. Week 5 Word 2010 Week 5 Creating a Calendar About Tables Tables are a good way to organize information. They can consist of only a few cells, or many cells that cover several pages. You can arrange boxes or cells vertically

More information

EXCEL Using Excel for Data Query & Management. Information Technology. MS Office Excel 2007 Users Guide. IT Training & Development

EXCEL Using Excel for Data Query & Management. Information Technology. MS Office Excel 2007 Users Guide. IT Training & Development Information Technology MS Office Excel 2007 Users Guide EXCEL 2007 Using Excel for Data Query & Management IT Training & Development (818) 677-1700 Training@csun.edu TABLE OF CONTENTS Introduction... 1

More information

BRF_Financials_Query_9_1

BRF_Financials_Query_9_1 Version Date: January 2014 COPYRIGHT & TRADEMARKS Copyright 1998, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates.

More information

Getting started with Ms Access Getting Started. Primary Key Composite Key Foreign Key

Getting started with Ms Access Getting Started. Primary Key Composite Key Foreign Key Getting started with Ms Access 2007 Getting Started Customize Microsoft Office Toolbar The Ribbon Quick Access Toolbar Navigation Tabbed Document Window Viewing Primary Key Composite Key Foreign Key Table

More information

Tabs, Tables & Columns

Tabs, Tables & Columns Tabs, Tables & Columns What we will cover Creating tables Formatting tables Sorting information in tables Using columns Using tabs Tables You can insert a table several: Insert Table button This will open

More information

Complete Quick Reference Summary

Complete Quick Reference Summary Microsoft Access 2010 Complete Quick Reference Summary Microsoft Access 2010 Quick Reference Summary Advanced Filter/Sort, Use AC 153 Advanced button (Home tab Sort & Filter, Advanced Filter/Sort) All

More information

JF MSISS. Excel Tutorial 1

JF MSISS. Excel Tutorial 1 JF MSISS Excel 2010 Tutorial 1 In this session you will learn how to: Enter data into a spreadsheet Format data. Enter formulas. Copy formulas. 1. What is a Spreadsheet? A spreadsheet is best thought of

More information

Creating a Spreadsheet by Using Excel

Creating a Spreadsheet by Using Excel The Excel window...40 Viewing worksheets...41 Entering data...41 Change the cell data format...42 Select cells...42 Move or copy cells...43 Delete or clear cells...43 Enter a series...44 Find or replace

More information

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

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

More information

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

SOFTWARE SKILLS BUILDERS

SOFTWARE SKILLS BUILDERS USING ACCESS TO CREATE A SCIENCE DATABASE A database allows you to enter, store, retrieve, and manipulate data efficiently. You will first design your database and enter information into a table called

More information

Advisor Workstation Training Manual: Working in the Research Module

Advisor Workstation Training Manual: Working in the Research Module Advisor Workstation Training Manual: Working in the Research Module Overview of the Research module - - - - - - - - - - - - - - - - 1 What you will learn in this section - - - - - - - - - - - - - - - -

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

Guide to User Interface 4.3

Guide to User Interface 4.3 Datatel Colleague Guide to User Interface 4.3 Release 18 June 24, 2011 For corrections and clarifications to this manual, see AnswerNet page 1926.37. Guide to User Interface 4.3 All Rights Reserved The

More information

Data Grid Utilities - Searching Data Grids

Data Grid Utilities - Searching Data Grids Data Grid Utilities - Searching Data Grids Step 1 : To search any column on selected data grids begin by right mouse-clicking the column header for the column you want to search. This feature works on

More information

Sostenuto 4.1 title page. System Management User s Guide

Sostenuto 4.1 title page. System Management User s Guide Sostenuto 4.1 title page System Management User s Guide Date: November 2013 All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, or stored in any

More information

FOCUS ON: DATABASE MANAGEMENT

FOCUS ON: DATABASE MANAGEMENT EXCEL 2002 (XP) FOCUS ON: DATABASE MANAGEMENT December 16, 2005 ABOUT GLOBAL KNOWLEDGE, INC. Global Knowledge, Inc., the world s largest independent provider of integrated IT education solutions, is dedicated

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

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

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

More information

BusinessObjects Frequently Asked Questions

BusinessObjects Frequently Asked Questions BusinessObjects Frequently Asked Questions Contents Is there a quick way of printing together several reports from the same document?... 2 Is there a way of controlling the text wrap of a cell?... 2 How

More information

WebIntelligence. Creating Documents

WebIntelligence. Creating Documents Creating Documents This page is intentionally left blank. 2 WIC110904 Table of Contents Lesson Objective... 5 For Assistance...6 Introduction... 7 Document Editor... 7 Designing a Query Flowchart... 9

More information

Microsoft Word 2013 Working with tables

Microsoft Word 2013 Working with tables Microsoft Word 2013 Working with tables LIBRARY AND LEARNING SERVICES WORKING WITH TABLES www.eit.ac.nz/library/ls_computer_word2013_tables.html What is a table? A table is information arranged in horizontal

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

Component Templates. The Component Template Item Type. Modified by Jason Howie on 31-May-2017

Component Templates. The Component Template Item Type. Modified by Jason Howie on 31-May-2017 Component Templates Old Content - see latest equivalent Modified by Jason Howie on 31-May-2017 Altium Vault 2.5, in conjunction with Altium Designer 15.1, brings support for creating and defining Component

More information

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

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

More information

Microsoft Access XP Queries. Student Manual

Microsoft Access XP Queries. Student Manual Microsoft Access XP Queries Student Manual Duplication is prohibited without the written consent of The Abreon Group. Foster Plaza 10 680 Andersen Drive Suite 500 Pittsburgh, PA 15220 412.539.1800 800.338.5185

More information

Chapter 4: Single Table Form Lab

Chapter 4: Single Table Form Lab Chapter 4: Single Table Form Lab Learning Objectives This chapter provides practice with creating forms for individual tables in Access 2003. After this chapter, you should have acquired the knowledge

More information

course notes quick reference guide

course notes quick reference guide course notes quick reference guide Microsoft Excel 2010 Welcome to Excel 2010 Excel 2010 is the premier spreadsheet application from Microsoft. Excel 2010 makes it easier to analyze data quickly with new

More information