Showing 2031 - 2040 of 4306 results
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-dataset/system-dataset-sortSorts a dataset and returns the sorted dataset.
-
https://docs.inductiveautomation.com/docs/7.9/appendix/scripting-functions/system-dataset/system-dataset-sortSorts a dataset and returns the sorted dataset.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-dataset/system-dataset-toCSVFormats the contents of a dataset as CSV (comma separated values), returning the resulting CSV as a string.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-dataset/system-dataset-toExcelFormats the contents of one or more datasets as an Excel spreadsheet, returning the results as a byte array.
-
https://docs.inductiveautomation.com/docs/7.9/appendix/scripting-functions/system-dataset/system-dataset-formatDatesReturns a new dataset with Date columns as strings formatted according to the dateFormat specified.
-
https://docs.inductiveautomation.com/docs/7.9/appendix/scripting-functions/system-dataset/system-dataset-filterColumnsTakes a dataset and returns a view of the dataset containing only the columns found within the given list of columns.
-
https://docs.inductiveautomation.com/docs/7.9/appendix/scripting-functions/system-dataset/system-dataset-toPyDataSetThis function converts from a normal DataSet to a PyDataSet, which is a wrapper class which makes working with datasets more Python-esque.
-
https://docs.inductiveautomation.com/docs/7.9/appendix/scripting-functions/system-dataset/system-dataset-toDataSetThis function is used to 1. Convert PyDataSets to DataSets 2. Create new datasets from raw Python lists. When creating a new dataset, headers should have unique names.
-
https://docs.inductiveautomation.com/docs/7.9/appendix/scripting-functions/system-dataset/system-dataset-setValueTakes a dataset and returns a new dataset with one value altered.
-
https://docs.inductiveautomation.com/docs/7.9/appendix/scripting-functions/system-dataset/system-dataset-getColumnHeadersTakes in a dataset and returns the headers as a python list.

Were these results helpful?