megmccartney
MIS
Hello,
I have been unable to calculate a grandtotal for the crystal formula below in my report footer. I have tried to create another formula to generate the grandtotal, but I am receiving negative results.
Formula is : if Sum ({emp_earnings.qtd_hours}, {V_TFX_EMPLOYEE_PROFILE.person_id})<520 then
Sum ({emp_earnings.qtd_hours}, {V_TFX_EMPLOYEE_PROFILE.person_id})*{@hrly rate}*{?per pay}/100 else
if Sum ({emp_earnings.qtd_hours}, {V_TFX_EMPLOYEE_PROFILE.person_id}) >520 then
520*{@hrly rate}*{?per pay}/100
Any suggestions?
Thanks for your help.
megmccartney
I have been unable to calculate a grandtotal for the crystal formula below in my report footer. I have tried to create another formula to generate the grandtotal, but I am receiving negative results.
Formula is : if Sum ({emp_earnings.qtd_hours}, {V_TFX_EMPLOYEE_PROFILE.person_id})<520 then
Sum ({emp_earnings.qtd_hours}, {V_TFX_EMPLOYEE_PROFILE.person_id})*{@hrly rate}*{?per pay}/100 else
if Sum ({emp_earnings.qtd_hours}, {V_TFX_EMPLOYEE_PROFILE.person_id}) >520 then
520*{@hrly rate}*{?per pay}/100
Any suggestions?
Thanks for your help.
megmccartney