Hi,
I have a question to ask about sorting rules(rows) fired in a decision table
I have a decision table that has a action column which is kind of a ranking order.
based on some conditions, corresponding rows get fired and as a result, we end up with
rows being selected not necessarily in any order,but based on the ranking order column of
the fired rules, the rows need to be sorted in a subsequent rule .
so, lets say, we end up with rows/rules that get fired as follows:
row7 - ranking order- 3
row 5- ranking order - 6
row 3- ranking order - 4
I would like to sort the rows subsequently as row7,row3, row5
Please note that it is the ranking order that is criteria for sorting, not the row Number
.
How do I accomplish this ? Please pardon if the question is not clear or confusing.
I will try to present it better .
Thanks,
Ram