So I want to order my column a certain way by using the Value ordering property. In this case b1, b2 and b3 are user inputs from Text Edit Box but still the ordering in the column does not follow {"Buffer", b1, b2, b3} it follows an alphabetical order.
dt = current data table();
:Results<<set property("value ordering", {"Buffer", b1, b2, b3});
I also tried the following after value ordering but it doesn't help
dt << Sort(By(:Results),Order(Ascending),Replace Table);