ReportSmith & ADP PC/Payroll For Windows

Slides:



Advertisements
Similar presentations
Introduction to ReportSmith and Effective Dated Tables
Advertisements

Exploring Microsoft Access 2003 Chapter 5 One-to-Many Relationships : Subforms and Multiple Table Queries.
Query Methods (SQL). What is SQL A programming language for databases. SQL (structured Query Language) It allows you add, edit, delete and run queries.
Meeting of the Minds 1999 Welcome To... ReportSmith & ADP PC/Payroll For Windows.
Relational Algebra, Join and QBE Yong Choi School of Business CSUB, Bakersfield.
Exploring Microsoft Access 97 Chapter 3 Information From the Database: Reports and Queries Office graphic copyright by Microsoft Corp.
Meeting of the Minds 1999 Welcome To... ReportSmith & CSS HRizon.
Quick-and-dirty.  Commands end in a semi-colon ◦ If you forget, another prompt line shows up  Either continue the command or…  End it with a semi-colon.
Office 2003 Introductory Concepts and Techniques M i c r o s o f t Access Project 2 Querying a Database Using the Select Query Window.
Mgt 240 Lecture MS Excel and Access: Introduction to Databases September 23, 2004.
Coding In SQL. Structure Query Language Common query language used in database management systems Common query language used in database management systems.
State of Connecticut Core-CT Project Query 4 hrs Updated 1/21/2011.
Create Forms Lesson 5. Software Orientation Creating Forms A form is a database object –enter, edit, or display data from a table or query Providing.
Chapter 2 Basic SQL SELECT Statements
Lesson 31: Querying a Database. 2 Learning Objectives After studying this lesson, you will be able to:  Create, save, and run select queries  Design.
MICROSOFT ACCESS 2007 BTA – Spring What is Access?  Microsoft Access is a database management system…this means that it contains database information.
Introduction to Accounting Information Systems
Chapter 1 Overview of Database Concepts Oracle 10g: SQL
Simple Database.
1 Chapter 1 Overview of Database Concepts. 2 Chapter Objectives Identify the purpose of a database management system (DBMS) Distinguish a field from a.
TM 7-1 Copyright © 1999 Addison Wesley Longman, Inc. Physical Database Design.
End Show 3.4 Database Management System Unit 3. End Show What is a database? It’s an organized collection of data, related to a particular subject or.
Databases – Part 1 Databases– Part 1 Lesson 7 & 8.
Exploring Microsoft Access 97 Chapter 1 Introduction to Microsoft Access: What Is A Database? Office graphic copyright by Microsoft Corp.
MS Access: Creating Relational Databases Instructor: Vicki Weidler Assistant: Joaquin Obieta.
Access Queries. Queries  Let you see the data you want  With Select queries you can:  Query more than one table  Create new calculated fields  Summarize.
Introduction: Databases By Margaret Lion 1. What is a database? A collection of data organized to serve many applications efficiently by centralizing.
Chapter 1Introduction to Oracle9i: SQL1 Chapter 1 Overview of Database Concepts.
Component 4: Introduction to Information and Computer Science Unit 6a Databases and SQL.
What have we learned?. What is a database? An organized collection of related data.
1 Database Systems Introduction to Microsoft Access Part 2.
INFORMATION TECHNOLOGY DATABASE MANAGEMENT. Adding a new field 1Right click the table name and select design view 2Type the field information at the end.
Access Review. Access Access is a database application A database is a collection of records and files organized for a particular purpose Access supports.
SQL Basic. What is SQL? SQL (pronounced "ess-que-el") stands for Structured Query Language. SQL is used to communicate with a database.
RDBMS MySQL. MySQL is a Relational Database Management System MySQL allows multiple tables to be related to each other. Similar to a Grandparent to a.
Meeting of the Minds 1999 Welcome To... ReportSmith & ADP PC/Payroll For Windows.
BSA206 Database Management Systems Lecture 2: Introduction to Oracle / Overview of Database Concepts.
Queries Objective 5.02 Understand queries, forms, and reports used in business.
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.
Producing a Mail Merged Letter Step 1 Create an Access database for Names and Addresses you can use the ‘Customers’ template in Group Work. Enter the necessary.
McGraw-Hill Career Education© 2008 by the McGraw-Hill Companies, Inc. All Rights Reserved. Concept 1 Database – Organized collection of related information.
CSCI 6962: Server-side Design and Programming Shopping Carts and Databases.
QUERY CONSTRUCTION CS1100: Data, Databases, and Queries CS1100Microsoft Access1.
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.
COMPREHENSIVE Access Tutorial 1 Creating a Database.
EXAMPLE 1 Add polynomials vertically and horizontally a. Add 2x 3 – 5x 2 + 3x – 9 and x 3 + 6x in a vertical format. SOLUTION a. 2x 3 – 5x 2 + 3x.
When you open Access you can open or import an existing.csv file. Check that it recognises that the fields are separated by commas.
Presented by Cheryl Sullivan.  Name  Department  What do you want out of the training?  Favorite food.
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
Since all points on the x-axis have a y-coordinate of 0, to find x-intercept, let y = 0 and solve for x Since all points on the y-axis have an x-coordinate.
3.2 Solving Systems by Elimination
Querying a Database Using the Select Query Window
Database Management  .
DATABASE SQL= Structure Query Language مبادئ قواعد بيانات
TUTORIAL 2: Creating Query for Bill Processing Using
Notes Over 4.2 Is a Solution Verifying Solutions of an Equation
Access queries p.meade.
SQL Standard Query Language Good for manipulating a Database
Physical Database Design
Exploring Microsoft Access 2003
Computation in Other Bases
Chapter 4 Summary Query.
How to Create a Microsoft Access 2007 Database
ArcView_module_5 May 13, 10:40 AM
ReportSmith & ADP PC/Payroll For Windows
Microsoft Office Illustrated Introductory, Windows XP Edition
Did You Know…Employee Services
Creating a simple query in the Design View
ReportSmith & CSS HRizon
New Perspectives on Microsoft
Presentation transcript:

ReportSmith & ADP PC/Payroll For Windows Welcome To... ReportSmith & ADP PC/Payroll For Windows

Database Grouping CheckView Tables & SUM(DISTINCT ) Welcome To... Database Grouping CheckView Tables & SUM(DISTINCT )

ReportSmith Training & Consulting Presented By CharlesCook.com Specializing In ReportSmith Training & Consulting Charles@CharlesCook.com

Challenge CheckView Tables Many Records For Each Employee Check One Code Per Record Can Not Add Up Most Amounts

CheckView Tables Architecture One Record Per Employee Check Code

CheckView Tables Architecture One Record Per Employee Check Code CompanyCode File# SocialSecurity# Check Code

CheckView Tables Architecture One Record Per Employee Check Code CheckViewChkSeq# CheckViewPayroll# CheckViewWeek# CheckViewYear# Code

CheckView Tables Architecture One Record Per Employee Check Code CheckViewDedCode CheckViewDedAmt

CheckView Tables Vertical Data Each Code And Amount Pair Is On A Separate Record

CheckView Tables Vertical Data

CheckView Tables Horizontal Data All The Other Columns Have The Same Values On Each Record

CheckView Tables Horizontal Data

CheckView Tables

Solution Database Grouping Records Are Compressed Data is Extracted And/Or Summarized Using Derived Fields And Summary Functions

Database Grouping Records Are Compressed Using Unique Values Of Fields Include In Report Value Only

Database Grouping Always Include In Report CompanyCode File# SocialSecurity# CheckViewChkSeq# CheckViewPayroll# CheckViewWeek# CheckViewYear#

Database Grouping Always Include In Report This Will Result In One Record Per Employee Check

Database Grouping Always Include In Report This Will Result In One Record Per Employee CompanyCode File# SocialSecurity# Check

Database Grouping Always Include In Report This Will Result In One Record Per Employee Check CheckViewChkSeq# CheckViewPayroll# CheckViewWeek# CheckViewYear#

Database Grouping Always Include In Report Before Database Grouping

Database Grouping Always Include In Report After Database Grouping

Database Grouping Code And Amount Must Be Query Only Or The Values Will Change How The Records Are Compressed Only Used In SQL Derived Fields

Database Grouping All Other Amounts Should Be Query Only Only Used In SQL Derived Fields

Database Grouping Any Other Fields Can Be Include In Report Or Query Only Each Record Will Have The Same Value And Will Not Effect The Database Grouping

Solution Summarized Data Using Derived Fields And Summary Functions Add Up Compressed Vertical Data Sum All Values SUM(Column Name)

Data is Summarized Summarized Data Add Up All Deduction Amounts SUM(CheckViewDedAmt)

Solution Extracted Data Using Derived Fields And Summary Functions Extract One Occurrence Of The Duplicated Values Sum Only Unique Values SUM(DISTINCT Column Name)

Data is Summarized Extracted Data Add Up Only Unique Gross Pay Amounts SUM(DISTINCT CheckViewGrossPayA)

Data is Summarized Summary Functions

Conclusion Use Database Grouping To Get One Record Per Check Remember What You Include In Your Report Will Be Used To Compress The Records

Conclusion Always Include In Report CompanyCode File# SocialSecurity# CheckViewChkSeq# CheckViewPayroll# CheckViewWeek# CheckViewYear#

Conclusion Summarize Vertical Data Use Sum( ) To Add Up Compressed Vertical Data

Conclusion Extract Horizontal Data Use Sum(DISTINCT ) To Extract One Occurrence Of The Duplicated Values

ReportSmith Training & Consulting Presented By CharlesCook.com Specializing In ReportSmith Training & Consulting Charles@CharlesCook.com