Trend Chart Mashup
* 
This mashup is designed to be easily replaced with a customized mashup so long as the customized mashup has the same inputs and outputs. For more information, see Replacing Modular Mashups.
The trend chart mashup (PTC.ActionTracker.TrendChart_MU) displays the total loss hours trend for the actions displayed in the grid mashup.
The Action Tracker main page, with a red rectangle indicating the trend chart mashup.
Widgets
The PTC.ActionTracker.TrendChart_MU mashup uses a single Line Chart widget.
Inputs
The input parameters for the PTC.ActionTracker.TrendChart_MU mashup are:
Manager—The manager from which the services on this mashup are run.
reasonCategoryUid—The UIDs of the reason categories selected in the applied Global Loss filter.
equipmentUid—The equipment selected in the applied Equipment filter.
startDate—The start date from the applied Date Range filter.
endDate—The end date from the applied Date Range filter.
Outputs
The output parameters for the PTC.ActionTracker.TrendChart_MU mashup are the same as the input parameters.
Services
The mashup uses the following dynamic service from the PTC.ActionTracker.Management_TS Thing Shape:
ProcessTrendDisplay—Processes the data for display in the trend chart.
QueryTimeLossTrend—Queries based on the mashup input parameters and returns an infotable of the timestamps and values which are used to draw the trend chart.
Dynamic services allow you to select the entity to execute a service at runtime. In this case, the service can be executed from any entity that implements the PTC.ActionTracker.Management_TS Thing Shape. For more information, see Dynamic Services in the Mashup Builder section of the ThingWorx Help Center.
Was this helpful?