Guest_imported
New member
- Jan 1, 1970
- 0
I have my total in the report footer that seems to not add my hours field correctly.
It wants to add it for each JobModify_hours. So if I have two JobModify_hours
it will add the hours field twice in the total such as:
Job_id hours JobModify_id JobModify_hours
1 10
10 5
11 20
Job_id hours JobModify_id JobModify_hours
2 20
12 30
13 10
##this part is in my report footer
Total Hours = 60 ###THIS NUMBER SHOULD BE 30
Total JobModify_Hours = 65
I am using the [tt]Sum=([hours])[/tt] BUT want to make the hours field distinct so I can get the correct sum.
Please advise.
It wants to add it for each JobModify_hours. So if I have two JobModify_hours
it will add the hours field twice in the total such as:
Job_id hours JobModify_id JobModify_hours
1 10
10 5
11 20
Job_id hours JobModify_id JobModify_hours
2 20
12 30
13 10
##this part is in my report footer
Total Hours = 60 ###THIS NUMBER SHOULD BE 30
Total JobModify_Hours = 65
I am using the [tt]Sum=([hours])[/tt] BUT want to make the hours field distinct so I can get the correct sum.
Please advise.