Hi,
trouble in ReportBuilder when using a defined BreakGroup with the property "Keep Group: OnPage".
-> See my testcase -> after each 20 data rows a break with "Keep Group: On Page" is done. I define the "Page Header" with showing a line only on the first page and a line showing on follow pages. When "keep Group: OnPage" is not used, everything works fine. If "keep Group: OnPage" is used, no Conditional Display on the "Page Header" works.
Tested with TD 6.x SPx
thx Werner
ReportBuilder Breakgroup+Conditional Display of lines
ReportBuilder Breakgroup+Conditional Display of lines
You do not have the required permissions to view the files attached to this post.
Re: ReportBuilder Breakgroup+Conditional Display of lines
Problem is, even though you filter for 21, that If still falls through to the end of the function where there is a Return TRUE. Change your If to:
and your report page prints 20 detail lines only.
Code: Select all
If SalNumberMod( nNr, 21 ) = 0
Set nBreak=1
! JL added
Return FALSE
Re: ReportBuilder Breakgroup+Conditional Display of lines
Hallo Jeff,
thanks for answer.
In my testcase i like to restart each 20 rows the group Break, after 100 rows the report is finished (It looks like x-time a group of 20 rows. First 20 rows on page 1, next 20 rows should printed on page 2 and so on. On Page 2 the line of the page header should change). So the "Return True" is ok.
Werner
thanks for answer.
In my testcase i like to restart each 20 rows the group Break, after 100 rows the report is finished (It looks like x-time a group of 20 rows. First 20 rows on page 1, next 20 rows should printed on page 2 and so on. On Page 2 the line of the page header should change). So the "Return True" is ok.
Werner
Re: ReportBuilder Breakgroup+Conditional Display of lines
Hi Jeff,
some news with this case?
thanks
Werner
some news with this case?
thanks
Werner
Re: ReportBuilder Breakgroup+Conditional Display of lines
Hi,
some news with this case?
thanks
Werner
some news with this case?
thanks
Werner
Re: ReportBuilder Breakgroup+Conditional Display of lines
Where can I find the option "Keep Group: OnPage" in Report Builder 6? Maybe I am blind but I can't find this option!
Kind regards,
Frank
Kind regards,
Frank
Re: ReportBuilder Breakgroup+Conditional Display of lines
Hi Frank,
Right-click on the "Header:" label right next to the button that collapses the group. Click on Properties. You'll find everything you need in the resulting dialog box.
Cheers.
Right-click on the "Header:" label right next to the button that collapses the group. Click on Properties. You'll find everything you need in the resulting dialog box.
Cheers.
You do not have the required permissions to view the files attached to this post.
About Me: CJ Veniot's Curriculum Vitae
Who is online
Users browsing this forum: [Ccbot] and 0 guests