Showing 1801 - 1810 of 3778 results
-
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.
-
https://docs.inductiveautomation.com/docs/8.1/platform/scriptingWhat Is Scripting?
-
https://docs.inductiveautomation.com/docs/7.9/appendix/expression-functions/logic/tryThis expression is used to swallow errors caused by other expressions.
-
https://docs.inductiveautomation.com/docs/7.9/appendix/expression-functions/logic/switchThis function acts like the switch statement in C-like programming languages.
-
https://docs.inductiveautomation.com/docs/7.9/appendix/expression-functions/logic/ifThis function evaluates the expression condition, and returns the value of trueReturn or falseReturn depending on the boolean value of condition.

Were these results helpful?