I am reaching out to inquire about a challenge with DMN FEEL Logical Operator not equals.
Basically we are not getting a correct result when placing multiple Not Equals (!=
) in a single field. From the attached example, we basically placed a condition in the 3rd column where if the Input.CallPurpose.Code
is not equals to 2 or 1 - !="2", !="1" - then it should hit that row and return the output, but if we pass "2" or "1" then it should skip this row and try to hit the following rows accordingly.
In our case, If we pass (2) It hits the first operator (!= 2) and will skip the row which is the expected result; however if we pass (1) it will not compare to the second (!=) and it will not skip the row which is the incorrect result
If we pass a single != it works
Any help at this point would be much appreciated
Thanks