Hi Experts,
I got a problem by using BRFPlus NW 701. I modeled a decision table. In this decision table I defined a column for condition check. The condition is an "exclude" condition, something like exclude (01;02;03), which means the condition will be returned as true when the input not 01 and not 02 and not 03. I used the standard way to model this condition directly in decision table cell using:
Unless TYPE
equals 01
or equals 02
or equals 03
When I then tried to test the rule using Simulation, I got this condition always returned as "FALSE", independent on which value I input.
Did anyone face the same problem? Thank for help!
Regards
Di