Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Hide cross table when empty
Hide cross table when empty [message #548066] Tue, 20 July 2010 14:42 Go to next message
Nicola is currently offline NicolaFriend
Messages: 184
Registered: July 2009
Senior Member
Hi,
I see that associated with a cross table there0s a visibility property.
How can I hide the entire table when my cube is empty, please?

Bye
Nicola
Re: Hide cross table when empty [message #548169 is a reply to message #548066] Tue, 20 July 2010 21:58 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Nicola,

Why not just use one of the bindings in the crosstab in the visibility
expression.
For example if I added the amount measure to the crosstab I could use:

if( data["amount"] > 0 ){
false;
}else{
true;
}

Jason

On 7/20/2010 10:42 AM, nicola wrote:
> Hi,
> I see that associated with a cross table there0s a visibility property.
> How can I hide the entire table when my cube is empty, please?
>
> Bye
> Nicola
Previous Topic:include chart in a jsp page
Next Topic:Cross Tab with Header
Goto Forum:
  


Current Time: Wed Apr 24 20:18:25 GMT 2024

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

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

Back to the top