<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">Hi,<div>i am using Mondrina with jpivot.<br><div>my goal is a member value with a html link (tag &lt;a href=&quot;...&quot;&gt;).</div>
<div>I try to use </div><div><br></div><div><div>public class myLevelFormatter implements mondrian.olap.MemberFormatter {</div><div>    public String formatMember(mondrian.olap.Member member) {</div><div><span style="white-space: pre; ">                </span>return &quot;&lt;a href=&#39; ...&#39;&gt; foo...&lt;/a&gt;&quot;;</div>
<div>    }</div><div>}</div></div><div><br></div><div>It&#39;s working BUT the chars &quot;&lt;&quot;, &quot;&gt;&quot; are translated in &amp;lt; ...</div><div>and the browser does not show a link but a string &quot;&lt;a href=&#39; ...&#39;&gt; foo...&lt;/a&gt;&quot;.</div>
<div><br></div><div>Someone can me help ?</div><div>May be there is another way to obtain a table with links ?</div><div><br></div><div>Thanks</div><div>F.Zanasi</div></div></span>