Hi All,
I have 5 columns as below
comp code | Joint venture | JV owner | PRA Owner | QLS Owner |
---|---|---|---|---|
A | 123 | ABcd | Stat | ABcd |
Capex | Capex | Capex | ||
Stat | ABcd | Stat | ||
ABcd |
Now I want to sort these columns in aplabetically descending order?
I use code in END routine as SORT Result_pacakge by compcode joint_ven JV owner PRA Owner Qls Owner ascending.
but that way I am getting all # values in JV Owner column.
Can anyone of you suggest , how to achieve this?
With Regards,
Sarika