0
edits
Changes
→Reporting Enhancements
==Reporting Enhancements==
===Report Variables===
* Exportdata will be replaced with report data using the advance export template.
:<font size=3>@ReportProperty(''reportid'',exportdata)@</font>
* CSVData will be replaced with report data as comma separated values.
:<font size=3>@ReportProperty(''reportid'',csvdata)@</font>
'''Example''': To display the exported report for the report with ID 12345
@ReportProperty(12345,exportdata)@
''These 2 variables can be used in a [[Web Page View]] or [[Custom Field Type: Read Only – System Variables|Read Only - System Variables]] custom field, or be included in the body of a [[Workflow]] message.''
===Report Builder - Table Selection===
* The columns in the Report Builder are now filtered by the Table and the Type. This will simplify locating the desired field for the report.