Hello all,
I have a datatable lets say
|A|B|C|
|1|2|Two|
|3|5|Three|
|2|3|One|
And I would like to sort it by A (ASC) then B (ASC) and C by custom order (Two,One,Three) simultaneously so it would look like this.
|A|B|C|
|1|2|Two|
|2|3|One|
|3|5|Three|
I have been searching for this issue from last one month…i didn’t found any solution. The exact query was asked by another person…there also no has answered…can anyone provide an solution for this?