Contents
Partner Programs
Sepasoft - MES Modules
Cirrus Link - MQTT Modules
Resources
Knowledge Base Articles
Inductive University
Forum
IA Support
SDK Documentation
This function is depreciated, use system.dataset.exportHTML.
Exports the contents of a dataset to an HTML page. Prompts the user to save the file to disk.
system.dataset.exportHTML(filename, showHeaders, dataset, title)
String filename - A suggested filename to save as.
boolean showHeaders - If true (1), the HTML table will include a header row.
Dataset dataset - The dataset to export.
String title - The title for the HTML page.
String - The path to the saved file, or None if the action was canceled by the user.
Client