<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi all,<br>
    <br>
    In our MDX queries we use id's to select and captionColumn to
    display data to the end user. This works great until we started to
    use closure tables within one of our levels. It seems that the
    captionColumn (and also captionExpression) don't set the member
    caption on the objects. <br>
    <br>
    I made the following JIRA which also contains a (currently failing)
    test case to reproduce the issue:
    <a class="moz-txt-link-freetext" href="http://jira.pentaho.com/browse/MONDRIAN-2496">http://jira.pentaho.com/browse/MONDRIAN-2496</a><br>
    <br>
    We would like to try to solve this issue if possible. I've been
    trying to debug the code to see where it might go wrong. I noticed
    the SQL does include the caption column, but the final member still
    has 'null' for .caption. The (closure) member does have a
    .dataMember which has the expected caption set. Should we modify
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    MemberBase.getCaption() to check if this.dataMember.caption is set,
    and return that instead?<br>
    <br>
    Any hints resolving this issue will be appreciated. <br>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Kind regards,

Martijn van den Broek
BaseSoft Solutions B.V.

Herengracht 564
1017 CH Amsterdam
The Netherlands

<a class="moz-txt-link-freetext" href="http://www.basesoftsolutions.com/">http://www.basesoftsolutions.com/</a>
+31(0)206847087

Confidentiality notice
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************
</pre>
  </body>
</html>