Category: | Feature request |
Priority: | High |
Status: | Acknowledged |
Project: | Severity: | Minor |
Resolution: | Open |
|
Component: | Reproducibility: | Always |
Assigned to: |
In Mondrian schema there is "Caption" and "Caption Column" features for different elements. It will be interesting to have a "business name" where as an technical identifier executing a MDX query through JasperReports.
In this line just to show how we describe the a level for example
<Level name="avis" uniqueMembers="true" column="id_avis" type="Numeric" caption="Avis" captionColumn="avis"/>
So we just modified the methode "getName" in the JRMondrianMember class and return the member.getCaption instead of member.getName to have what we need...
Perhaps there are more change
Best regards.