Hello
Is it possible to create a new variable in BO based on if statement. I want to do this at the designer level. I know how to do this in the report level.
For example we want to create a variable called SICK,
If NJ_EPSD.BODY_SYS_CNT =5 and NJ_EPSD.disease_stag_cd =3 then sick =1
Else
Sick =2
Thanks for your time
Is it possible to create a new variable in BO based on if statement. I want to do this at the designer level. I know how to do this in the report level.
For example we want to create a variable called SICK,
If NJ_EPSD.BODY_SYS_CNT =5 and NJ_EPSD.disease_stag_cd =3 then sick =1
Else
Sick =2
Thanks for your time