The following works for the data table "allData"
Data Table( "allData" ):sTest << Set Property(
"Value Order",
{Custom Order({"IP1", "IP2", "IP3", "IP4", "IP5", "IP6"}),
Common Order( 0 )}
);
but the following does not- where am I going wrong?
myList = {"IP1", "IP2", "IP3", "IP4", "IP5", "IP6"};
Data Table( "allData" ):sTest << Set Property(
"Value Order",
{Custom Order(myList),
Common Order( 0 )}
);
When it's too good to be true, it's neither