Jump to content
We've recently updated our Privacy Statement, available here ×

iReport 4.1.2 Can i hide Table footer in Table component using something like "PrintWhenExpression"?


sanbez

Recommended Posts

subj

I have one report with boolean parameter "increase". 

Output when increase=false

Date1 Val1
Date2 Val2
Date3 Val3

Sum     Val1+Val2+Val3

Output when increase=true

Date1 Val1
Date2 Val1+Val2
Date3 Val1+Val2+Val3

I make 3 columns (Date, Val (increase=false), ValIncr(increase=true)  ). "Column print when" on table Header work perfectly.
But where "Table footer print when"? :)

In second format I want hide table footer (with "summary") of table component.

Can I make it by only one condition? Now I set "Print when expression" on all fields :(

 

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

I am know about panel of band properties.

But all parts of table component (contain Table Header, Column Header, Detail, Column Footer and Table Footer - it is composition of Table, it is not a bands of report!) must be placed only in one band.

I can't drag only table footer into other band.

 

Any ideas?

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...