I'm trying to create a chart of tag history with newest entries first.
I'm using a script transform using system.dataset.sort (guessing on syntax from user manual)
return system.dataset.sort(value,'t_stamp'[,descending])
could someone help with the correct syntax?
Thanks!