Hi, I need to have conditions based on a numeric value, say, N inside a decision table. Following is the set of possible conditions : If N < 500, perform say, Action1 If N >=450, perform say, Action2 If N ==1000, perform say, Action3 If 1000<N<2000, perform say, Action4
Do I need to create four condition columns to achieve the above? Or is there any better way to do it. Would appreciate if anyone can help me. Thanks. Subir
