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 are used to display information in the system through SQL statements and criteria.
Attributes
| | |
---|
name | The report name. | Any |
description | The report description. | Any |
entityTable | The entity table. | Any |
entityField | The entity field. | Any |
dataset | The report dataset. | Any |
joins | The report SQL joins. | Any |
conditions | The report SQL conditions. | Any |
template | The report template. | A00_A4_Landscape, A00_A4_Landscape_With_SubReport, B00_A4_Portrait |
subReport | The report sub report. | SubReport |
| | |
Examples
Bar Chart
<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>