Good afternoon,
I am trying to create some logic that includes 4 different criteria. However, while it doesn't error out, the logic only reads the first two criteria and ignores the last two. Essentially i want the logic to read as below
If (RSD Reason Group) says "carrier related" or Ryder Related" , "Invalid Reason Code" and " Missing Valid Reason Code" than "NO" else "YES" endif. Any help would be greatly appreciated. Below is what i am currently using.
IIF ([RSD_Reason Group] IN ("Carrier" , "Ryder","Invalid Reason Code" , "Missing Valid Reason Code") ,"NO", "YES")