Hi All,
Need help in the logic.
This is about boolean operater in CKF.
Logic is ...
If LM = 1 or 2 or 3 then the value should be AA.
if LM <> 1 or 2 or 3 then the value should be AP.
i am using this logic like.........
NODIM((((LM <> 1)OR 2) OR 3) * AP + ((( LM == 1) OR 2) OR 3) * AA)
Now the LM is 4 and 1st part is satisfying, so the output should be AP.
But in report it's showing me AA.
Can some one correct me on this logic.
Regards
Shekher