SelectablePOVList

Use this keyword to specify the members of a dimension that can be selected by users.

The initial value for a selectable dimension comes from the Background POV if one is specified for the dimension; otherwise, the initial value comes from the user’s point of view. If the initial value is invalid for the list, the system defaults to the first member of the list.

When the user selects a new member, the selected member becomes part of the user’s point of view.

Syntax

SelectablePOVList=Dimension{MemberList}
SelectablePOVList=Dimension{[SystemList]}
SelectablePOVList=Dimension{Parent.[SystemList]}

Table 7-5 Syntax for SelectablePOVList Keyword

Parameter Description
Dimension

One of these characters to represent the dimension that is selectable:

  • S for Scenario

  • W for View

  • E for Entity

  • V for Value

  • P for Period

  • A for Account

  • I for ICP

  • C for Custom

Parent

A valid parent for the dimension.

MemberList

Name of a valid member list.

SystemList

Name of a valid system list.

Example

SelectablePOVList=S{ActualBudget}.Y{Years}.P{Months}.E{[Hierarchy]}.
C1{ProductsAllocate}.C2{Customers}.C3{AllChannels}