Changes

Report Variables

1,145 bytes added, 20:11, 2 October 2009
no edit summary
This '''ReportProperty''' variable can be used to display the number of records within a specified report.

This can be used:
:* In a [[Web Page View]] or as a [[Custom Field Type: Read Only – System Variables|Read Only - System Variable]] to display a record count
:* As part of [[Submit Logic]] to ensure a certain condition is met prior to submission of a record.
:* Included in the title of a [[Portal]] shortcut to indicate how many records are at a given status (for example).

'''Syntax:'''
:<font size=3>@ReportProperty(''reportid'',recordcount)@</font>


'''Where:'''
* ''reportid'' is the system ID for the report.


'''Examples''':
* To generate the number of records (equivalent to the number of rows in the report) for report with ID 12345
@ReportProperty(12345,recordcount)@

''This can be used in a [[Web Page View]] or as a [[Custom Field Type: Read Only – System Variables|Read Only - System Variable]] to display a record count, as part of [[Submit Logic]], or included in the title of a [[Portal]] shortcut to indicate how many records are at a given status (for example).''



[[Category:Variables]][[Category:Reports]]
0
edits