TargetLevel Property

The TargetLevel property sets or returns the level of detail of a date period.

Syntax

SpecialCategory .TargetLevel

Applies To

SpecialCategory Object

Discussion

Special categories track measures for a specific period of time relative to the current date period.

Use this property to specify a reporting period. For example, If the target period is set to Month, PowerPlay® shows a time period of month.

Use the TargetOffset, ContextLevel, ContextOffset and RunningPeriods properties to answer questions about the target period. For example, if the target period is Month, the properties answer the questions:

  • Is it the current month (TargetOffset)?
  • Is it set against a period of Quarter or Year (ContextLevel)?
  • Is it the current Quarter or Year (ContextOffset)?
  • How many target periods (RunningPeriods)?

Type

String

Access

Read/Write

Examples

objSpecCategory 
= _    objModel.Dimensions("Time").Categories.Add(xtrObjectType.
  trSpecialCategory)objSpecCategory.TargetLevel
= "Month"