Good afternoon.
I am trying to create a new column with the logic below. However, I keep getting the malformed if statement error when i try to use the existing (At fault groups) column. Essentially, I want the column to read like below.
If (at fault groups) says "carrier related" or Ryder Related" than "NO" else "YES" endif. Any help would be greatly appreciated. Below is what i am currently using and what i am seeing as a result.
解決済! 解決策の投稿を見る。
Hi @czjames87 ,
IIF([field] in ("This", "That"), "True", "False")
cheers,
mark
that did it. thank you!