AlreadyLost
MIS
I have a field with this formula:
If {CD_EMPLOYEE.DEPT} = '012'
then "N/A"
else (if ({TB_DAILY.ACTIVITY_DATE}in {?Fiscal Year}to {?End Fiscal Year})
and {TB_DAILY.SERVICE} in ['013','036','037']
then {TB_CORE_FACILITY.FACILITY_ID})
Problem: My report was able to display NA for dept 12 but the "else" part of the formula is blank in the report.
Why? how can I fit is so that i will display data?
If {CD_EMPLOYEE.DEPT} = '012'
then "N/A"
else (if ({TB_DAILY.ACTIVITY_DATE}in {?Fiscal Year}to {?End Fiscal Year})
and {TB_DAILY.SERVICE} in ['013','036','037']
then {TB_CORE_FACILITY.FACILITY_ID})
Problem: My report was able to display NA for dept 12 but the "else" part of the formula is blank in the report.
Why? how can I fit is so that i will display data?