RowItemStringFormat Element

(Optional) you can set String.Format to replace any type character in string item.  Use this to format each row, to prefix dimension and hierarchies name or surroundbrackets b   

 

Syntax

<InjectionDefinition>
  <RowItemStringFormat>...</RowItemStringFormat>
</InjectionDefinition>
Element Characteristics

Characteristic

Description

Data type and length

string

Default value

- None -

 
Element Relationships

Relationship

Description

Parent elements

InjectionDefinition

Child elements

- None -


Example

RowItemStringFormat like follow

<RowItemStringFormat>[Geography].[City].[{0}]</RowItemStringFormat>

well format the item list Alhambra, Alpine, Auburn into

[Geography].[City].[Alhambra]
[Geography].[City].[Alpine]
[Geography].[City].[Auburn]