Is it possible to "merge" the row vertically so that the report looks neater? Like follows:
+-----------+--------+--------------+
| Tbl Hdr | Group | User |
+-----------+--------+--------------+
|Very long | [User] | [Reputation] |
|description+--------+--------------+
|of the | [User] | [Reputation] |
|group +--------+--------------+
| | | |
+-----------+--------+--------------+
In stead of:
+-----------+--------+--------------+
| Tbl Hdr | Group | User |
+-----------+--------+--------------+
|Very long | [User] | [Reputation] |
|description| | |
|of the | | |
|group | | |
+-----------+--------+--------------+
| | [User] | [Reputation] |
+-----------+--------+--------------+
| | | |
+-----------+--------+--------------+
I can merge by use jQuery code in report but just work in HTML of course. I cant find solution in excel, may be some trick i dont know. Or somehow i can merge cell by code after IRunTask run() in Java code. Iam using Eclipse BIRT Designer Version 4.3.2.v20140211-1400 Build <4.3.2.v20140218-1056>
Thanks for reading.