Objective: Display the Trend Line in a line chart
Answer: Use Trend Line option in the properties tab. Two Trend options are available (Linear Regression or Quadratic Regression)
Examples:
- Linear Regression: https://www.sapsolutionmanagerdemo.com/sap/bc/ui5_ui5/stdf/occ_dash/index.html?configId=87-998
- Quadratic Regression: https://www.sapsolutionmanagerdemo.com/sap/bc/ui5_ui5/stdf/occ_dash/index.html?configId=87-999
Steps:
- In the gadget settings section, enter the title
- Click on “Add Query” button in the “Queries List” section
- Select the data provider /STDF/DP_MAI_ALERTING in the “Queries Settings “section
- Navigate to the “Properties” tab, choose one of the Trend Line property from the drop-down list
- In the preview section, press button “Refresh”
Results:
- Trend Line: Quadratic Regression
- Trend Line: Linear Regression