tcimis
MIS
- Jun 6, 2002
- 32
I have a formula:
IF {SR_UNION_REPORT.ERNCD} in ['HUN', 'HOL', 'VAU', 'VAC', 'VPO','JUR','BON', 'LAP']
THEN
0
ELSE
{SR_UNION_REPORT.OTH_HRS}
The formula works fine at the employee level. When I go to get a sum of all the employees at the union level, the total includes the hours from earning codes I said set to 0. The same thing happens for the Grand Total. Any suggestions.
Thank you!
IF {SR_UNION_REPORT.ERNCD} in ['HUN', 'HOL', 'VAU', 'VAC', 'VPO','JUR','BON', 'LAP']
THEN
0
ELSE
{SR_UNION_REPORT.OTH_HRS}
The formula works fine at the employee level. When I go to get a sum of all the employees at the union level, the total includes the hours from earning codes I said set to 0. The same thing happens for the Grand Total. Any suggestions.
Thank you!