Skip to main content
Inspiring
August 21, 2006
Question

cfreport builder

  • August 21, 2006
  • 2 replies
  • 291 views
how to control for i just want every 10 record in a 1 page, if i got 30 records then each pages only will show 10 then following by 2nd pages and 3 pages.

cfreport builder not really nice to use
    This topic has been closed for replies.

    2 replies

    utardylanAuthor
    Inspiring
    August 22, 2006
    THE WAY U PROVIDED I TRY B4
    DO NOT WORK......

    GOT ANY NEW WAY...

    CF REPORTBUILDER NOT NICE
    August 21, 2006
    Try something like this:

    In Group Management:
    Add a group and "Group on:" query.recordcount MOD 10
    Click "Start New Page"

    I am not sure if recordcount is available, if not then make a caclulated field that counts the records and try the same thing with the calculated field.