<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>I would have filed a JIRA but I can't even describe what is happening, so I just post it on this ML.</div><div><br></div>We have discovered a very weird behaviour in mondrian when we execute the following MDX statement on foodmart:<div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 154px; text-indent: -154px; font: normal normal normal 12px/normal Courier; ">SELECT&nbsp;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 154px; text-indent: -154px; font: normal normal normal 12px/normal Courier; "><span class="Apple-tab-span" style="white-space:pre">        </span>NON EMPTY CrossJoin([Education Level].[Education Level].Members, CrossJoin([Product].[Product Family].Members, [Store].[Store State].Members)) ON COLUMNS,&nbsp;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 154px; text-indent: -154px; font: normal normal normal 12px/normal Courier; "><span class="Apple-tab-span" style="white-space:pre">        </span>NON EMPTY CrossJoin([Promotions].[Promotion Name].Members, [Marital Status].[Marital Status].Members) ON ROWS&nbsp;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 154px; text-indent: -154px; font: normal normal normal 12px/normal Courier; ">FROM [Warehouse and Sales]</div></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 154px; text-indent: -154px; font: normal normal normal 12px/normal Courier; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 154px; text-indent: -154px; font: normal normal normal 12px/normal Courier; "><span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; ">When i execute this i get a result that looks like this:&nbsp;</span><span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; "><a href="http://i.imgur.com/eK1KH.jpg">http://i.imgur.com/eK1KH.jpg</a>&nbsp;(this is executed in saiku but i have reproduced the same issue with PDI (using a 3-3-SNAPSHOT and olap4j-0.9.9-SNAPSHOT)</span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 154px; text-indent: -154px; font: normal normal normal 12px/normal Courier; "><font class="Apple-style-span" face="Helvetica"><span class="Apple-style-span" style="font-size: medium;">It seems like mondrian is populating the same members on both axes</span></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 154px; text-indent: -154px; font: normal normal normal 12px/normal Courier; "><font class="Apple-style-span" face="Helvetica"><span class="Apple-style-span" style="font-size: medium;"><br></span></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 154px; text-indent: -154px; font: normal normal normal 12px/normal Courier; "><font class="Apple-style-span" face="Helvetica"><span class="Apple-style-span" style="font-size: medium;">When I add a Measure to the ROWS axis, it works correctly, however if I add it to COLUMNS it adds the measure to the columns but shows the same faulty resultset as in the first query result</span></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 154px; text-indent: -154px; font: normal normal normal 12px/normal Courier; "><font class="Apple-style-span" face="Helvetica"><span class="Apple-style-span" style="font-size: medium;"><br></span></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 154px; text-indent: -154px; font: normal normal normal 12px/normal Courier; "><font class="Apple-style-span" face="Helvetica"><span class="Apple-style-span" style="font-size: medium;">I've never come along a similar error and this is the only combination i found so far that produces this behaviour.</span></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 154px; text-indent: -154px; font: normal normal normal 12px/normal Courier; "><font class="Apple-style-span" face="Helvetica"><span class="Apple-style-span" style="font-size: medium;"><br></span></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 154px; text-indent: -154px; font: normal normal normal 12px/normal Courier; "><font class="Apple-style-span" face="Helvetica"><span class="Apple-style-span" style="font-size: medium;">-Paul</span></font></div></body></html>