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.
How to email events list only
-
Events are optionally appended to a standard report. But is there a way to just email events as a group - over a time period - just like those appended to a report now?
-
Hi mlavelle,
You could copy the reportChart.ftl template from Mango/web/modules/reports/web/ftl/ into that same directory, give it another name like 'eventReport.ftl' and gut the report template for the
<#if includeEvents>
section, then set up a report to use that template instead. Is that what you had in mind? -
That works. Sure. Thanks.