creating a payroll loans report course 2011004. p ayroll l oans r eport getting started

25
CREATING A PAYROLL LOANS REPORT Course 2011004

Upload: julius-garrison

Post on 13-Jan-2016

217 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: CREATING A PAYROLL LOANS REPORT Course 2011004. P AYROLL L OANS R EPORT Getting started

CREATING A PAYROLL LOANS REPORT

Course 2011004

Page 2: CREATING A PAYROLL LOANS REPORT Course 2011004. P AYROLL L OANS R EPORT Getting started

PA

YR

OLL LO

AN

S R

EP

OR

TGetting started

Page 3: CREATING A PAYROLL LOANS REPORT Course 2011004. P AYROLL L OANS R EPORT Getting started

PA

YR

OLL C

OS

T C

EN

TR

E R

EP

OR

TGive the report a name

Page 4: CREATING A PAYROLL LOANS REPORT Course 2011004. P AYROLL L OANS R EPORT Getting started

PA

YR

OLL C

OS

T C

EN

TR

E R

EP

OR

TStart building the report by clicking on the SQL button

Page 5: CREATING A PAYROLL LOANS REPORT Course 2011004. P AYROLL L OANS R EPORT Getting started

PA

YR

OLL C

OS

T C

EN

TR

E R

EP

OR

TNow select Build SQL

Page 6: CREATING A PAYROLL LOANS REPORT Course 2011004. P AYROLL L OANS R EPORT Getting started

PA

YR

OLL C

OS

T C

EN

TR

E R

EP

OR

TSelect the tables that you want on the right, and drag them onto the main area

Page 7: CREATING A PAYROLL LOANS REPORT Course 2011004. P AYROLL L OANS R EPORT Getting started

PA

YR

OLL C

OS

T C

EN

TR

E R

EP

OR

TLink the location and employee code by clicking on one field, holding down the mouse, and dragging to the matching field

Double click on each link to choose link type

Page 8: CREATING A PAYROLL LOANS REPORT Course 2011004. P AYROLL L OANS R EPORT Getting started

PA

YR

OLL C

OS

T C

EN

TR

E R

EP

OR

TChoose extra fields and tables, and any conditions you need on the data. See it build up the expression for you at the bottom

Page 9: CREATING A PAYROLL LOANS REPORT Course 2011004. P AYROLL L OANS R EPORT Getting started

PA

YR

OLL C

OS

T C

EN

TR

E R

EP

OR

T

• Click on File | Exit

• Say Yes, to Paste in SQL

• Click on View SQL

Page 10: CREATING A PAYROLL LOANS REPORT Course 2011004. P AYROLL L OANS R EPORT Getting started

PA

YR

OLL C

OS

T C

EN

TR

E R

EP

OR

TWe need to format this information. Look at the dates and the amounts in particular.

Page 11: CREATING A PAYROLL LOANS REPORT Course 2011004. P AYROLL L OANS R EPORT Getting started

PA

YR

OLL C

OS

T C

EN

TR

E R

EP

OR

T

• Close the report

• Copy the SQL statement • select • copy it with Ctrl-C• past it into a Word document,

as an insurance in case you stuff up the next step

• Click on Build SQL

Page 12: CREATING A PAYROLL LOANS REPORT Course 2011004. P AYROLL L OANS R EPORT Getting started

PA

YR

OLL C

OS

T C

EN

TR

E R

EP

OR

TThis is the data, formatted

Page 13: CREATING A PAYROLL LOANS REPORT Course 2011004. P AYROLL L OANS R EPORT Getting started

PA

YR

OLL C

OS

T C

EN

TR

E R

EP

OR

T

The functions used were:

• Trim to get rid of spaces• AccessDate to format the date properly• CDbl to convert the test number into a number we can manipulate

We also used Alias names to make our data more understandable

We put on conditions:

• Record transaction type not “S” as we don’t want our standard pays showing

• Transaction type not “B” (banking) or “T” (Tax)

Page 14: CREATING A PAYROLL LOANS REPORT Course 2011004. P AYROLL L OANS R EPORT Getting started

PA

YR

OLL C

OS

T C

EN

TR

E R

EP

OR

TClick on Save, then on the Fields button

Page 15: CREATING A PAYROLL LOANS REPORT Course 2011004. P AYROLL L OANS R EPORT Getting started

PA

YR

OLL C

OS

T C

EN

TR

E R

EP

OR

TDrag and drop your fields onto the detail line

Page 16: CREATING A PAYROLL LOANS REPORT Course 2011004. P AYROLL L OANS R EPORT Getting started

PA

YR

OLL C

OS

T C

EN

TR

E R

EP

OR

TChoose the design button, then drag and drop labels above all your columns

Page 17: CREATING A PAYROLL LOANS REPORT Course 2011004. P AYROLL L OANS R EPORT Getting started

PA

YR

OLL C

OS

T C

EN

TR

E R

EP

OR

TDouble click on each heading, type in what you want, and then format each heading

Page 18: CREATING A PAYROLL LOANS REPORT Course 2011004. P AYROLL L OANS R EPORT Getting started

PA

YR

OLL C

OS

T C

EN

TR

E R

EP

OR

T

If we want to drill down to the employee masterfile from a gadget, we need to add this to the employee code heading:

Code<Employee=FullCode>

Page 19: CREATING A PAYROLL LOANS REPORT Course 2011004. P AYROLL L OANS R EPORT Getting started

PA

YR

OLL C

OS

T C

EN

TR

E R

EP

OR

TClick on the Reports Properties button and select for this to be a Dashboard Gadget. Then OK, Save and close the report.

Page 20: CREATING A PAYROLL LOANS REPORT Course 2011004. P AYROLL L OANS R EPORT Getting started

PA

YR

OLL C

OS

T C

EN

TR

E R

EP

OR

TSign on to Attaché as Supervisor, click on the My Accounts Tab. Select the yellow screw to choose a gadget.

Page 21: CREATING A PAYROLL LOANS REPORT Course 2011004. P AYROLL L OANS R EPORT Getting started

PA

YR

OLL C

OS

T C

EN

TR

E R

EP

OR

TSelect the gadget that was just created.

Page 22: CREATING A PAYROLL LOANS REPORT Course 2011004. P AYROLL L OANS R EPORT Getting started

PA

YR

OLL C

OS

T C

EN

TR

E R

EP

OR

TType in a caption, save, then close the gadget properties box.

Page 23: CREATING A PAYROLL LOANS REPORT Course 2011004. P AYROLL L OANS R EPORT Getting started

PA

YR

OLL C

OS

T C

EN

TR

E R

EP

OR

TType in a caption, save, then close the gadget properties box.

Page 24: CREATING A PAYROLL LOANS REPORT Course 2011004. P AYROLL L OANS R EPORT Getting started

PA

YR

OLL C

OS

T C

EN

TR

E R

EP

OR

TRight click on the gadget bar, and select Full Screen View.

Page 25: CREATING A PAYROLL LOANS REPORT Course 2011004. P AYROLL L OANS R EPORT Getting started

PA

YR

OLL C

OS

T C

EN

TR

E R

EP

OR

T

Not so hard to do after all!