2

In the icCube - Builder, defining a database schema:

How can you provide localizations for attribute members and properties of members in the Schema Builder. When generating a template, these are excluded in the download file?

Arthur
  • 1,692
  • 10
  • 14

1 Answers1

1

Attribute members are localized like regular hierarchies. They should be in the localization export.

For properties, these fields cannot be localized. To localize them, you'll first need to create a measure from the property. This measure you can then localize.

This is for example how to create a measure from a property on the Geography hierarchy.

MEMBER [Measures].[Lattitude] as [Geography].[Geography].currentMember.getProperty("@Ic3Lat",TYPED), CAPTION="@Ic3Lat"