Using JSL script to sort a column in a data table using List Check or Value Order property
Hi all,
I'd like to use the List Check feature or the Value Order column property to custom sort a column in a datatable. This data table is created from a subset of another data table, but I am unable to get the property to custom sort the values in the data table. The relevant commands I'm using is as listed below:
dt_summary_table = (Data Table( "Name of table" )) << Make Into Data Table; /
...