Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Hide Total if single column on mesure
Hide Total if single column on mesure [message #661638] Fri, 25 March 2011 16:18 Go to next message
Marlon  is currently offline Marlon Friend
Messages: 3
Registered: March 2011
Junior Member
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 14:59 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

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: Sat Apr 27 02:28:15 GMT 2024

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

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

Back to the top