PantherSoft Financials Queries Office of the Controller.

Slides:



Advertisements
Similar presentations
Microsoft Access.
Advertisements

DATA WAREHOUSE QueryLink TUTORIAL QueryLink is used to retrieve Campus data for Departmental use. This tutorial presents an overview of the point and click.
GALVESTON COUNTY, TX P-CARD TRAINING GALVESTON COUNTY.
With Microsoft Access 2010© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Access.
Office of Operations 2010 Fall Conference Conquer Query & Control the Data Presenter: Sherry Azoulay, CUNY University Payroll Director; NYS Payroll Users.
® Microsoft Access 2010 Tutorial 5 Creating Advanced Queries and Enhancing Table Design.
Chapter 1 Databases and Database Objects: An Introduction
Access Tutorial 3 Maintaining and Querying a Database
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 3 1 Microsoft Office Access 2003 Tutorial 3 – Querying a Database.
XP Chapter 3 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Analyzing Data For Effective Decision Making.
Querying a Database Using the Select Query Window
Access Tutorial 1 Creating a Database
FIS 318/618: Financial Systems & Databases Queries Oakland University School of Business Administration Accounting and Finance Joe Callaghan.
Access Tutorial 5 Creating Advanced Queries and Enhancing Table Design
1 Self Service Banner FOAP AND NAVIGATION Fall 2005 Ver 7.1 Presented by the Auburn University Business Office.
Mary K. Olson PS Reporting Instance – Query Tool 101.
Concepts of Database Management Sixth Edition
Access Tutorial 3 Maintaining and Querying a Database
Database Updates Made Easy In WebFocus Using SQL And HTML Painter Sept 2011 Lender Processing Services 1.
1 Access Lesson 3 Creating Queries Microsoft Office 2010 Introductory.
Chapter 3 Maintaining a Database
Maintaining and Querying a Database Microsoft Access 2010.
TPT EPAF Temporary Part-Time Rehire EPAF. What is a TPT EPAF? The EPAF for Temporary Part-Time (TPT) is an electronic process allowing for paperless personnel.
Classroom User Training June 29, 2005 Presented by:
Lesson 31: Querying a Database. 2 Learning Objectives After studying this lesson, you will be able to:  Create, save, and run select queries  Design.
PeopleSoft Financials Basic Query Training Financial Information Systems and Reporting Controller’s Division.
Self Guided Tour for Query V8.4 Basic Features. 2 This Self Guided Tour is meant as a review only for Query V8.4 Basic Features and not as a substitute.
Project Implementation for COSC 5050 Distributed Database Applications Lab3.
McGraw-Hill Technology Education © 2004 by the McGraw-Hill Companies, Inc. All rights reserved. Office Access 2003 Lab 3 Analyzing Data and Creating Reports.
Database Queries. Queries Queries are questions used to retrieve information from a database. Contain criteria to specify the records and fields to be.
Microsoft Access 2010 Building and Using Queries.
Analyzing Data For Effective Decision Making Chapter 3.
® Microsoft Office 2010 Access Tutorial 3 Maintaining and Querying a Database.
Access 2013 Microsoft Access 2013 is a database application that is ideal for gathering and understanding data that’s been collected on just about anything.
Agency (BU) Query Manager Training State of Indiana Instructor: Lori Shapiro, ENTAP.
® Microsoft Office 2010 Access Tutorial 3 Maintaining and Querying a Database.
Concepts of Database Management Seventh Edition
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 23 Getting Started with Access Essentials 1 Morrison / Wells / Ruffolo.
CIS 250 Advanced Computer Applications Introduction to Access.
Robin Mullinix Systems Analyst GeorgiaFIRST Financials PeopleSoft Query: The Next Step.
Part II. Query Types On the design query table pane, right click and the cascading window will appear.
XP Chapter 3 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Analyzing Data For Effective Decision Making Chapter.
® Microsoft Office 2013 Access Creating a Database.
Intro to SQL Management Studio. Please Be Sure!! Make sure that your access is read only. If it isn’t, you have the potential to change data within your.
® Microsoft Access 2010 Tutorial 3 Maintaining and Querying a Database.
COMPREHENSIVE Access Tutorial 3 Maintaining and Querying a Database.
® Microsoft Office 2013 Access Maintaining and Querying a Database.
Pasewark & Pasewark 1 Access Lesson 3 Creating Queries Microsoft Office 2007: Introductory.
Database Applications – Microsoft Access Lesson 4 Working with Queries 36 Slides in Presentation.
McGraw-Hill/Irwin The O’Leary Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft Access 2002 Lab 3 Analyzing Tables and Creating.
Microsoft Office 2003: Advanced 1 ADVANCED MICROSOFT ACCESS Lesson 10 – Analyzing Data.
Access Chapter 5-Table Tricks, Advanced Queries and Custom Forms.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
Microsoft Access Database Creation and Management.
(SQL - Structured Query Language)
PeopleSoft Financials Advanced Query Training Financial Information Systems and Reporting Controller’s Division
MSOffice Access Microsoft® Office 2010: Illustrated Introductory 1 Part 2 ® Building Queries.
Lesson 4: Querying a Database. 2 Learning Objectives After studying this lesson, you will be able to:  Create, save, and run select queries  Set query.
Creating Advanced Queries and Enhancing Table Design.
COMPREHENSIVE Access Tutorial 1 Creating a Database.
Concepts of Database Management, Fifth Edition Chapter 3: The Relational Model 2: SQL.
PeopleSoft Financials Basic Query Training
Access Maintaining and Querying a Database
Building and Using Queries
PeopleSoft Financials Basic Query Training
Microsoft Official Academic Course, Access 2016
Structured Query Language
Access Tutorial 5 Creating Advanced Queries and Enhancing Table Design
Access Tutorial 5 Creating Advanced Queries and Enhancing Table Design
Tutorial 5 Advanced Queries and Enhanced Table Design
Presentation transcript:

PantherSoft Financials Queries Office of the Controller

Agenda Office of the Controller Information about Running an Existing Query Websites Resources UPK Call Center What Data are you looking for? Relational Databases Defined Example Finding the Data Finding the Existing Data/Data Table Navigation Demo Tables to Know

Resources for Query Help Training Manuals and Guides are on-line at: Call Financial Systems and Support Services Help Desk Office of the Controller

What are you looking for? Office of the Controller Table 1 Table 2 Table 3

A RELATIONAL DATABASE matches data by using common characteristics found within the data set. The resulting groups of data are organized, and are much easier for many people to understand. Office of the Controller Relational Database

Office of the Controller Relational Database Same Data Data you are looking for Table Key

Office of the Controller Table 1Table 2 What information do you want? INNER JOIN An INNER JOIN is the most common join operation used in applications and can be regarded as the default join-type. Inner join creates a new result table by combining column values of two or more tables based upon the join-predicate, otherwise known as the parameters that identify the information you are looking for. The query compares each row of Table 1 with each row of Table 2 to find all pairs of rows which satisfy the join- predicate.

SpeedType Key Table Department ID SiteFund Program Code Activity Nbr SAMPLE TABLES Office of the Controller Department ID TableEmployee ID Table Department ID Department Name Manager ID Employee ID Employee Name General Counsel Admin Jones, Jane Controller's Office Smith, John Summer Orientation Garcia, Jose Economics Department Thomas, Samuel Field Name

How do you want to view the information Visualize the order of the table. Organize the information the way it makes more sense to connect and easily read. Rename field names so they are clear to all who need to read the report by editing the Heading from PS to Text. If the field contains a code such as “Y” or “N” it may not be necessary to change the Translate Value field to a word, however if it is a “C” or “P” (cancel, close, complete, pending, processed or paid), you may wish to identify the code. Most if not all fields can be aggregated by Sum, Count, Minimum, Maximum or Average Draw the Picture… Then pull the information to fit your vision Office of the Controller

Dept IDActivity NbrSiteFund Program Code Department Name Manager IDEmployee Name General Counsel Admin Jones, Jane Controller's Office Smith, John Transfer & Transition Srvc Garcia, Jose Economics Department Thomas, Samuel New Table Results Office of the Controller

Looking for the Data Find where the data is stored in PantherSoft Know what data you would like to associate to the information you are looking for  Remember: The less you filter the more information you get back from the system Office of the Controller

Travel Authorization

Office of the Controller Find the Existing Data/Data Table Hit Shift-Control-’J’ on this page

Office of the Controller Ignore Find the Existing Data/Data Table

Office of the Controller Navigation

Office of the Controller Navigation

Office of the Controller Navigation – Records Tab AKA Table Name

Office of the Controller Navigation – Record Tab DEPT_ID

Identify the Data you wish to display and how you wish to display it View all the Fields first before you display them in any report Select the data you would like to associate to the information you are looking for Re-arrange the columns so that on the report they are easily read and associated to each other If necessary sort the data for chronology Office of the Controller

Navigation – Query Tab SAME DATA

Office of the Controller Navigation – Prompt Tab

Office of the Controller Navigation – Fields Tab

Office of the Controller Navigation – Field Editor

Office of the Controller Navigation – Field Ordering

Office of the Controller Navigation – Criteria Tab

Office of the Controller Navigation – Criteria Properties

Office of the Controller Navigation – SQL Logic Tab

Office of the Controller Navigation - Run

Office of the Controller Navigation - Results

Office of the Controller Navigation – Saving Query

Office of the Controller Navigation – Saving Query Save the Query as private until you are ready to make it public. When you are ready to publish this query for public use, contact the Financial Systems and Support Services Business Analysts at

Office of the Controller Advanced Features – Expressions Tab

Office of the Controller Advanced Features – Looking for a Value in a List No limit on the number of values you can enter No limit on the number of lists you can have in the query Limit on the number of values you can see at a time Limit on the run time of the query If you use the incorrect values, the query will bomb

Office of the Controller Advanced Features – Looking for a Value in a List

Office of the Controller Advanced Features – Looking for a Value in a List

Office of the Controller Advanced Features – Looking for a Value in a List

Office of the Controller Advanced Features – Looking for a Value in a List

Office of the Controller Advanced Features – Expressions Properties

Office of the Controller Advanced Features – Unions

Office of the Controller Advanced Features – Unions

Office of the Controller Advanced Features – Unions

Office of the Controller Advanced Features – Unions

SpeedType Key Table Department ID SiteFund Program Code Activity Nbr SAMPLE TABLES DEMO Office of the Controller Department ID TableEmployee ID Table Department ID Department Name Manager ID Employee ID Employee Name General Counsel Admin Jones, Jane Controller's Office Smith, John Summer Orientation Garcia, Jose DEPT_TBLPERSONAL_DATA SPEEDTYP_TBL Link these three tables to obtain a report.

New Table Results Office of the Controller Dept IDActivity NbrSiteFund Program Code Department Name Manager ID Employee Name General Counsel Admin Jones, Jane Controller's Office Smith, John Transfer & Transition Srvc Garcia, Jose

Office of the Controller Demo Look for all Tables containing: TRAVEL ACCOUNTS PAYABLE CREDIT CARD Table Contains TAUTHVCHRCARD Data Equals TA 46405V 13000USER

Office of the Controller

Demo R ecreate these Queries: Commodity Card: List all Card Holders, Dept/Activity and Names CC_CARD_DATA PERSONAL_DATA Travel: Is TA linked to ER? FIU_ASSOCIATED_TRAVELAUTH EX_TAUTH_HDR EX_SHEET_HDR Office of the Controller Accounts Payable: AP Vouchers not Posted FIU_FSSS_AP_VCHRS_NOTPOSTED VOUCHER

Questions ? Office of the Controller

Open Lab