Hi all,<br>        I can get all the schema by getSchemaReader(), and then use the cube object to get all the Dimensions definition,<br>measure is a special dimension, so it should be got too. but how can i get a special measure&#39;s name<br>
for example, in foodmart there is a &quot;Unit Sales&quot; measure:<br><br> &lt;Measure name=&quot;Unit Sales&quot; column=&quot;unit_sales&quot; aggregator=&quot;sum&quot;<br>      formatString=&quot;Standard&quot;/&gt;<br>
<br> the dimension.getUniqueName() method just return &quot;[Measures]&quot;<br><br>Thanks.<br><br>