Home
Designing Analytics Reports
Hiding the Border of a table conditionally
Migrateduser
<p>Hi,</p>
<p> </p>
<p>I've a simple table with 5 columns. The name of first column is Title. I've designed the xml to split the title into two block if the the length is huge. I cannot make use of BIRT internal wrap properties due to some limitation in our application. Hence i've manually split the text in different blocks in xml file.</p>
<p> </p>
<p>Now I need to hide the bottom border in the generated report. If there is only title tag in the xml block, we can assume it as continuation of previous xml block. <br>
with this assumption is it possible to hide the bottom border conditionally?</p>
<p> </p>
<p>or is there anything else that can be thought off </p>
<p> </p>
<p>I'm attaching the sample report, xml and a snapshot that contains actual output and expected output explained. </p>
<p>Since i'm not able to attach the xml file, i'm pasting it over here - </p>
<p> </p>
<div>
<pre class="_prettyXprint">
<?xml version="1.0" encoding="ISO-8859-1"?>
<BookStore>
<Book>
<title>History</title>
<author>Tom</author>
<copies>10</copies>
<price>80</price>
<date>11/12/2014</date>
</Book>
<Book>
<title>Basic Mathematics</title>
<author>Roy</author>
<copies>5</copies>
<price>100</price>
<date>10/12/2013</date>
</Book>
<Book>
<title>Written by Jason</title>
</Book>
<Book>
<title>Java</title>
<author>Harry</author>
<author>Potter</author>
<copies>6</copies>
<price>100</price>
<date>08/12/2010</date>
</Book>
</BookStore></pre>
<p>Any help on this would be very useful..<br>
Thank You.</p>
</div>
<p> </p>
Find more posts tagged with
Comments
There are no comments yet