How sort column by custom?

How sort column by custom ?

If i want sort column by custom list.

Hi @fairymemay,

Take a look thread.

Regards
Balamurugan.S

1 Like

Hi @balupad14 ,

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 you please provide an solution for this?

Hi @Gopi_Arumugam ,

Please take a look this video.

Thank you
Balamurugan.S

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.