Trend Graph Portlets in SDF Custom Objects

You can create trend graph portlets in SuiteCloud Development Framework (SDF) using the publisheddashboard SDF custom object. For information about the appropriate context, see Published Dashboards as XML Definitions.

Trend graph portlets show the differences in KPIs data over time. Up to five trend graph portlets can be added to a dashboard.

Trend graph portlets in SDF are represented with the trendgraph element. You can specify this element in a dashboard of a published dashboard object.

The following example shows a trend graph portlet definition that displays monthly ESTIMATES KPI data in an area chart:

          <trendgraph>
    <defaultcharttype>AREA</defaultcharttype>
    <kpi>ESTIMATES</kpi>
    <trendtype>MONTHLY</trendtype>
    <showmovingaverage>T</showmovingaverage>
    <movingaverageperiod>2</movingaverageperiod>
    <showlastdatapoint>T</showlastdatapoint>
    <includezeroonyaxis>F</includezeroonyaxis>
    <charttheme>GLOBAL_THEME</charttheme>
    <backgroundtype>GLOBAL_BACKGROUND</backgroundtype>
    <customseriescolor>#ABCDEF</customseriescolor>
</trendgraph> 

        

For more information about trend graph portlets, see:

Related Topics

Supported Published Dashboard Object Portlets
Analytics Portlets in SDF Custom Objects
Calendar Portlets in SDF Custom Objects
Custom Portlets in SDF Custom Objects
Custom Search Portlets in SDF Custom Objects
Event Scheduler Portlets in SDF Custom Objects
Key Performance Indicator (KPI) Portlets in SDF Custom Objects
Key Performance Indicator (KPI) Scorecard Portlets in SDF Custom Objects
KPI Meter Portlets in SDF Custom Objects
Links Portlets in SDF Custom Objects
List Portlets in SDF Custom Objects
My Login Audit Portlets in SDF Custom Objects
Gantt Chart Portlets in SDF Custom Objects
Project Info Portlets in SDF Custom Objects
Project Profitability Portlets in SDF Custom Objects
Project Links Portlets in SDF Custom Objects
Quick Search Portlets in SDF Custom Objects
Recent Records Portlets in SDF Custom Objects
Recent Reports Portlets in SDF Custom Objects
Report Snapshot Portlets in SDF Custom Objects
Reminders Portlets in SDF Custom Objects
Search Form Portlets in SDF Custom Objects
Settings Portlets in SDF Custom Objects
Tasks Portlets in SDF Custom Objects

General Notices