Duplicate Record in Group on Page Break

I'm using a group header, master data, and group footer in a report. There are about 6 groups and I use the data dictionary to set the group condition which is nothing more than a numeric field in the database. The report and groups work great until the report becomes so large that a group is split across a page boundary. When this happens the last record on the first page is duplicated and also appears as the first entry on the second page. However, the record in the database following the duplicated record is skipped in the displayed report. A group sum on the footer shows that all the records for this particular group are being totalled correctly ... so it appears this is only a display problem.

Any ideas?

Comments

  • edited 2:47AM
    I found the problem but don't understand the reason.

    I changed the 'MasterData' 'Breaked' property from 'true' to 'false' ... the duplicate record went away.

    Correct settings are now:

    'GroupHeader->Breaked = true'
    'MasterData->Breaked = false'
    'GroupFooter->Breaked = false'

    It wasn't clear from documentation how the 'Breaked' property works and interacts in this situation.

    Can anyone tell me why this solution worked?

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.