ScriptString

Gets or sets the HFMwMbrSel instance’s dimension members with a string that conforms to the syntax used in Financial Management’s rules scripts and data forms. The string returned by scriptString includes only dimensions for which the value attribute has been set.

If the object’s filtering properties are set to TRUE, then scriptString generates syntax only for dimensions that match the filtering criteria.

Note:

For details on the syntax used in rules scripts and data forms, see the Oracle Hyperion Financial Management, Fusion Edition Administrator's Guide.

Example

The following snippet sets the members of all dimensions.

Read-write.

'cMbrSel is an HFMwMbrSel object reference
cMbrSel.ScriptString = "S#Actual.Y#2000.P#July.W#<Scenario View>." & _
 "E#{[Hierarchy]}.V#<Entity Currency>.A#{[Base]}.I#[ICP Top]." & _
  "C1#[None].C2#[None].C3#[None].C4#[None]"