Hi everyone
I am trying to export data to csv, but it seems like got some error on export csv this funciton.
Anyone knows how to solve this issue ?
Many thanks
Johnny
Checking the documentation, system.dataset.exportCSV appears to be only available to Vision clients.
Perhaps you could try system.dataset.toCSV since it is accessible from Perspective sessions.
system.file.saveFile is only available to Vision clients.
is there any possible solution in perspective ?
cheers
Use system.perspective.download: system.perspective.download - Ignition User Manual 8.1 - Ignition Documentation
Not for access to the browser-local filesystem, no. That would be an enormous security hole. The only option is to trigger a download, as noted by @bschroeder.