Hi,
I am in a program in M3.
Default sorting order is 1.
How can I change sorting order with H5 script?
Thanks
Kirill
Have you tried the below.
this.controller.SetValue("WWQTTP", "1");
It worked.
Thanks Rene!