Is there any way to export report as csv file and not to lose trend in it?
I am using system.report.executeReport(path=“Report_Path”, project=“project_Name”, parameters=Parameters, fileType=“csv”)
→ all works fine if report has table data and no trend data. But at the moment when report has some trend inside - it looks just ignored - csv file has no sign of the trend.
Is anybody know workaround using Ignition tools?
If you need a more ‘rich’ report, you must use a different export format. The Excel format will retain charts as images, but may mangle formatting somewhat. PDF is the ideal output format for reports-as-documents; Reporting was never really designed to export reports-as-spreadsheets.