Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Summarizing Hour Field on Payroll Check 2

Status
Not open for further replies.

Khenth6545

Instructor
Nov 30, 2006
6
US
Hello,

I am creating a payroll check I would like to summarize all of the same earning types together in one line.

FOr instance I would like the following to show on the pay stub

Hourly = 16 hours instead of two lines showing
Hourly = 8
Hourly = 8
Thanks -



 
try creating a formula containing:

sum({table.hours})

If that doesn't work, you need to state specifics as to what section you are doing this in.

-k
 
Thank you for your response.

The field is

UPPCKD.HOURS

So what you see is a line for

UPPCKD.SHORTDESC then UPPCKD.HOURS
Hourly 8
Hourly 8
Hourly 8
VAC 4
VAC 4

I want to see one line for each change in Short Description

Thanks


 
Insert a group on {UPPCKD.SHORTDESC} and then insert a summary on hours at the group level.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top