Difference between revisions of "Report Variables"

From SmartWiki
Jump to: navigation, search
Line 18: Line 18:
 
  @ReportProperty(12345,recordcount)@
 
  @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).''
 
  
 +
* To display the number of records at a given status in a Portal Icon:
 +
:[[Image:CMPortal.png]]
 +
 +
Will display as:
 +
:[[Image:PIcon.png]]
  
  
 
[[Category:Variables]][[Category:Reports]]
 
[[Category:Variables]][[Category:Reports]]

Revision as of 16:46, 2 October 2009

This ReportProperty variable can be used to display the number of records within a specified report.

This can be used:

Syntax:

@ReportProperty(reportid,recordcount)@


Where:


Examples:

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


  • To display the number of records at a given status in a Portal Icon:
CMPortal.png

Will display as:

PIcon.png