Skip to main content



      Home
Home » Archived » BIRT » Hide Total if single column on mesure
Hide Total if single column on mesure [message #661638] Fri, 25 March 2011 12:18 Go to next message
Eclipse UserFriend
I have this crosstab

Name \ Data 1 \ Data 2
\ m1 \ total \ m1 \ m2 \ total

it's possible hide the total column in Data 1??
Re: Hide Total if single column on mesure [message #661952 is a reply to message #661638] Mon, 28 March 2011 10:59 Go to previous message
Eclipse UserFriend
Have you tried using a visibility expression on the total header and
aggregate data item? something like:

if( data["Data"] == "Data 1" ){
true;
}else{
false;
}

Jason

On 3/25/2011 12:18 PM, Marlon wrote:
> I have this crosstab
>
> Name \ Data 1 \ Data 2
> \ m1 \ total \ m1 \ m2 \ total
>
> it's possible hide the total column in Data 1??
>
Previous Topic:xmlDataSource
Next Topic:Birt Flash Diagram Multiple Axes
Goto Forum:
  


Current Time: Tue Jul 22 18:38:48 EDT 2025

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

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

Back to the top