You are on page 1of 1

IF ("STATUS" = 'D', 'Successfully completed', if("STATUS" = 'E','Error',

if("STATUS" = 'R','Enabe Recovery Checked' , if("STATUS" = 'S','Executing',


if("STATUS" = 'Y','Recover from last failed execution checked', if("STATUS" =
'SR','Executing with Enable recovery checked',if("STATUS" = 'SRY','Executing with
Enable recovery & Recover from last failed execution checked',if("STATUS" =
'ER','Error and executed with Enable recovery checked',if("STATUS" = 'DR','Success
and executed with Enable recovery checked',0)))))))))

You might also like