I have a report that I need to group information by pay codes and sum the information as a total. For example: Employee X works all 4 quarters of 2015. He has OT hours in each quarter with a pay amount associated with it.
I can't seem to get it to work. What am I doing wrong?
if {QUARTWAGE.PAY_SUM_GRP} IN ["OV1", "OV2", "OV3", "OV4", "RSC", "S08", "S09", "S10", "S11", "ST1", "ST2", "ST3", "STF", "STP"] then
sum ({QUARTWAGE.WAGE_AMOUNT})
I can't seem to get it to work. What am I doing wrong?
if {QUARTWAGE.PAY_SUM_GRP} IN ["OV1", "OV2", "OV3", "OV4", "RSC", "S08", "S09", "S10", "S11", "ST1", "ST2", "ST3", "STF", "STP"] then
sum ({QUARTWAGE.WAGE_AMOUNT})