YANKRAY
Technical User
- Nov 7, 2003
- 283
Crystal 9.0
This is the formula I created.
if {TA_LABOR_INFO.WO_RELATED} <> "Y" then {TA_LABOR_INFO.ACT_HOURS} = 0.00
ELSE {TA_LABOR_INFO.ACT_HOURS} = {TA_LABOR_INFO.ACT_HOURS}
In my report, I am getting "True" or "False" in my report.
I want the values 0.00 or the value of TA_LABOR_INFO.ACT_ACT_HOURS.
What am I doing wrong?
This is the formula I created.
if {TA_LABOR_INFO.WO_RELATED} <> "Y" then {TA_LABOR_INFO.ACT_HOURS} = 0.00
ELSE {TA_LABOR_INFO.ACT_HOURS} = {TA_LABOR_INFO.ACT_HOURS}
In my report, I am getting "True" or "False" in my report.
I want the values 0.00 or the value of TA_LABOR_INFO.ACT_ACT_HOURS.
What am I doing wrong?