Accessing IPUMS Decennial, ACS, and March CPS Microdata Using PDQ-Explore

Size: px
Start display at page:

Download "Accessing IPUMS Decennial, ACS, and March CPS Microdata Using PDQ-Explore"

Transcription

1 Accessing IPUMS Decennial, ACS, and March CPS Microdata Using PDQ-Explore To install the PDQ-Explore software and related files on a Windows-based PC, copy the PDQ folder on the USB Flash Drive to C:\Program Files. The PC should then have a C:\Program Files\PDQ folder that contains all of the files and folders that are in the PDQ folder on the Flash Drive. Create a desktop shortcut to the explore.exe file in the C:\Program Files\PDQ folder. The explore.ini file in the C:\Program Files\PDQ folder has two lines that reference the Flash Drive as Drive E: for use on the laboratory machines. These lines need to be edited to reference the C:\Program Files\PDQ folder rather than E:\PDQ. Use Word, Notepad, edit, or other text editor to remove the comment (#) ahead of those lines in the file and insert a comment ahead of each of the two e:\pdq lines. Then save the file back to its original location in C:\Program Files\PDQ. After editing, the affected section of the file should look like this:... [pdqexplore] server=pdq.psc.isr.umich.edu # startupdirectory=e:\pdq startupdirectory=c:\program Files\pdq # initialworkspacedirectory=e:\pdq initialworkspacedirectory=c:\program Files\pdq showsetuponresult=1 To start PDQ-Explore, double-click on the PDQ-Explore icon on the desktop to open the interface. The server should point to: pdq.psc.isr.umich.edu No Subscriber Name or Password needs to be entered to access the PDQ server. The PDQ-Explore client runs on Windows-based PCs. It requires an active connection to the Internet. Note that some highly secure firewalls may block access to our servers.. Queries are constructed using the GUI and then executed by sending the query to one of our Ann Arbor servers. The server for the Census Data Boot Camp is: pdq.psc.isr.umich.edu afa Census Data Boot Camp October 28, /8

2 Continue with the PDQ-Explore startup sequence and then select the default Open an Existing Workspace option in the Welcome to PDQ-Explore window. Then select BootCamp from the list of workspaces presented. The BootCamp workspace contains the saved PDQ-Explore examples from the various seeded-scenarios that have been presented. PDQ-Explore offers easy, intuitive, and fast interactive access to a variety of large microdata files. These include recent Census Public Use Microdata Samples (PUMS) and concatenated versions of the University of Minnesota Population Center s Integrated Public Use Microdata Series (IPUMS) decennial census, American Community Survey (ACS), and March Current Population Survey (CPS) files. These latter files allow tabulations and summary statistics to be run interactively on census microdata covering decennial censuses from 1850 through 2000 along with the ACS microdata and March CPS data. The larger of these data sets includes more than 145 million housing and person records spanning 1850 through Late in 2009, the 2008 ACS data will be added to the concatenated file of 1850 to 2007 data.. To access the latest IPUMS files, contact afa@pdq.com and request the updated codebooks for those files. These can be ed to you as attachments that should be copied to the same folder/directory where PDQ-Explore is installed (typically C:\Program Files\PDQ). They can then be added to an existing or new workspace as described in the help notes. The Quick Start and a number of documentation files accessible from within the GUI will help you become familiar with PDQ-Explore. Queries are set up by entering the names of data items, variables, and expressions in the Row, Column, Foreach, and 4 dimensions of the desired tabulation or summary statistics or quantiles. The attached pages on Filling in the Blanks describe the structure and syntax for the entries. PDQ-Explore offers convenient access to basic information about the data items, variables, and their codes for each data set. Complete documentation for the IPUMS data sets is available at and PDQ-Explore has powerful recoding capabilities. These permit complex operations such as matching husbands to wives or children to parents. They may be executed efficiently. Custom item files for the IPUMS and PUMS data are included in the PDQ folders ipacs08.pdqcustomitems and ipcps09.pdqcustomitems, for example. The items in those files can serve as examples and as starting points for creating additional recodes and data transformations. Please contact Albert Anderson (afa@pdq.com) with any questions or problems related to the use of PDQ-Explore and the data. afa Census Data Boot Camp October 28, /8

3 The client interface and access to the PDQ servers is free for not-for-profit use. For commercial use, please contact Albert Anderson at Public Data Queries, Inc. Sources and some of the data sets available follow. The attached pages introduce the use of expressions with PDQ-Explore. Sources: Census Bureau: IPUMS: usa.ipums.org/usa cps.ipums.org/cps Public Data Queries, Inc.: Selected Data: acs_ acs20057 pums_ _1 and 5 pct ipacs08 ipcps09 (acs_2006, for example) ( Three-Year ACS Data Set) (pums_2000_5pct, for example) (Concatenated Decennial and ACS Data) (Concatenated March CPS Data) See the ipums.org website for documentation on the variables in the ipacs08 and ipcps09 data sets. The PDQ-Explore names for the IPUMS variables and items conform in general to the IPUMS names for the variables. The PDQ-Explore interface is not case-sensitive. Item, variable, and custom item names may be entered in upper, lower, or mixed case. Please cite the IPUMS project at the University of Minnesota Population Center and PDQ- Explore at the University of Michigan Population Studies Center as the sources for analyses and reports that use these data. afa Census Data Boot Camp October 28, /8

4 Filling in the Blanks Notes on Expressions PDQ-Explore 10/28/09 Entries may be typed directly into the expression boxes for the specification of universe or selection criteria, row, column, and for dimensions, weights, and entries for summary statistics and quantiles. Items may be dragged from the workspace window to the expression boxes and dropped, or hot keys may be used to enter highlighted entries in the workspace window for row ( 1 or r ), column ( 2 or c ), and for ( 3 or f ). Items may also be selected from the drop-down lists at the right of the expression entry boxes. The entries in the PDQ-Explore setups are often simply the names of individual items such as sex, race, or age. However, items are just the simplest form of the general expressions that can be entered. An expression typically is made up of one or more item names linked by arithmetic and/or logical operations: plus (+), minus (-), divide (/), equal (=), and (&), or ( ), etc. The full list of PDQ- Operations is given in the table on the next page along with the level of precedence for each. The illustrations in this document are based on the Public Use Microdata Samples (PUMS) from the 2000 Census. Expressions may be simple or complex. A simple expression may be used to collapse age to a more manageable number of categories, for example: age/10 or wage and salary income to $1,000 intervals: incws/1000 Complex expressions may be used to allow a characteristic of a married person to be related to a characteristic of the spouse or a characteristic of a child to be related to a characteristic of a father or mother. See the recodes under the heading "PDQ Custom Items" for the % PUMS in the PDQ-Explore Workspace window to see a variety of examples of expressions along with the assignment of identifying names to the new categories generated by the expressions. Operations with higher levels of precedence are executed before lower levels unless parentheses are used to control the order of execution. When parentheses are used, execution occurs within the innermost parentheses first. Consider the following example where the logical AND would be executed before the logical OR were it not for the parentheses: state=26 & (age<18 age>=65) The OR within the parentheses is executed first to select persons less than 18 years of age or older than 65. The result (TRUE or FALSE) is then combined with the result of state=26 (Michigan) through the AND. The result will be TRUE if the person is from Michigan and age is either less than 18 or greater than 65. Otherwise, the result will be FALSE. If the parentheses were not present, all persons older than 65 would be included as TRUE in the result along with persons under age 18 who resided in Michigan--probably not the intended result. As illustrated above, expressions are often used to define the universe of interest for a specific query. The universe might consist of persons in the labor force, children, women of child-bearing afa Census Data Boot Camp October 28, /8

5 age, retirees, the physically disabled, persons with income greater than $50,000, married couples where the wife earns more than the husband, married couple households with children where the husband works at home and the wife works away from the home, or any similar part of the population that is of interest. Note that expressions can include recodes and transformations as well as items. PDQ-Explore Arithmetic and Logical Operators Precedence Level Operator Name Example/Comment 9 X:a..b range age: unary + plus sex=+1 (never needed) 8 unary - minus incse<= * multiply 0.87*inctot 7 / divide hinc/persons 7 % modulo subsample% add incws+incse 6 - subtract hinc-inctot 5 < less than age<65 5 > greater than age>64 5 <= less than or equal age<=65 5 >= greater than or equal age>=65 4 = or == equal age=23 4!= or <> not equal incse!=0 3 & or && and race1=2 & lookwrk=1 2 ^ exclusive or bit-wise--use with care 1 or or age<18 age>=65 Note that the or ( ) and not equal operator (!) are different. Logical TRUE evaluates as a numeric 1; logical FALSE evaluates as 0 in numeric expressions. All non-zero numeric values are TRUE in logical expressions. Use parentheses freely to control the order of execution of operations, especially if the effect of precedence is not obvious. A common error is to omit a required left or right parenthesis. The range operator specifies the range of values that are to be included in a query and displayed in the results. For example, the tabulation of age: as the row axis will give counts for each age from 15 through 44. The range occasionally needs to be specified in this manner for recodes and more complex expressions where the PDQ-Explore software cannot reliably determine the range of results. This is especially true for the intrinsic functions described below. Four intrinsic functions, $sum, $min, $max, and $pick, are available that loop through the records in a hierarchy and return the sum, minimum, maximum, or selected values, respectively, of the argument, which is typically an arithmetic or logical expression. In the simplest case, sum returns the count of the number of persons in the housing unit with a given trait. For example: sum(age<18) returns the number of persons under age 18 in the housing unit; min(age) returns the age of the youngest person in the housing unit; and max(educ) returns the level of education for the most highly educated person in the housing unit. The pick function has the structure pick(expression,item). The function returns the value of the item for the first record within a lower hierarchy for which the expression is true. For example, for the 2000 PUMS, pick(relate=2,age) will return the age of the spouse of the head, if present. A afa Census Data Boot Camp October 28, /8

6 value one less than the lowest coded value for the item is returned if the expression is false, -1 or not picked in the case of age of spouse. In a more complex example, pick used in combination with such items as relationship, marital status, sex, and subfamily membership can allow characteristics of husbands for married-spousepresent women to be identified. PDQ-Explore custom item expressions can also be defined to include parameters that are to be assigned when the expression is used. See for example the PDQ-Explore custom items husband and wife. The arithmetic functions listed below perform numeric transformations on item values or expressions. PDQ-Explore Functions Function Result $abs(exp) Absolute value $ceil(exp) Round up $floor(exp) Round down $log(exp) Log base e $log10(exp) Log base 10 $pow(exp1,exp2) Exp1 raised to exp2 power $rint(exp) Round to nearest integer $sqrt(exp) Square root $sin(exp) Sine $cos(exp) Cosine $tan(exp) Tangent $asin(exp) Arcsine $acos(exp) Arccosine $atan(exp) Arctangent Selections should be used to eliminate sources of computational errors when results are not defined for specific values, such as 0 in the case of division or 0 and negative numbers in the case of logarithms. In addition to the above functions, a case statement is available to map a sequence of expressions to results: case(exp1,rslt1,exp2,rslt2,exp3,rslt3,...,default result) For example, case(race1=1,1,race1=2,2,(race1>=3 & race1<=7),3,4) will recode the item race1 to four categories: 1 1, 2 2, 3-7 3, and any other values to 4. Examples of expressions: select: sex=2 & age>=15 & age<=49 select: age>=15 & age<=65 & (occcen5=210 occcen5=306) row: age: row: age>=15 & age<=25 describe: log(inctot) Note that the two row examples do not yield the same results: age: will display one row for each single year of age in the range; age>=15 & age<=25 will display False and True rows for those cases outside and those within the year range, respectively. afa Census Data Boot Camp October 28, /8

7 PDQ-Explore numeric functions generally return floating-point results. Once a floating-point value is encountered in an expression, further calculations are carried out in floating-point. Floating-point calculations can also be coerced by using decimal values in expressions; multiplying by 1.0, for example. Floating-point values are truncated to integer values at the point where they are used as indexes in tabulations. Note also that the range of tabulations is automatically extended to include two additional categories: All those below the default or defined range (<<<<<<) and all those above the default or defined range (>>>>>>). These extended categories may be displayed and included in totals and percentages or neither displayed nor included in totals and percentages subject to the setting of Suppress Above/Below under the Option tab on the Results window PDQ-Explore works very well for generating simple and multi-way tabulations, summary statistics (means and standard deviations), and quantiles of any order. Correlations may also be calculated and data extracts generated. These are not well-implemented in the current version of PDQ- Explore GUI. The IPUMS extraction routines work very well for generating extracts from their data sets. Please feel free to contact Albert Anderson (afa@pdq.com) for help with PDQ-Explore. Manipulating and Displaying Results The Options tab in the Results window offers options for displaying the results of tabulations and summary statistics in a variety of ways. These are generally self-explanatory. Experiment freely with these. Only the Suppress Zeros option is likely to cause difficulties if suppression is removed on a result that has hundreds, thousands, or millions of zero rows. By default the suppression of the display of rows, columns, or the other axes that contain only zero entries is set on. The results of tabulations may be sorted by column or row by clicking on the corresponding column or row heading. The sorts cycle from descending (high to low) through ascending and back to the original orders. Do not sort on a row or column after sorting on the other axis the results can be unpredictable or difficult to interpret. Return to the original order before changing the sort axis. Means may be sorted using the Sort option under the Options tab when using Summary Statistics. The result axes may be pivoted by using the options available to the right of the Dimension display that is above the tabular results. Experiment with restructuring the table. The FOREACH option along with resizing of the display can simplify the browsing of results. Also, duplicating a setup can facilitate comparisons. PDQ-Explore can generate results with far more rows and columns than can be reasonably displayed. Use care when defining potentially huge results. The Total number of cells in result in the setup window gives some indication of the size of the resulting array to be returned. Green, pink, and red shades reflect the magnitude of the results. Tabulating statefip by occ1990, for example, has the potential to generate a table with more than 100,000 cells, but this is a reasonable tabulation as indicated by the pink shade. Adding sex as a third dimension pushes the number of cells over 400,000 and the cell count turns red. This query can still be handled fairly easily, although the results may be displayed slowly on some machines. If the return and display of results takes more than a minute, the query may be too large and the query should be aborted. afa Census Data Boot Camp October 28, /8

8 Citation and Use of IPUMS-USA All persons are granted a limited license to use this data and the accompanying documentation, subject to the following conditions: No fee may be charged for its use. Publications and research reports based on the database must cite it appropriately. The citation is as follows: Steven Ruggles, Matthew Sobek, Trent Alexander, Catherine A. Fitch, Ronald Goeken, Patricia Kelly Hall, Miriam King, and Chad Ronnander. Integrated Public Use Microdata Series: Version 4.0 [Machine-readable database]. Minneapolis, MN: Minnesota Population Center [producer and distributor], If possible, citations should also include the URL for the IPUMS site: In addition, we request that users report any publications, research reports, or educational material using the data or documentation. Citations should be added to the IPUMS bibliography here. Citation and Use of the IPUMS-CPS All persons are granted a limited license to use this data and the accompanying documentation, subject to the following conditions: No fee may be charged for its use. Publications and research reports based on the IPUMS-CPS database must cite it appropriately. The citation is as follows: Miriam King, Steven Ruggles, Trent Alexander, Donna Leicach, and Matthew Sobek. Integrated Public Use Microdata Series, Current Population Survey: Version 2.0. [Machine-readable database]. Minneapolis, MN: Minnesota Population Center [producer and distributor], If possible, citations should also include the URL for the IPUMS-CPS site: We request that IPUMS-CPS users report any publications, research reports, or educational material using the data or documentation. Citations should be added to the IPUMS bibliograpy or sent to ipums@pop.umn.edu. afa Census Data Boot Camp October 28, /8

This data brief is the second in a series that profiles children

This data brief is the second in a series that profiles children Children of Immigrants Family Parental Characteristics Brief No. 2 THE URBAN INSTITUTE Ajay Chaudry Karina Fortuny This data brief is the second in a series that profiles children of immigrants using up-to-date

More information

The U.S. Nursing Workforce: Technical Documentation

The U.S. Nursing Workforce: Technical Documentation The U.S. Nursing Workforce: Technical Documentation Health Resources and Services Administration Bureau of Health Professions National Center for Health Workforce Analysis Table of Contents Data Sources

More information

SOME EXCEL FORMULAS AND FUNCTIONS

SOME EXCEL FORMULAS AND FUNCTIONS SOME EXCEL FORMULAS AND FUNCTIONS About calculation operators Operators specify the type of calculation that you want to perform on the elements of a formula. Microsoft Excel includes four different types

More information

Participant Guide RP301: Ad Hoc Business Intelligence Reporting

Participant Guide RP301: Ad Hoc Business Intelligence Reporting RP301: Ad Hoc Business Intelligence Reporting State of Kansas As of April 28, 2010 Final TABLE OF CONTENTS Course Overview... 4 Course Objectives... 4 Agenda... 4 Lesson 1: Reviewing the Data Warehouse...

More information

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide Open Crystal Reports From the Windows Start menu choose Programs and then Crystal Reports. Creating a Blank Report Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick

More information

Lab 9 Access PreLab Copy the prelab folder, Lab09 PreLab9_Access_intro

Lab 9 Access PreLab Copy the prelab folder, Lab09 PreLab9_Access_intro Lab 9 Access PreLab Copy the prelab folder, Lab09 PreLab9_Access_intro, to your M: drive. To do the second part of the prelab, you will need to have available a database from that folder. Creating a new

More information

InfiniteInsight 6.5 sp4

InfiniteInsight 6.5 sp4 End User Documentation Document Version: 1.0 2013-11-19 CUSTOMER InfiniteInsight 6.5 sp4 Toolkit User Guide Table of Contents Table of Contents About this Document 3 Common Steps 4 Selecting a Data Set...

More information

Microsoft Excel 2010 Part 3: Advanced Excel

Microsoft Excel 2010 Part 3: Advanced Excel CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 3: Advanced Excel Winter 2015, Version 1.0 Table of Contents Introduction...2 Sorting Data...2 Sorting

More information

REUTERS/TIM WIMBORNE SCHOLARONE MANUSCRIPTS COGNOS REPORTS

REUTERS/TIM WIMBORNE SCHOLARONE MANUSCRIPTS COGNOS REPORTS REUTERS/TIM WIMBORNE SCHOLARONE MANUSCRIPTS COGNOS REPORTS 28-APRIL-2015 TABLE OF CONTENTS Select an item in the table of contents to go to that topic in the document. USE GET HELP NOW & FAQS... 1 SYSTEM

More information

Language Deficiency and the Occupational Attainment of Mexican. Immigrants. Elizabeth Planas

Language Deficiency and the Occupational Attainment of Mexican. Immigrants. Elizabeth Planas I. INTRODUCTION Language Deficiency and the Occupational Attainment of Mexican number of Mexican Immigrants in the United States labor force nearly doubled The between 1990 and 2000, increasing from 2.6

More information

By How Much Does a College Degree Affect Earnings?

By How Much Does a College Degree Affect Earnings? By How Much Does a College Degree Affect Earnings? Jennifer Lewis * ABSTRACT. The purpose of this research is to understand how a college degree will affect an individual s earnings. I use data from the

More information

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide Decision Support AITS University Administration Web Intelligence Rich Client 4.1 User Guide 2 P age Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence

More information

Web Intelligence User Guide

Web Intelligence User Guide Web Intelligence User Guide Office of Financial Management - Enterprise Reporting Services 4/11/2011 Table of Contents Chapter 1 - Overview... 1 Purpose... 1 Chapter 2 Logon Procedure... 3 Web Intelligence

More information

ORACLE BUSINESS INTELLIGENCE WORKSHOP

ORACLE BUSINESS INTELLIGENCE WORKSHOP ORACLE BUSINESS INTELLIGENCE WORKSHOP Creating Interactive Dashboards and Using Oracle Business Intelligence Answers Purpose This tutorial shows you how to build, format, and customize Oracle Business

More information

Hands-on Exercise Using DataFerrett American Community Survey Public Use Microdata Sample (PUMS)

Hands-on Exercise Using DataFerrett American Community Survey Public Use Microdata Sample (PUMS) Hands-on Exercise Using DataFerrett American Community Survey Public Use Microdata Sample (PUMS) U.S. Census Bureau Michael Burns (425) 495-3234 DataFerrett Help http://dataferrett.census.gov/ 1-866-437-0171

More information

Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve.

Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve. Quick Start Guide DocuSign Retrieve 3.2.2 Published April 2015 Overview DocuSign Retrieve is a windows-based tool that "retrieves" envelopes, documents, and data from DocuSign for use in external systems.

More information

OECD.Stat Web Browser User Guide

OECD.Stat Web Browser User Guide OECD.Stat Web Browser User Guide May 2013 May 2013 1 p.10 Search by keyword across themes and datasets p.31 View and save combined queries p.11 Customise dimensions: select variables, change table layout;

More information

Document Management User Guide

Document Management User Guide IBM TRIRIGA Version 10.3.2 Document Management User Guide Copyright IBM Corp. 2011 i Note Before using this information and the product it supports, read the information in Notices on page 37. This edition

More information

Designing and Implementing Forms 34

Designing and Implementing Forms 34 C H A P T E R 34 Designing and Implementing Forms 34 You can add forms to your site to collect information from site visitors; for example, to survey potential customers, conduct credit-card transactions,

More information

Social Security: Vital to Retirement Security for 35 Million Women and Men

Social Security: Vital to Retirement Security for 35 Million Women and Men IWPR Publication #D487 March 2010 Social Security: Vital to Retirement Security for 35 Million Women and Men Jeff Hayes, Heidi Hartmann, and Sunhwa Lee This Briefing Paper examines major sources of income

More information

HRS 750: UDW+ Ad Hoc Reports Training 2015 Version 1.1

HRS 750: UDW+ Ad Hoc Reports Training 2015 Version 1.1 HRS 750: UDW+ Ad Hoc Reports Training 2015 Version 1.1 Program Services Office & Decision Support Group Table of Contents Create New Analysis... 4 Criteria Tab... 5 Key Fact (Measurement) and Dimension

More information

Retrieving Data Using the SQL SELECT Statement. Copyright 2006, Oracle. All rights reserved.

Retrieving Data Using the SQL SELECT Statement. Copyright 2006, Oracle. All rights reserved. Retrieving Data Using the SQL SELECT Statement Objectives After completing this lesson, you should be able to do the following: List the capabilities of SQL SELECT statements Execute a basic SELECT statement

More information

MICROSOFT ACCESS STEP BY STEP GUIDE

MICROSOFT ACCESS STEP BY STEP GUIDE IGCSE ICT SECTION 11 DATA MANIPULATION MICROSOFT ACCESS STEP BY STEP GUIDE Mark Nicholls ICT Lounge P a g e 1 Contents Task 35 details Page 3 Opening a new Database. Page 4 Importing.csv file into the

More information

Advanced BIAR Participant Guide

Advanced BIAR Participant Guide State & Local Government Solutions Medicaid Information Technology System (MITS) Advanced BIAR Participant Guide October 28, 2010 HP Enterprise Services Suite 100 50 West Town Street Columbus, OH 43215

More information

Access Queries (Office 2003)

Access Queries (Office 2003) Access Queries (Office 2003) Technical Support Services Office of Information Technology, West Virginia University OIT Help Desk 293-4444 x 1 oit.wvu.edu/support/training/classmat/db/ Instructor: Kathy

More information

Formulas & Functions in Microsoft Excel

Formulas & Functions in Microsoft Excel Formulas & Functions in Microsoft Excel Theresa A Scott, MS Biostatistician III Department of Biostatistics Vanderbilt University theresa.scott@vanderbilt.edu Table of Contents 1 Introduction 1 1.1 Using

More information

Microsoft Office 2010: Access 2010, Excel 2010, Lync 2010 learning assets

Microsoft Office 2010: Access 2010, Excel 2010, Lync 2010 learning assets Microsoft Office 2010: Access 2010, Excel 2010, Lync 2010 learning assets Simply type the id# in the search mechanism of ACS Skills Online to access the learning assets outlined below. Titles Microsoft

More information

Business Objects 4.1 Quick User Guide

Business Objects 4.1 Quick User Guide Business Objects 4.1 Quick User Guide Log into SCEIS Business Objects (BOBJ) 1. https://sceisreporting.sc.gov 2. Choose Windows AD for Authentication. 3. Enter your SCEIS User Name and Password: Home Screen

More information

COGNOS Query Studio Ad Hoc Reporting

COGNOS Query Studio Ad Hoc Reporting COGNOS Query Studio Ad Hoc Reporting Copyright 2008, the California Institute of Technology. All rights reserved. This documentation contains proprietary information of the California Institute of Technology

More information

Who Marries Differently-Aged Spouses? Ability, Education, Occupation, Earnings, and Appearance. Hani Mansour, University of Colorado Denver and IZA

Who Marries Differently-Aged Spouses? Ability, Education, Occupation, Earnings, and Appearance. Hani Mansour, University of Colorado Denver and IZA Who Marries Differently-Aged Spouses? Ability, Education, Occupation, Earnings, and Appearance by Hani Mansour, University of Colorado Denver and IZA Terra McKinnish, University of Colorado Boulder Forthcoming,

More information

Results CRM 2012 User Manual

Results CRM 2012 User Manual Results CRM 2012 User Manual A Guide to Using Results CRM Standard, Results CRM Plus, & Results CRM Business Suite Table of Contents Installation Instructions... 1 Single User & Evaluation Installation

More information

FX 260 Training guide. FX 260 Solar Scientific Calculator Overhead OH 260. Applicable activities

FX 260 Training guide. FX 260 Solar Scientific Calculator Overhead OH 260. Applicable activities Tools Handouts FX 260 Solar Scientific Calculator Overhead OH 260 Applicable activities Key Points/ Overview Basic scientific calculator Solar powered Ability to fix decimal places Backspace key to fix

More information

Introduction to Microsoft Access 2013

Introduction to Microsoft Access 2013 Introduction to Microsoft Access 2013 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

User Guide. Analytics Desktop Document Number: 09619414

User Guide. Analytics Desktop Document Number: 09619414 User Guide Analytics Desktop Document Number: 09619414 CONTENTS Guide Overview Description of this guide... ix What s new in this guide...x 1. Getting Started with Analytics Desktop Introduction... 1

More information

Intro to Excel spreadsheets

Intro to Excel spreadsheets Intro to Excel spreadsheets What are the objectives of this document? The objectives of document are: 1. Familiarize you with what a spreadsheet is, how it works, and what its capabilities are; 2. Using

More information

How To Use Excel With A Calculator

How To Use Excel With A Calculator Functions & Data Analysis Tools Academic Computing Services www.ku.edu/acs Abstract: This workshop focuses on the functions and data analysis tools of Microsoft Excel. Topics included are the function

More information

Lab Activity File Management with Windows Explorer Windows XP, Vista, Windows 7 and Windows 8 Brought to you by RMRoberts.com

Lab Activity File Management with Windows Explorer Windows XP, Vista, Windows 7 and Windows 8 Brought to you by RMRoberts.com Lab Activity File Management with Windows Explorer Windows XP, Vista, Windows 7 and Windows 8 Brought to you by RMRoberts.com After completing this laboratory activity, you will be able to: o Open and

More information

Introduction to SPSS 16.0

Introduction to SPSS 16.0 Introduction to SPSS 16.0 Edited by Emily Blumenthal Center for Social Science Computation and Research 110 Savery Hall University of Washington Seattle, WA 98195 USA (206) 543-8110 November 2010 http://julius.csscr.washington.edu/pdf/spss.pdf

More information

Introduction to PASW Statistics 34152-001

Introduction to PASW Statistics 34152-001 Introduction to PASW Statistics 34152-001 V18 02/2010 nm/jdr/mr For more information about SPSS Inc., an IBM Company software products, please visit our Web site at http://www.spss.com or contact: SPSS

More information

MATLAB Basics MATLAB numbers and numeric formats

MATLAB Basics MATLAB numbers and numeric formats MATLAB Basics MATLAB numbers and numeric formats All numerical variables are stored in MATLAB in double precision floating-point form. (In fact it is possible to force some variables to be of other types

More information

Excel 2010: Create your first spreadsheet

Excel 2010: Create your first spreadsheet Excel 2010: Create your first spreadsheet Goals: After completing this course you will be able to: Create a new spreadsheet. Add, subtract, multiply, and divide in a spreadsheet. Enter and format column

More information

Integrated Accounting System for Mac OS X and Windows

Integrated Accounting System for Mac OS X and Windows Integrated Accounting System for Mac OS X and Windows Program version: 6.2 110111 2011 HansaWorld Ireland Limited, Dublin, Ireland Preface Books by HansaWorld is a powerful accounting system for the Mac

More information

Monthly Payroll to Finance Reconciliation Report: Access and Instructions

Monthly Payroll to Finance Reconciliation Report: Access and Instructions Monthly Payroll to Finance Reconciliation Report: Access and Instructions VCU Reporting Center... 2 Log in... 2 Open Folder... 3 Other Useful Information: Copying Sheets... 5 Creating Subtotals... 5 Outlining

More information

PeopleSoft Query Training

PeopleSoft Query Training PeopleSoft Query Training Overview Guide Tanya Harris & Alfred Karam Publish Date - 3/16/2011 Chapter: Introduction Table of Contents Introduction... 4 Navigation of Queries... 4 Query Manager... 6 Query

More information

Microsoft Access 3: Understanding and Creating Queries

Microsoft Access 3: Understanding and Creating Queries Microsoft Access 3: Understanding and Creating Queries In Access Level 2, we learned how to perform basic data retrievals by using Search & Replace functions and Sort & Filter functions. For more complex

More information

0 Introduction to Data Analysis Using an Excel Spreadsheet

0 Introduction to Data Analysis Using an Excel Spreadsheet Experiment 0 Introduction to Data Analysis Using an Excel Spreadsheet I. Purpose The purpose of this introductory lab is to teach you a few basic things about how to use an EXCEL 2010 spreadsheet to do

More information

Data Analysis Tools. Tools for Summarizing Data

Data Analysis Tools. Tools for Summarizing Data Data Analysis Tools This section of the notes is meant to introduce you to many of the tools that are provided by Excel under the Tools/Data Analysis menu item. If your computer does not have that tool

More information

Introduction to Microsoft Access 2010

Introduction to Microsoft Access 2010 Introduction to Microsoft Access 2010 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

Excel Database Management

Excel Database Management How to use AutoFill Whether you just want to copy the same value down or need to get a series of numbers or text values, fill handle in Excel is the feature to help. It's an irreplaceable part of the AutoFill

More information

Ad Hoc Advanced Table of Contents

Ad Hoc Advanced Table of Contents Ad Hoc Advanced Table of Contents Functions... 1 Adding a Function to the Adhoc Query:... 1 Constant... 2 Coalesce... 4 Concatenate... 6 Add/Subtract... 7 Logical Expressions... 8 Creating a Logical Expression:...

More information

FAX SERVER. User manual. Stonefax user guide

FAX SERVER. User manual. Stonefax user guide FAX SERVER Stonefax user guide service CONTENTS A) Introduction... 2 B) Sending a fax... 2 C) Section analysis... 3 C.1 Sender... 3 C.2 Recipients... 5 C.3 Fax body... 6 C.3.1 Predefined cover. cov...

More information

Basic Formulas in Excel. Why use cell names in formulas instead of actual numbers?

Basic Formulas in Excel. Why use cell names in formulas instead of actual numbers? Understanding formulas Basic Formulas in Excel Formulas are placed into cells whenever you want Excel to add, subtract, multiply, divide or do other mathematical calculations. The formula should be placed

More information

Rational Rational ClearQuest

Rational Rational ClearQuest Rational Rational ClearQuest Version 7.0 Windows Using Project Tracker GI11-6377-00 Rational Rational ClearQuest Version 7.0 Windows Using Project Tracker GI11-6377-00 Before using this information, be

More information

Designing Adhoc Reports

Designing Adhoc Reports Designing Adhoc Reports Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Designing Adhoc Reports i Copyright 2010 Intellicus Technologies This

More information

Estimating and Mapping Reliability for American Community Survey Data

Estimating and Mapping Reliability for American Community Survey Data Estimating and Mapping Reliability for American Community Survey Data Written by Barbara M. Parmenter and Janet Lau, revised 2/14/2013 1. OVERVIEW OF THE EXERCISE... 1 2. BRIEF INTRODUCTION TO AMERICAN

More information

SAS BI Dashboard 4.3. User's Guide. SAS Documentation

SAS BI Dashboard 4.3. User's Guide. SAS Documentation SAS BI Dashboard 4.3 User's Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2010. SAS BI Dashboard 4.3: User s Guide. Cary, NC: SAS Institute

More information

SECTION 2-1: OVERVIEW SECTION 2-2: FREQUENCY DISTRIBUTIONS

SECTION 2-1: OVERVIEW SECTION 2-2: FREQUENCY DISTRIBUTIONS SECTION 2-1: OVERVIEW Chapter 2 Describing, Exploring and Comparing Data 19 In this chapter, we will use the capabilities of Excel to help us look more carefully at sets of data. We can do this by re-organizing

More information

Excel 2003 Tutorial I

Excel 2003 Tutorial I This tutorial was adapted from a tutorial by see its complete version at http://www.fgcu.edu/support/office2000/excel/index.html Excel 2003 Tutorial I Spreadsheet Basics Screen Layout Title bar Menu bar

More information

Microsoft Using an Existing Database Amarillo College Revision Date: July 30, 2008

Microsoft Using an Existing Database Amarillo College Revision Date: July 30, 2008 Microsoft Amarillo College Revision Date: July 30, 2008 Table of Contents GENERAL INFORMATION... 1 TERMINOLOGY... 1 ADVANTAGES OF USING A DATABASE... 2 A DATABASE SHOULD CONTAIN:... 3 A DATABASE SHOULD

More information

G563 Quantitative Paleontology. SQL databases. An introduction. Department of Geological Sciences Indiana University. (c) 2012, P.

G563 Quantitative Paleontology. SQL databases. An introduction. Department of Geological Sciences Indiana University. (c) 2012, P. SQL databases An introduction AMP: Apache, mysql, PHP This installations installs the Apache webserver, the PHP scripting language, and the mysql database on your computer: Apache: runs in the background

More information

Interfacing PC ChargePayment Server with Focus

Interfacing PC ChargePayment Server with Focus Interfacing PC ChargePayment Server with Focus When you have decided to use the PC Charge Payment Server software with Focus, this feature will allow you to process credit cards through your credit card

More information

A Quick Tour of F9 1

A Quick Tour of F9 1 A Quick Tour of F9 1 Table of Contents I. A Quick Tour of F9... 3 1. Getting Started... 3 2. Quick Trial Balance... 7 3. A More Dynamic Table Report... 10 II. The Fundamental F9 Formula... 14 The GL Formula...

More information

Hands-on Exercise Using DataFerrett American Community Survey 5-Year Summary File: 2006-2010 Foreign Born by Age by Sex

Hands-on Exercise Using DataFerrett American Community Survey 5-Year Summary File: 2006-2010 Foreign Born by Age by Sex Hands-on Exercise Using DataFerrett American Community Survey 5-Year Summary File: 2006-2010 Foreign Born by Age by Sex U.S. Census Bureau DataFerrett Help http://dataferrett.census.gov/ 1-866-437-0171

More information

UF Health SharePoint 2010 Document Libraries

UF Health SharePoint 2010 Document Libraries UF Health SharePoint 2010 Document Libraries Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Last Updated 2/7/2014 SharePoint 2010 Document Libraries 1.5 Hours 1.0 Shared Network

More information

Unemployment Insurance Data Validation Operations Guide

Unemployment Insurance Data Validation Operations Guide Unemployment Insurance Data Validation Operations Guide ETA Operations Guide 411 U.S. Department of Labor Employment and Training Administration Office of Unemployment Insurance TABLE OF CONTENTS Chapter

More information

Overview What is a PivotTable? Benefits

Overview What is a PivotTable? Benefits Overview What is a PivotTable? Benefits Create a PivotTable Select Row & Column labels & Values Filtering & Sorting Calculations Data Details Refresh Data Design options Create a PivotChart Slicers Charts

More information

STATGRAPHICS Online. Statistical Analysis and Data Visualization System. Revised 6/21/2012. Copyright 2012 by StatPoint Technologies, Inc.

STATGRAPHICS Online. Statistical Analysis and Data Visualization System. Revised 6/21/2012. Copyright 2012 by StatPoint Technologies, Inc. STATGRAPHICS Online Statistical Analysis and Data Visualization System Revised 6/21/2012 Copyright 2012 by StatPoint Technologies, Inc. All rights reserved. Table of Contents Introduction... 1 Chapter

More information

Connecticut s Middle-Skill Jobs

Connecticut s Middle-Skill Jobs Nursing & Residential Care Facilities Hospitals Construction & Trade Contractors Dental Offices School & Employee Bus Transportation Companies Automotive Maintenance & Repair Establishments Did You Know?

More information

Business Objects Version 5 : Introduction

Business Objects Version 5 : Introduction Business Objects Version 5 : Introduction Page 1 TABLE OF CONTENTS Introduction About Business Objects Changing Your Password Retrieving Pre-Defined Reports Formatting Your Report Using the Slice and Dice

More information

Query 4. Lesson Objectives 4. Review 5. Smart Query 5. Create a Smart Query 6. Create a Smart Query Definition from an Ad-hoc Query 9

Query 4. Lesson Objectives 4. Review 5. Smart Query 5. Create a Smart Query 6. Create a Smart Query Definition from an Ad-hoc Query 9 TABLE OF CONTENTS Query 4 Lesson Objectives 4 Review 5 Smart Query 5 Create a Smart Query 6 Create a Smart Query Definition from an Ad-hoc Query 9 Query Functions and Features 13 Summarize Output Fields

More information

Release Document Version: 1.4-2013-05-30. User Guide: SAP BusinessObjects Analysis, edition for Microsoft Office

Release Document Version: 1.4-2013-05-30. User Guide: SAP BusinessObjects Analysis, edition for Microsoft Office Release Document Version: 1.4-2013-05-30 User Guide: SAP BusinessObjects Analysis, edition for Microsoft Office Table of Contents 1 About this guide....6 1.1 Who should read this guide?....6 1.2 User profiles....6

More information

How to Create User-Defined Fields and Tables

How to Create User-Defined Fields and Tables SAP Business One How-To Guide PUBLIC How to Create User-Defined Fields and Tables Applicable Release: SAP Business One 8.8 All Countries English July 2009 Table of Contents Creating User-Defined Fields

More information

Monte Carlo Simulation. SMG ITS Advanced Excel Workshop

Monte Carlo Simulation. SMG ITS Advanced Excel Workshop Advanced Excel Workshop Monte Carlo Simulation Page 1 Contents Monte Carlo Simulation Tutorial... 2 Example 1: New Marketing Campaign... 2 VLOOKUP... 5 Example 2: Revenue Forecast... 6 Pivot Table... 8

More information

Decision Support AITS University Administration. Web Intelligence 4.1 Reporting Basics

Decision Support AITS University Administration. Web Intelligence 4.1 Reporting Basics Decision Support AITS University Administration Web Intelligence 4.1 Reporting Basics 2 Web Intelligence 4.1: Reporting Basics Appropriate Use and Security of Confidential and Sensitive Information Due

More information

How To Run A Run Dashboard On An Aca.Edu

How To Run A Run Dashboard On An Aca.Edu Chairs and Deans Argos Dashboards Guide The following guide is provided to assist you in running and understanding the information that the dashboard in Argos returns. The dashboard located through the

More information

Timeless Time and Expense Version 3.0. Copyright 1997-2009 MAG Softwrx, Inc.

Timeless Time and Expense Version 3.0. Copyright 1997-2009 MAG Softwrx, Inc. Timeless Time and Expense Version 3.0 Timeless Time and Expense All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including

More information

3 Setting up Databases on a Microsoft SQL 7.0 Server

3 Setting up Databases on a Microsoft SQL 7.0 Server 3 Setting up Databases on a Microsoft SQL 7.0 Server Overview of the Installation Process To set up GoldMine properly, you must follow a sequence of steps to install GoldMine s program files, and the other

More information

Integrated Accounting System for Mac OS X

Integrated Accounting System for Mac OS X Integrated Accounting System for Mac OS X Program version: 6.3 110401 2011 HansaWorld Ireland Limited, Dublin, Ireland Preface Standard Accounts is a powerful accounting system for Mac OS X. Text in square

More information

Microsoft Excel Tips & Tricks

Microsoft Excel Tips & Tricks Microsoft Excel Tips & Tricks Collaborative Programs Research & Evaluation TABLE OF CONTENTS Introduction page 2 Useful Functions page 2 Getting Started with Formulas page 2 Nested Formulas page 3 Copying

More information

How To Create A Powerpoint Intelligence Report In A Pivot Table In A Powerpoints.Com

How To Create A Powerpoint Intelligence Report In A Pivot Table In A Powerpoints.Com Sage 500 ERP Intelligence Reporting Getting Started Guide 27.11.2012 Table of Contents 1.0 Getting started 3 2.0 Managing your reports 10 3.0 Defining report properties 18 4.0 Creating a simple PivotTable

More information

Public Use Microdata Sample, Guam

Public Use Microdata Sample, Guam Public Use Microdata Sample, Guam 2000 Census of Population and Housing 2000 Issued January 2005 PUMS/03-GUAM Technical Documentation U.S. Department of Commerce Economics and Statistics Administration

More information

Cal Answers Analysis Training Part I. Creating Analyses in OBIEE

Cal Answers Analysis Training Part I. Creating Analyses in OBIEE Cal Answers Analysis Training Part I Creating Analyses in OBIEE University of California, Berkeley March 2012 Table of Contents Table of Contents... 1 Overview... 2 Getting Around OBIEE... 2 Cal Answers

More information

2 SQL in iseries Navigator

2 SQL in iseries Navigator 2 SQL in iseries Navigator In V4R4, IBM added an SQL scripting tool to the standard features included within iseries Navigator and has continued enhancing it in subsequent releases. Because standard features

More information

Business Insight Report Authoring Getting Started Guide

Business Insight Report Authoring Getting Started Guide Business Insight Report Authoring Getting Started Guide Version: 6.6 Written by: Product Documentation, R&D Date: February 2011 ImageNow and CaptureNow are registered trademarks of Perceptive Software,

More information

DataPA OpenAnalytics End User Training

DataPA OpenAnalytics End User Training DataPA OpenAnalytics End User Training DataPA End User Training Lesson 1 Course Overview DataPA Chapter 1 Course Overview Introduction This course covers the skills required to use DataPA OpenAnalytics

More information

Microsoft Office Access 2007 which I refer to as Access throughout this book

Microsoft Office Access 2007 which I refer to as Access throughout this book Chapter 1 Getting Started with Access In This Chapter What is a database? Opening Access Checking out the Access interface Exploring Office Online Finding help on Access topics Microsoft Office Access

More information

Enterprise Reporting Advanced Web Intelligence Training. Enterprise Reporting Services

Enterprise Reporting Advanced Web Intelligence Training. Enterprise Reporting Services Enterprise Reporting Advanced Web Intelligence Training Enterprise Reporting Services Table of Contents Chapter Page 1 Overview 4 2 Web Intelligence Access 8 3 BI Launch Pad Navigation 12 4 Nested Query

More information

AIM Dashboard-User Documentation

AIM Dashboard-User Documentation AIM Dashboard-User Documentation Accessing the Academic Insights Management (AIM) Dashboard Getting Started Navigating the AIM Dashboard Advanced Data Analysis Features Exporting Data Tables into Excel

More information

Kaseya 2. Quick Start Guide. for VSA 6.3

Kaseya 2. Quick Start Guide. for VSA 6.3 Kaseya 2 Custom Reports Quick Start Guide for VSA 6.3 December 9, 2013 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULA as

More information

StrikeRisk v6.0 IEC/EN 62305-2 Risk Management Software Getting Started

StrikeRisk v6.0 IEC/EN 62305-2 Risk Management Software Getting Started StrikeRisk v6.0 IEC/EN 62305-2 Risk Management Software Getting Started Contents StrikeRisk v6.0 Introduction 1/1 1 Installing StrikeRisk System requirements Installing StrikeRisk Installation troubleshooting

More information

Creating Basic Excel Formulas

Creating Basic Excel Formulas Creating Basic Excel Formulas Formulas are equations that perform calculations on values in your worksheet. Depending on how you build a formula in Excel will determine if the answer to your formula automatically

More information

CMS Training. Prepared for the Nature Conservancy. March 2012

CMS Training. Prepared for the Nature Conservancy. March 2012 CMS Training Prepared for the Nature Conservancy March 2012 Session Objectives... 3 Structure and General Functionality... 4 Section Objectives... 4 Six Advantages of using CMS... 4 Basic navigation...

More information

Chapter 4. Spreadsheets

Chapter 4. Spreadsheets Chapter 4. Spreadsheets We ve discussed rather briefly the use of computer algebra in 3.5. The approach of relying on www.wolframalpha.com is a poor subsititute for a fullfeatured computer algebra program

More information

Gamma Distribution Fitting

Gamma Distribution Fitting Chapter 552 Gamma Distribution Fitting Introduction This module fits the gamma probability distributions to a complete or censored set of individual or grouped data values. It outputs various statistics

More information

ASTROW HR. Installation & Operation & Programming MANUAL

ASTROW HR. Installation & Operation & Programming MANUAL ASTROW HR Installation & Operation & Programming MANUAL 2007 A.S.E. R&D EUROPE. Printed in Belgium. All rights reserved. NOTICE Information in this document is subject to change without notice and does

More information

Oracle Database: SQL and PL/SQL Fundamentals

Oracle Database: SQL and PL/SQL Fundamentals Oracle University Contact Us: 1.800.529.0165 Oracle Database: SQL and PL/SQL Fundamentals Duration: 5 Days What you will learn This course is designed to deliver the fundamentals of SQL and PL/SQL along

More information

IRA Pivot Table Review and Using Analyze to Modify Reports. For help, email Financial.Reports@dartmouth.edu

IRA Pivot Table Review and Using Analyze to Modify Reports. For help, email Financial.Reports@dartmouth.edu IRA Pivot Table Review and Using Analyze to Modify Reports 1 What is a Pivot Table? A pivot table takes rows of detailed data (such as the lines in a downloadable table) and summarizes them at a higher

More information

Oracle Database: SQL and PL/SQL Fundamentals NEW

Oracle Database: SQL and PL/SQL Fundamentals NEW Oracle University Contact Us: + 38516306373 Oracle Database: SQL and PL/SQL Fundamentals NEW Duration: 5 Days What you will learn This Oracle Database: SQL and PL/SQL Fundamentals training delivers the

More information

Excel 2007 Tutorials - Video File Attributes

Excel 2007 Tutorials - Video File Attributes Get Familiar with Excel 2007 42.40 3.02 The Excel 2007 Environment 4.10 0.19 Office Button 3.10 0.31 Quick Access Toolbar 3.10 0.33 Excel 2007 Ribbon 3.10 0.26 Home Tab 5.10 0.19 Insert Tab 3.10 0.19 Page

More information