Reports email format
-
In The reports (not Excel) I have a report that works fine and is formatted the way we want when I click the charts button, but when the email comes the format is very different. I would like to know how to find the email format for the report.
-
Hi Larry,
You can find this template at Mango/web/modules/reports/web/ftl/reportChart.ftl
FTL stands for FreeMarker Template language.
The class that constructs the model passed to the template is available here; https://github.com/infiniteautomation/ma-modules-public/blob/eae2d9d46987547e91d681c6895e05394cdf4c57/Reports/src/com/serotonin/m2m2/reports/web/ReportChartCreator.java
-
Phil, Thanks for the info. We found it with your help.
Larry