I am trying to create a report in 8.5
I have database table for labor tracking. I want to create two columns where 1st is week(prompt) and then the 2nd is rest of the data. This is going to be a summary report (with drill down)based on project# and task#. Here is an example:
Database:
Project# Task# Employee Weekend RegHrs OThrs
70023 101 Jane 02/13/2005 40 5
70025 202 Mary 02/20/2005 35 0
70025 202 Jack 02/20/2005 40 5
70025 202 Joe 02/13/2005 40 0
70025 444 Jack 03/06/2005 40 15
and so on
Report
prompt week 02/20/2005)
Project# Task# 02/20/2005 Restoftime
70023 101 0 45
70025 202 80 95
and so on
I tried doing a formula against the prompt week and keep getting the total repeated for both the week and Restoftime
how would I accomplish this?
Thank you
I have database table for labor tracking. I want to create two columns where 1st is week(prompt) and then the 2nd is rest of the data. This is going to be a summary report (with drill down)based on project# and task#. Here is an example:
Database:
Project# Task# Employee Weekend RegHrs OThrs
70023 101 Jane 02/13/2005 40 5
70025 202 Mary 02/20/2005 35 0
70025 202 Jack 02/20/2005 40 5
70025 202 Joe 02/13/2005 40 0
70025 444 Jack 03/06/2005 40 15
and so on
Report
Project# Task# 02/20/2005 Restoftime
70023 101 0 45
70025 202 80 95
and so on
I tried doing a formula against the prompt week and keep getting the total repeated for both the week and Restoftime
how would I accomplish this?
Thank you