If you want to get the data sorted using a script, you can get it this way:
table.data = system.dataset.sort(results.dataset, 'EventTime')
I like this approach:
If you want to get the data sorted using a script, you can get it this way:
table.data = system.dataset.sort(results.dataset, 'EventTime')
I like this approach: