Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
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