Hi,
I have some issues regarding sorting a dataset on the binding for a time series chart. Tried looking around the forum for some answers but could find something that matches this case.
The gateway is running on version 8.1.47.
My setup on my data-binding looks like this, pretty straight forward, and I get the result to show in the chart.
Then I'm adding a script transform, and converting the dataset to a pyDataset. This still works, and I'm getting my results.
But when applying the dataset.sort function I get an component error on the chart even tough the script has no errors and returns a new dataset.
I have no errors in the logs, or on the component itself. The returned dataset on the binding looks correct but the chart doesn't display it. Removing the script transform doesn't work, and it seems to me that I need to delete the chart and redo the process.
Does this look correct or am I doing something completely wrong?