Hi All,
I have a table that stores three different types of data (PID Hours, Revised Hours, & Actual Hours) for each package that we have so that I can report on them. The problem is that I also need to calculate the variance between some of those types.
Here is what the Table/Data looks like:
StID Pnum Source Type Hours
101 1 Db PID 20
101 1 Db Revised 15
101 1 Db Actual 25
101 2 Db PID 10
101 2 Db Revised 12
101 2 Db Actual 15
108 6 Db PID 5
108 6 Db Revised 8
108 6 Db Actual 7
What I tried to setup is a report that had three rows in the detail section and I tried to get each Type field to filter on a specific type so that I could add in a couple of fields to calculate the variance. Unfortunately everytime I try to put in a reference it either throws an error or a popup box appears wanting me to input data that it should get automatically.
Any suggestions on either a better way to do this or what I'm doing wrong?
Travis
I have a table that stores three different types of data (PID Hours, Revised Hours, & Actual Hours) for each package that we have so that I can report on them. The problem is that I also need to calculate the variance between some of those types.
Here is what the Table/Data looks like:
StID Pnum Source Type Hours
101 1 Db PID 20
101 1 Db Revised 15
101 1 Db Actual 25
101 2 Db PID 10
101 2 Db Revised 12
101 2 Db Actual 15
108 6 Db PID 5
108 6 Db Revised 8
108 6 Db Actual 7
What I tried to setup is a report that had three rows in the detail section and I tried to get each Type field to filter on a specific type so that I could add in a couple of fields to calculate the variance. Unfortunately everytime I try to put in a reference it either throws an error or a popup box appears wanting me to input data that it should get automatically.
Any suggestions on either a better way to do this or what I'm doing wrong?
Travis