Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » How to hide the first line in cross table
How to hide the first line in cross table [message #890086] Thu, 21 June 2012 03:21 Go to next message
smith link is currently offline smith linkFriend
Messages: 14
Registered: May 2012
Junior Member
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? Very Happy


Re: How to hide the first line in cross table [message #890301 is a reply to message #890086] Thu, 21 June 2012 20:05 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

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
>
>
>
Re: How to hide the first line in cross table [message #891459 is a reply to message #890301] Mon, 25 June 2012 03:08 Go to previous message
smith link is currently offline smith linkFriend
Messages: 14
Registered: May 2012
Junior Member
Thanks Very Happy
Previous Topic:Display asterisk for null values in Bar chart
Next Topic:How to create subreport within birt report using scripted dataset
Goto Forum:
  


Current Time: Fri Apr 26 04:48:30 GMT 2024

Powered by FUDForum. Page generated in 0.02860 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top