Hi Guys,<br />
<br />
can anyone help me in this regard.<br />
<br />
I am getting a Table duplicated based on the rows present in another table (which is located in 2nd row of the same table.)<br />
<br />
For Example:<br />
I have Table and Sub-table in the 2nd row of the same table:<br />
<br />
<strong class='bbc'>Courses</strong><br />
Course ID Course NAME<br />
A123 ABC<br />
<br />
<strong class='bbc'>Seats</strong><br />
Seat ID Seat Name<br />
1 A<br />
2 B<br />
<br />
According to this, Courses is a table which has two rows:<br />
1st Row with Course ID/Course Name details<br />
2nd Row has another table <strong class='bbc'>Seat</strong> with Seat ID/Seat Name. <br />
<br />
Now the problem is, the complete Course table duplicates as many times as the number of rows present in the Seats table. <br />
I mean, if Seats table has 1 row then the Courses table is displayed only Once.<br />
if Seats table has 2 rows then the Courses table is displayed twice. (which means the Courses table repeats with same data twice).<br />
if Seats table has 3 rows then the Courses table is displayed thrice. (which means the Courses table repeats with same data thrice).<br />
<br />
But i want the Course table should be displayed Only once <strong class='bbc'>irrespective </strong> of the number of rows present in Seats table (which is another table in the 2nd row of Courses table).<br />
<br />
I referred <span class='bbc_underline'> <a class='bbc_url' href='
http://birtworld.blogspot.com/2010/10/birt-duplicate-rows.html'>BIRT</a> </span> and tried implementing but NO SUCCESS.<br />
<br />
I verified with the dataset query. There is NO duplicate records fetched in the query. But in the Hiding Duplicate Row BIRT, the table Courses is duplicated.<br />
<br />
Can any one help me, how to hide the Courses Table if it is duplicated.<br />
<br />
Thanks,<br />
Anand.