Hello Experts,
I have a decision table with 3 columns, the first 2 are condition columns and the 3rd one is a result column.
I have values maintained in the following manner
A1 | 111 | Pack |
A1 | 211 | Freeze |
A1 | 311 | Reject |
B1 | 911 | Send |
Now I want search my table as A1 and * and I expect all 3 values of 'Pack' , 'Freeze' & 'Reject' as my result.
How do i do that?