Changes

Jump to: navigation, search

Report Variables

54 bytes added, 14:17, 27 May 2016
no edit summary
:* '''exportdata''' - Report data, formatted as defined in the [[Exporting Reports|Custom Export]] settings of the Report
:* '''exportrawdata''' - Report data, without any formatting
 
'''Note:'''
:* ''ReportProperty'' is case sensitive. Using ''reportproperty'' will not work.
 
===Using ReportProperty on reports with a Group By===
:* In order to use a ReportProperty on a report which has a group by clause, you need to add a distinct clause to the ReportProperty syntax.
@ReportProperty(''reportid'',''property'',distinct(''fieldname''))@
Example: If a report is grouped by the tracking id, then your ReportProperty syntax would be
@ReportProperty(''reportid'',''property'',distinct(op.opportunityid))@
0
edits

Navigation menu