<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I think that it's not the same bug. That one was related to a "formatString" that was missing. My bug has the same environnement, but it's cause by the the fact that a SlicersAxis is now always sent, which was not the case in version 3.2.1. I think that the problem is related to SlicerAxis for 2 reasons:<div>1- by looking at the diff of the responses (version 3.2.1 VS 3.3.0)</div><div>2- because if I choose a filter, then I can check multiple values<br><div><br></div><div>I'll attach the diff of the 2 responses sent from Mondrian between version 3.2.1 and 3.3.0, you will see what I'm talking about. This output is the result of checking a second check box from the values.Tell me if you want me to append this to the #763 issue, or if you need a new one.</div><div><div><br></div><div>Here is the diff result:</div><div><br></div><div><div>jfcroteau:~ jfcroteau$ diff mondrian-3.2.1.log mondrian-3.3.0.log&nbsp;</div><div>4c4</div><div>&lt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Session SessionId="" mustUnderstand="1" xmlns="urn:schemas-microsoft-com:xml-analysis"/&gt;</div><div>---</div><div>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Session SessionId="17vxcgn982mqk" mustUnderstand="1" xmlns="urn:schemas-microsoft-com:xml-analysis"/&gt;</div><div>28c28</div><div>&lt; &lt;Session SessionId="" xmlns="urn:schemas-microsoft-com:xml-analysis" /&gt;&lt;/SOAP-ENV:Header&gt;</div><div>---</div><div>&gt; &lt;Session SessionId="17vxcgn982mqk" xmlns="urn:schemas-microsoft-com:xml-analysis" /&gt;&lt;/SOAP-ENV:Header&gt;</div><div>214a215</div><div>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;AxisInfo name="SlicerAxis"/&gt;</div><div>247a249,253</div><div>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Axis name="SlicerAxis"&gt;</div><div>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Tuples&gt;</div><div>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Tuple/&gt;</div><div>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/Tuples&gt;</div><div>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/Axis&gt;</div><div>264d269</div><div>&lt;&nbsp;</div></div><div><br></div><div><br></div><div><br></div><div>Thank you.</div></div></div></body></html>