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

svetok

Members
  • Posts

    5
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Posts posted by svetok

  1. Teodor, thanks much for your reply.

    I CAN pass the number of rows as parameter. But how exactly I can organize all these?

    It seems like I should:

    1. insert page break just at the end of detail band
    2. Regarding that row height and summary height are some fixed values and I want to see together with summary  at least 2 rows, in "print when expression" of page break I should write smth like :

    ( ROWS_TOTAL - ROW_COUNT ==2) && ([pixels till the end of page] > = ROW_HEIGHT * 2) && ([pixels till the end of page] <= ROW_HEIGHT * 2 + SUMMARY_HEIGHT )

     

    How can I get to know that [pixels till the end of page] ?

    Or may be I should use some other criteria?

    Thanks,

    Svetlana



    Post Edited by svetok at 05/28/2009 08:04
  2. Hello,

    I have many rows from the datasource in detail band, and I need to show the summary after all of them.

    BUT, if on the last page there is not enough space for summary, I need the last (or several last) row to be moved to the next page and summary will be showed after them.

    So, I just don't want to have last page containing only summary.

    How can I do this?

    Thanks in advance!

    Svetlana

     



    Post Edited by svetok at 05/26/2009 13:59
×
×
  • Create New...