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