Skip to end of banner
Go to start of banner

Report Pages Documentation

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Report Pages Documentation

Report pages are used to display information in the system through SQL statements and criteria.

Attributes

Name
Description
Value
nameThe report name.Any
descriptionThe report description.Any
entityTableThe entity table.Any
entityFieldThe entity field.Any
datasetThe report dataset.Any
joinsThe report SQL joins.Any
conditionsThe report SQL conditions.Any
templateThe report template.A00_A4_Landscape, A00_A4_Landscape_With_SubReport, B00_A4_Portrait
subReportThe report sub report.SubReport
   

 

 

Examples

 Bar Chart

 

participantsSignups.xml
<dashboardcomponent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/dashboards.xsd">
	<name>Rewards Participants Signups</name>
	<description>Rewards Participants Signups Bar Chart</description>
	<ejb>CRMUIRewardDashboard</ejb>
	<method>loadParticipantsSignups</method>
	<type>bar</type>
	<orientation>horizontal</orientation>
	<primaryfield>REWARDPARTICIPANTS.REWPARTID</primaryfield>
	<primaryfieldlabel>Number of Rewards Participants</primaryfieldlabel>
	<groupbyfield>MONTH_SIGN_UP_DATE_FILTER</groupbyfield>
	<summarypage>rewards/participants</summarypage>
</dashboardcomponent> 
  • No labels