<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Udi,<div><br></div><div>Yes, that makes sense. This would be a new method; we would keep the existing "drillThrough()" method for backwards compatibility.<div><div><br></div><div>Under the covers, the drillThrough method generates an executes a DRILLTHROUGH MDX statement whose syntax is as follows:</div><div><br></div><div>&nbsp; DRILLTHROUGH</div><div>&nbsp; [ MAXROWS &lt;count&gt; ]</div><div>&nbsp; [ FIRSTROWSET &lt;count&gt; ]</div><div>&nbsp; &lt;selectStatement&gt;</div><div>&nbsp; [ RETURN &lt;memberOrAttribute&gt; [, &lt;memberOrAttribute&gt;... ] ]<br><div><br></div><div>If extended=true it would generate a RETURN clause with a larger set of attributes. If you want finer control you can always generate the DRILLTHROUGH statement yourself.</div><div><br></div><div>I have logged&nbsp;<a href="https://github.com/olap4j/olap4j/issues/11">https://github.com/olap4j/olap4j/issues/11</a>. It should be in 2.0.</div><div><br><div apple-content-edited="true">
<div>Julian</div></div></div></div></div></div></body></html>