Jump to content
JasperReports Library 7.0 is now available ×

Condition to print on last detail on page


2005 IR Help

Recommended Posts

By: sagi7 - sagi7

Condition to print on last detail on page

2005-10-20 00:43

Hello,

 

is ist possible, to get a condition, that i can print an element only when its detail band is the last on page?

 

 

 

 

By: pubDispName - mellino

RE: Condition to print on last detail on page

2005-11-04 00:48

I have the same problem, please if someone give you help...

can you forward the solution? mellino@mellino.net

thanks

 

 

 

 

By: jem11 - gigio11

RE: Condition to print on last detail on page

2005-11-28 12:53

i have the same problem, if someone gets the solution please let me know.

 

thanks

 

Gigio11

 

 

 

 

By: cfi - delphinecfi

RE: Condition to print on last detail on page

2005-11-27 11:22

try this

 

For the element you want to set in the last page set the prnt when expression as

 

new Boolean(Integer.parseInt(String.valueOf($V{PAGE_NUMBER})) == Integer.parseInt(String.valueOf($V{PAGE_NUMBER})))

 

Hope this helps.

 

-Delphine.V

 

 

 

 

By: C-Box - c-box

RE: Condition to print on last detail on page

2005-11-29 12:04

Isn't "Integer.parseInt(String.valueOf($V{PAGE_NUMBER})) == Integer.parseInt(String.valueOf($V{PAGE_NUMBER}))" the same and will return ALWAYS TRUE????????

 

Shouldn't you compare an own variable with the builtin V-PageNumber variable!??!?!

 

C-Box

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

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...