Showing 3731 - 3740 of 4305 results
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-dataset/system-dataset-addRowsTakes a dataset and returns a new dataset with new rows added or inserted into it.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-dataset/system-dataset-addColumnTakes a dataset and returns a new dataset with a new column added or inserted into it.
-
https://docs.inductiveautomation.com/docs/8.1/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/8.1/appendix/scripting-functions/system-dataset/system-dataset-exportHTMLExports the contents of a dataset to an HTML page. Prompts the user to save the file to disk.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-dataset/system-dataset-exportExcelExports the contents of a dataset as an Excel spreadsheet, prompting the user to save the file to disk.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-dataset/system-dataset-exportCSVExports the contents of a dataset as a CSV file, prompting the user to save the file to disk.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-dataset/system-dataset-clearDatasetTakes a dataset and returns a new dataset with all of the same column names, but all of the rows deleted.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-dataset/system-dataset-appendDatasetTakes two different datasets and returns a new dataset with the second dataset appended to the first.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-dataset/system-dataset-dataSetToHTMLFormats the contents of a dataset as an HTML page, returning the results as a string.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-dataset/system-dataset-deleteRowsTakes a dataset and returns a new dataset with one or more rows removed.

Were these results helpful?