Can you try using some crosstab script like described here:
http://birtworld.blogspot.com/2010/02/birt-crosstab-scripting.html
use the getCellId to check if you are on the right crosstab cell and
then use:
cellInst.getStyle().display = "none";
Jason
On 6/20/2012 11:21 PM, smith link wrote:
> I'm using birt 2.3.x, and making a cross table, everything is OK but the result list show a empty line at the first line. How to hide this? :d
>
>
>