Community
Participate
Working Groups
Build Identifier: I20080617-2000 Parent Table 1 has pagebreak interval = 1 and the Child Table 2 has pagebreak interval = 8 It does not take effect on the report. still retrieve upto 40 rows as default. Reproducible: Always Steps to Reproduce: 1. applied pagebreak interval of Table 1 (Parent) to 1 2. applied pagebreak interval of Table 2 (Child) to 8 (detail, should limit rows display per page to 8 rows) 3. Does not take-effect to the display of report (html).
Created attachment 184699 [details] PICKList
The child table locates in the parent table's group header. Child table's pagegroup setting will be ignored if the parent table's "repeat group header" setting is enabled. Otherwise it will cause endless loop. set as invalid.
Thank you Xiaoying Gu for your comments. Yes the page break interval is resolved. Is it possible to repeat header if the child table continues to the next page?
(In reply to comment #3) > Thank you Xiaoying Gu for your comments. > Yes the page break interval is resolved. > > Is it possible to repeat header if the child table continues to the next page? Do you mean the table header/group header of child table?
Hi Xiaoying Gu, I appreciate your replies. I have resolved my problem with pagebreak by removing the Child table and just use a normal header / detail table. Thanks, Joan
Closed.