How to implement And condition in decision table
This question may be very basic, but we are trying hard to implement a business logic using decision table. In the decision table we have = & != as options and we can add OR conditions by inserting rows. But we need to implement a logic where state is not CA, CO and WI something like that. We tried to included 3 conditions in the same row like (!=CA && !=CO && !=WI) but it didn't work. Anyone please let us know is there any quick work around for this.
Message was edited by: Marissa Rogers - Added category