The SC (ScoreCard) object contains functions for retrieving information from QPR ScoreCard models.
Functions available for the SC object
SubObjects
•
Product: All non-archived models.
•
Model: All objects in the model.
•
Scorecard: All model objects linked to the scorecard, all model objects in the scorecard.
•
ModelObject: All model objects linked to the model object.
ChildObjects
•
Product: All non-archived models.
•
Scorecard: All child scorecards in the scorecard hierarchy.
•
Measure: All child measures in the measure hierarchy.
ParentObjects
•
Scorecard: All parent scorecards in the scorecard hierarchy.
•
Measure: All parent measures in the measure hierarchy.
<typename>
Valid type names:
Product level:
•
Model
Model level:
•
<model object type group (corresponding attribute: typegroupname)>
•
Alert
•
ElementType
•
Element
•
LinkedElement
•
Scorecard
•
Period
•
PeriodLevel
•
Range
•
Series
•
ValueSettings
•
InformationItem
•
Integration
•
<model object type (corresponding attribute: typename)>
•
<element type defined for the model (e.g. "Measure")>: If the name contains spaces, you can omit those. For example Strategic Objective can be called as StrategicObjective.
<relationname>
Valid relations by type:
•
ModelObject
o
BaseObject: When ModelObject is a reference element, this returns the original element
o
Scorecard: Returns the scorecard ModelObject is connected to.
o
InformationItems: Information items connected to ModelObject
•
Element
o
ElementType: Returns the type of Element.
o
<model object relation names, see ModelObject>
•
Measure
o
ParentObjects: Measure's parent object(s)
o
ChildObjects: Measure's child objects
o
Unit: Measure's unit
o
ValueSettings: Measure value settings.
o
PeriodLevel: Measure's period level
o
Users: Users assigned to roles for the measure
o
<element relation names, see Element>
•
Scorecard
o
ParentObjects: Scorecard's parent scorecard
o
ChildObjects: Scorecard's child scorecards
o
BaseScorecard: Scorecard's base scorecard
o
Users: Users assigned to roles for the scorecard
o
TopElement: Scorecard's top element.
o
Measures: Measures in the scorecard.
o
<model object relation names, see ModelObject>
o
<measure relation names (for top element)>
•
PeriodLevel
o
FirstPeriod: The first period in the defined period level.
o
LastPeriod: The last period in the defined period level.
o
CurrentPeriod: Returns the period which contains the current date. If none of the periods contain the current date, no results are returned.
o
Periods: All periods within the period level.
•
Period
o
NextPeriod: The next period.
o
PreviousPeriod: The previous period.
o
PeriodLevel: The period level to which the period belongs to.