John W. Ingram Strategies for the Practice of Institutional Research NEAIR Annual Conference December 5, 2011.

Slides:



Advertisements
Similar presentations
Pennsylvania Banner Users Group 2008 Fall Conference IUP Enrollment Management Solutions Jeff Montgomery.
Advertisements

Online Tenant Request System Reliable and accurate, the IMPAK online tenant request system significantly reduces telephone time and paperwork.
Chapter 4 Joining Multiple Tables
Migration From Mainframe to SAS Enterprise Guide Reporting Migration From Mainframe to SAS Enterprise Guide Reporting A New Retention Process in IR Office.
Introduction to Programming using Matlab Session 2 P DuffourJan 2008.
One Report, Two Data Sources Reporting from Unidata and SQL Server in a single report PRESENTER: Jared Carter| | October 11, 2010.
Database management system (DBMS)  a DBMS allows users and other software to store and retrieve data in a structured way  controls the organization,
Tracking Our Students with National Student Clearinghouse StudentTracker Data Presented by: Sandy Naumann Jennifer Li Kent McShan TAIR 30 th Annual Conference.
Intelligent Information Retrieval CS 336 –Lecture 2: Query Language Xiaoyan Li Spring 2006 Modified from Lisa Ballesteros’s slides.
NEAIR November 2005 The Role of IR in Supporting the Accreditation Process: A Chair’s Perspective Dr. Barbara R. Sadowski Chief Planning Officer Marywood.
Manager Desktop & Supervisor ID UL Meeting December 15, 2006.
Microsoft Access Exporting Access Data and Mail Merging.
Carleton’s Data Warehouse Shedding light on our information.
Inner join, self join and Outer join Sen Zhang. Joining data together is one of the most significant strengths of a relational database. A join is a query.
CGS 1000 Introduction to Computers and Technology.
Chapter 3 Application Software.
Lesson 4 MICROSOFT EXCEL PART 1 by Nguyễn Thanh Tùng Web:
Overview of Features and Reports Version 2.0 Send inquiries to:
Mid-America Association for Institutional Research Annual Conference November 2008 The Role of IR in Decision Making: Moving Beyond the Numbers.
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.
Presented by: Samantha Prince M.S. Technology Specialist.
First Screen : First window form will always remain open, for the user to select menu options. 1.
Simple Database.
Creating Context definitions for your own data.  RUN CONTEXT/TOOLS ◦ Application ◦ Application Data File ◦ Master File Record ◦ Context Definition.
DEPARTMENT OF HEALTH CARE SERVICES Audits & Investigations – Financial Audits Branch Presented by: Gary Diffenderffer, CIA Health Program Audit Manager.
Advanced Word Microsoft Word Overview Teaching Advanced Topics Chart, Word Art, Pictures Advanced Mail merge Advanced Find and Replace Outline Views.
An introduction for Data Reporters. College Credit Plus Replaces PSEO Replaces dual enrollment.
Understand Computer Fundamentals Unit Objective: 2.01B Computer Software.
Web Accessibility and Higher Education Presented by: Mr. B., Assistive Technology Specialist Ms. H., Assistant Director, Compliance and Disability Services.
Databases Topic 4 Text Materials Chapter 3 – Databases and Data Warehouses.
MS3304: Week 7 Talking to Databases: SQL Basics. Overview Connecting to a database Querying a database Basic SQL syntax for mySQL Writing simple and complex.
Relational Databases (MS Access)
Relational Databases Database Driven Applications Retrieving Data Changing Data Analysing Data What is a DBMS An application that holds the data manages.
Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
DEPARTMENT OF HEALTH CARE SERVICES Audits & Investigations – Financial Audits Branch.
DEPARTMENT OF HEALTH CARE SERVICES
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.
What did we learn from our onion root tip investigation?
Access Review. Access Access is a database application A database is a collection of records and files organized for a particular purpose Access supports.
Online Data Publishing for Institutional Analysis Using SPSS Smartviewer Institutional Analysis Linda Brunson, M.A. Institutional.
Assessing Core Values Los Angeles Harbor College.
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Summer 2007.
ACIS Introduction to Data Analytics & Business Intelligence Ad-hoc Reporting Query Basics.
1 Database Design and Development: A Visual Approach © 2006 Prentice Hall Chapter 6 DATABASE DESIGN AND DEVELOPMENT: A VISUAL APPROACH Chapter 6 Creating.
Planning & Creating a Database By Ms. Naira Microsoft Access.
John Ykema, Director of Sales & Marketing. Agenda  Understanding the NEW Tool  Table JOINS & Database Views  Building your first report  Charts and.
(SQL - Structured Query Language)
Welcome CSV Imports Elizabeth Osika Associate Professor and Campus Administrator
Mother’s Day Cake Best Sale Nan-Tai Branch Shop Manager: Vickey Vice-Shop Manager: Peggy.
ITA The biggest game in town Created by S WalkerdenImages and music from Microsoft Clipart.
Database to HTML and Back again A programmers tale.
Definition, purposes/functions, elements of IR systems Lesson 1.
FAME : Financial Analysis Made Easy December 2012 FAME: Financial Analysis Made Easy From Bureau Van Dijk (BvD) Contact for SSU Students and Staff for.
Creating a Database Microsoft Access.
Inequalities and their Graphs
Inequalities and their Graphs
1-5 Equations Goals: Solve equations with one variable
TU170 Learning online and computing with confidence
Quarterly Training Meeting
EVOLUTION FROM EXCEL PIVOT TABLES TO
Inequalities and their Graphs
Beautiful PROC CONTENTS Output Using the ODS Excel Destination
What is an equation? An equation is a mathematical statement that two expressions are equal. For example, = 7 is an equation. Note: An equation.
Computer Fundamentals
Web Accessibility and Higher Education
Microcomputer Applications
Compound Conditionals
Executive Admin Assistant
Executive Admin Assistant
Presentation transcript:

John W. Ingram Strategies for the Practice of Institutional Research NEAIR Annual Conference December 5, 2011

 Instructional video online, learn at your own pace  No need to reinterpret your notes from today’s presentation  Sign up for free: IR Shop Talk blog

 Introduction  Action plan  Standard production reporting (SPR)  IPEDS Fall Enrollment  Data challenges  Data solutions  Q&A

 How many completed the Fall IPEDS report?  What data sources do you use?  How many reports, spreadsheets, documents are needed?  Compliance reporting frustration?

 Goal: Spend more time on priority projects (less time on routine data requests)  Solution: Develop a library of standard production reports (SPRs)  Challenge: Difference between data format and report format is vast

 Develop a plan for a long term reporting solution  Keep it simple and build upon your successes  Build the report to match the format of the data request

 Production or Warehouse Data  Banner, Datatel, Homegrown, Other  Excel, PeopleSoft, Cognos, Other

<>

 Report matching the format of the report (Fall IPEDS)  Efficient/automated  Build report using data from any source

 Header categories based on enrollment  Column Categories based on Race/Ethnicity  Challenges with the data?

 Case Statements  Crosswalk files

 Its purpose is to allow the value of a variable or expression to control the flow of program execution via a mulitway branch.  Basically an “if, then” statement.  “Switch” statement is easiest to use

Field 4: “Apple Pie and Ice Cream” *Only of Field 1 is equal to Apple Pie

Field 4: If [Field 1] is equal to “Apple Pie” then “Apple Pie and Ice Cream” if not, then “nothing”

Field 4: Switch ([Field1] = “Apple Pie”, “Apple Pie and Ice Cream”, Null)

 Use system data to create your own user defined fields  Key to building the IPEDS report in MS Access

 Build switch statements our sample database  Build crosswalk tables  Learn in MS Access

 Sign up: Access to IR Shop Talk Blog  Discussion and video of how to build the standard production report for IPEDS  Q&A