When set to true, while loading members into Essbase, unique member names come from the caption binding expression. The default is false.
If the key and caption bindings are different, and uniqueMemberFromCaptionBinding is set to false, then for drill-through reports to work properly, the Duplicate member name support check box must be selected in the General tab of the Essbase Model Properties dialog box.
server.essbase.uniqueMemberFromCaptionBinding=true|false
With server.essbase.uniqueMemberFromCaptionBinding=false, when deploying cubes, this is the default behavior for loading members into Essbase:
For unique member name outlines, member names come from the key binding expression.
For duplicate member name outlines, member names come from the caption binding expression.
For unique and duplicate member name outlines:
Member name transformation (such as prefix/suffix) works as specified
Data load optimization (alias optimizaton) works as specified
When server.essbase.uniqueMemberFromCaptionBinding=true, and the caption and key bindings of a dimension element are different, drill-through reports cannot be run from cubes that contain this dimension element.
server.essbase.uniqueMemberFromCaptionBinding=true