Navigation:  Integration via SOAP web services > Published web services > Performance >

viewScorecardMetricValuesData

Previous  Top  Next

This method enables recovering:

Values of all active indicators from a released Scorecard or one without revision;

 

If the user does not have permission to view one of the Scorecard indicators, the web service will not return the indicator values.

 

To insert each of these items, it is necessary to follow the standard documented below.

 

Java class

Request

web/wwwroot/ws/java/strategy/ViewScorecardMetricValuesDataRequestType.java

Return

web/wwwroot/ws/java/strategy/ViewScorecardMetricValuesDataResponseType.java

 

Request

ID #

Required

Description

IDSCORECARD

X

Scorecard ID #

NRYEAR

X

Year

 

Return

ID #

Description

return

SUCCESS: Returns a vector with the metadata:

 

SCMETRICS: Matrix; Scorecard indicators.

SCMETRIC: Matrix; Scorecard indicator.

oIDSCORECARD: String; Scorecard ID #.

oIDSCMETRIC: String; Scorecard indicator ID #.

oNMCONFIGVIEW: String; View profile name.

oNMSCOREITEMOWNER: String; Upper level indicator element.

oFGFREQUENCY: String; Indicator frequency. (1 - Yearly; 2 - Biannual; 3 - Four-month-period; 4 - Quarterly; 5 - Bimonthly; 6 - Monthly; 7 - Biweekly; 8 - Weekly; 9 - Daily; 10 - Based on event)

oFGRANGESCALE: Indicator range configuration.

oNMMETRICTYPE: String; Indicator type name.

oNMOWNER: String; Users responsible for the indicator.

oFGDUEMEASURE: String; Indicator due date status. (1 - On time; 2 - Past due)

oIDMEASUNITY: String; Indicator measurement unit.

PERIODS: Matrix; Indicator periods.

PERIOD: Indicator period.

oNMPERIOD: String; Period name.

oVLACTUAL: String; Period measurement.

oVLTARGET: String; Period target.

oVLPERCENT: String; Period percentage.

oNMRANGEPERIOD: String; Period range status.

oVLPOINTS: String; Period score.

oVLVARIATION: String; Period variation value.

oVLPERDIFFERENCE: String; Period percentage difference value.

oVLTARGETTYPE1: String; Value of Additional field 1 of the period.

oVLTARGETTYPE2: String; Value of Additional field 2 of the period.

oVLTARGETTYPE3: String; Value of Additional field 3 of the period.

oVLWEIGHT: String; Period weight.

oFGTREND: String; Period trend (1 - Upward trend; 2 - Constant trend; 3 - Downward trend).

oVLTREND: String; Period trend value.

oVLAVERAGE: String; Period average value.

oVLAMPLITUDE: String; Period range value.

oVLVARIANCE: String; Period variance value.

oVLSTANDARDDEV: String; Period standard deviation value.

oVLCOEFVARIATION: String; Period coefficient of variation value.

oVLGROWTHLASTPERIOD: String; Growth percentage regarding the previous period.

oVLGROWTHLASTYEAR: String; Growth percentage regarding the same period in the previous year.

oVLACTUALACCUM: String; Period accumulated measurement.

oVLTARGETACCUM: String; Period accumulated target.

oVLPERCENTACCUM: String; Period percentage accumulated.

oNMRANGEACCUMPERIOD: String; Period accumulated range status.

oVLPOINTSACCUM: String; Period cumulative rate.

oVLVARIATIONACCUM: String; Period cumulative variation value.

oVLPERDIFFACCUM: String; Period percentage accumulated deviation value.

oVLTARGETTYPE1ACCUM: String; Value of the accumulated additional field 1 of the period.

oVLTARGETTYPE2ACCUM: String; Value of the accumulated additional field 2 of the period.

oVLTARGETTYPE3ACCUM: String; Value of the accumulated additional field 3 of the period.

oVLRHYTHMIC: String; Period rhythm value.

oVLRHYTHMICNECESSAR: String; Period necessary rhythm value.

oFGTRENDACCUM: String; Period accumulated trend (1 - Upward trend; 2 - Constant trend; 3 - Downward trend).

oVLTRENDACCUM: String; Period accumulated trend value.

oVLPERCENTACCUMACHIVE: String; Period cumulative achievement percentage.

oVLGROWTHLASTYEARTODATE: String; Growth percentage regarding the same accumulated period in the previous year.

oVLACTUALACCUM2: String; Period accumulated measurement 2.

oVLTARGETACCUM2: String; Period accumulated target 2.

oVLPERCENTACCUM2: String; Period percentage accumulated 2.

oNMRANGEACCUM2PERIOD: String; Period accumulated range 2 status.

oVLPOINTSACCUM2: String; Period cumulative rate 2.

oVLVARIATIONACCUM2: String; Period cumulative variation 2 value.

oVLPERDIFFACCUM2: String; Period percentage accumulated 2 deviation value.

oVLTARGETTYPE1ACCUM2: String; Value of the additional field 1 accumulated 2 of the period.

oVLTARGETTYPE2ACCUM2: String; Value of the additional field 2 accumulated 2 of the period.

oVLTARGETTYPE3ACCUM2: String; Value of the additional field 3 accumulated 2 of the period.

 

FAILURE: Message with the error found.

error

Returns the error code:

1 - IDSCORECARD parameter not entered.

2 - NRYEAR parameter not entered.

3 - NRYEAR is not a valid number.

4 - NRYEAR field invalid. Type a numeric value between 1970 and 2050.