Population Selection Tips

Slides:



Advertisements
Similar presentations
Implementing Fine Grained Access Control and Masking
Advertisements

Workflow Basics Tommy Parker Sr. Systems Analyst & Team Leader Mississippi State University 1 MBUG – September 17, 2012.
Exploring Microsoft Access
Concepts of Database Management Sixth Edition
Concepts of Database Management Seventh Edition
The University of Akron Dept of Business Technology Computer Information Systems The Relational Model: Query-By-Example (QBE) 2440: 180 Database Concepts.
Mary K. Olson PS Reporting Instance – Query Tool 101.
2 Copyright © 2010, Oracle and/or its affiliates. All rights reserved. Navigating in R12.x Oracle Applications.
MS Access: Database Concepts Instructor: Vicki Weidler.
TIPS AND TRICKS WITH POPSELS! NANCY LARSON FINANCIAL AID COORDINATOR FULLERTON COLLEGE
1 Insert, Update and Delete Queries. 2 Return to you Address Book database. Insert a record.
Concepts of Database Management, Fifth Edition
Chapter 2 Basic SQL SELECT Statements
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.
1 MySQL and phpMyAdmin. 2 Navigate to and log on (username: pmadmin)
Exam Review – Queries & MORE! Access SimNet Exam Access Case Exam Final Exam.
Lakisha Sanders Assistant Vice President of Financial Aid
Mr. Justin “JET” Turner CSCI 3000 – Fall 2015 CRN Section A – TR 9:30-10:45 CRN – Section B – TR 5:30-6:45.
PHP meets MySQL.
McGraw-Hill Technology Education © 2004 by the McGraw-Hill Companies, Inc. All rights reserved. Office Access 2003 Lab 3 Analyzing Data and Creating Reports.
MAIL MERGING IN MICROSOFT PUBLISHER CREATING LABELS AND DOCUMENTS FOR MULTIPLE PEOPLE AT ONCE.
Concepts of Database Management Seventh Edition
Concepts of Database Management Seventh Edition
MS Access. Access is a DBMS/RDMS DBMS = Database Management System RDMS = Relational Database Management System.
TIPS AND TRICKS WITH POPSELS!
Microsoft Office 2003: Advanced 1 ADVANCED MICROSOFT ACCESS Lesson 10 – Analyzing Data.
IUIE Admissions Reports Digging Deeper University Graduate School.
POPULATION SELECTION CONCEPT People in Database Selection Rules or Criteria Selected Population of Individuals who Satisfy Rules.
FAA Access to CPS Online for EDExpress Users - Hands-on Ginger Klock Eric Smith Session 5.
A table is a set of data elements (values) that is organized using a model of vertical columns (which are identified by their name) and horizontal rows.
Filters, Queries and Reports. Filters Limit the data, creating a dataset, or partial view of the whole database Single use – filters do not save with.
When you open Access you can open or import an existing.csv file. Check that it recognises that the fields are separated by commas.
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
1 Section 1 - Introduction to SQL u SQL is an abbreviation for Structured Query Language. u It is generally pronounced “Sequel” u SQL is a unified language.
Advanced Informer Features
FAST STUDENT Your Chance to Learn!. FAST STUDENT Your Chance to Learn!
Prepared By: Bobby Wan Microsoft Access Prepared By: Bobby Wan
Working with Data Blocks and Frames
Microsoft Office Access 2010 Lab 3
Advantages of sas for reporting
MBUG 2016 Session Title: Banner Advancement Basic
CIS 336 AID Your Dreams Our Mission/cis336aid.com
Fundamentals of Database
A Guide to SQL, Seventh Edition
GO! with Microsoft Office 2016
MBUG 2016 Session Title: Finance Self-Service
CIS 336 Slingshot Academy / cis336study.com
Basic Population Selections
GO! with Microsoft Access 2016
Terri Tommasone & Diana Abinader
CIS 336 str Competitive Success/snaptutorial.com
CIS 336 str Education for Service- -snaptutorial.com.
CIS 336 str Teaching Effectively-- snaptutorial.com.
IVend Retail 6.5 Dashboard Designer.
Generating & Printing Work Orders
Uploading Data into WEST
Sirena Hardy HRMS Trainer
Databases Computer Technology.
MBUG 2018 Session Title: How to Set Up Automated State Aid Load Processing Using Microsoft Access and Banner Presented By: Rosiland Ashford Institution:
MBUG 2017 Session Title: Preventing/Correcting Multiple Records
Manipulating and Sharing Data in a Database
Databases Computer Technology.
Comparative Reporting & Analysis (CR&A)
Spreadsheets, Modelling & Databases
Chapter 8 Advanced SQL.
Problem Statement and Significance
Creating a simple query in the Design View
Microsoft Access Date.
Reports Report builder meets the challenge by making it easy to design, publish, and distribute professional, production-quality reports in a variety of.
Pearl River Community College
Presentation transcript:

Population Selection Tips Diane Garvin Itawamba Community College dlgarvin@iccms.edu Phone 662-862-8106 MBUG 2005

Most Important Tip – Know Your Data Know the data fields, business policies and practices of the college. Example: If you want to find the number of female applicants, you need to know How an applicant is entered in Banner? How a person’s gender is entered in Banner? It takes time and experience to gain knowledge of the system. MBUG 2005

POPULATION SELECTION CONCEPT People in Database Selection Rules or Criteria Selected Population of Individuals who Satisfy Rules

THE SELECTED POPULATION May be used in letter generation. May be used in some Banner reports. Example: Student schedules May be used for “simple” reports. MBUG 2005

Examples General Person Recruiting Academic History Find the number of (or get a list of) person records with missing birth dates. Recruiting Find the number of (or get a list of) recruits from a particular high school. Academic History Find the number of students graduating with honors. MBUG 2005

Admissions Location Management General Student Accounts Receivable Find the number of applicants of a particular gender or ethnicity. Location Management Find the number of students requesting housing in a particular dormitory. General Student Find the number of students in a particular major. Accounts Receivable Find the number of students who have been charged a parking fine. MBUG 2005

Interactive Help Normally, a table corresponds to a block of a Banner form. Use Dynamic Help from the Banner form Put cursor on the data item Select Help, then Dynamic Help Query Field name is the column name MBUG 2005

Visualizing a Table Think of a table as a grid having rows and columns–similar to a spreadsheet. Each row of the grid corresponds to a record. Each column of the grid corresponds to a field in the record. MBUG 2005

A Simplified View of SPBPERS MBUG 2005

GLRSLCT MBUG 2005

Select Population Selection uses the SQL select statement. In a population selection you can select only PIDMs. (A Personal IDentification Master is an internal identification number that is created when person and non-person records are entered on SPAIDEN.) MBUG 2005

From The From clause indicates which table in the database contains the information being used in the selection. The From clause must include the table used in the Select clause. The From clause also must include any other table(s) involved in the Where clause. MBUG 2005

GLRSLCT MBUG 2005

Simple Steps GLRSCLT – complete and save the form. GLBDATA – Run through job submission. View results on GLIEXTR. Can be used in any job that has the population selection variables. MBUG 2005

GLIEXTR MBUG 2005

Dates are Funny Date columns have date AND time so you can’t select a date with ‘=‘. Use ‘>=‘ or ‘<=‘. MBUG 2005

Rules – In Takes the place of multiple OR rules. Enclose list of values with (). Separate with “,”. MBUG 2005

Rules – Like Wild card is required. MBUG 2005

Copy Population Selection On the second page of GLRSLCT. Can copy to a different application. MBUG 2005

Summary The most important tip is KNOW YOUR DATA The second most important is CHECK YOUR RESULTS The best way to learn is to do. Try some for yourself MBUG 2005