Currently, to generate reports, we are using the ignition report module. To view the local reports, we use the webdev module.
Just to see what could be the alternative way to create and view the customized reports.
20 years ago, I was using delphi to enter data to excel template or word doc, then either to save as local files in xls/.doc or to print out pdf report. In this way, the client can send me the excel template they want, we just fill up with site historian raw or calculated data, which is pretty straightforward and the client is taking responsibility to create the format they want.
I know the perspective is a web portal, which does not allow local file access, but is it possible that I can save the excel template on the gateway or to the database, so once the data is collected, I can pull the template either from the gateway local folder or from the database, fill up with data, plot the chart, print out/save as pdf files, then import the generated reports to the database or the gateway local folder? So the operator can view or print out the files from the web page.
For the above mentioned action, is the webdev module required?