Page 1 of 1
Grouping by page
Posted: Sun Aug 07, 2022 6:04 pm
by tourquse
Hi, is it possible to have my grouping by grouping condition occur on each page - in other words, so that each item I am grouping by has its own page in my report?
Thanks

Re: Grouping by page
Posted: Mon Aug 08, 2022 12:19 pm
by Lech Kulikowski
Hello,
You can use the NewPageBefore property for the group header band.
Thank you.
Re: Grouping by page
Posted: Tue Sep 13, 2022 2:55 pm
by tourquse
Thanks that helped a lot!
Now I have a new situation where I want to group by page again but I have a cross-header band and a cross-group footer on the page too (that I want included in the page by page grouping). When I go to put my regular group footer on the page it won't go below my cross-header and cross-group footer so that I can group by page with the NewPageBefore property
Any ideas?

Re: Grouping by page
Posted: Wed Sep 14, 2022 8:46 am
by Lech Kulikowski
Hello,
Please send us a sample report with test data that reproduces the issue for analysis.
Thank you.
Re: Grouping by page
Posted: Wed Nov 09, 2022 7:07 am
by tourquse
Hi sample report is attached. I would like to have the cross tab inside the regular group footer (with the new page before property ticked) so that I can group the cross tab by the regular grouping as well.
Thanks
Re: Grouping by page
Posted: Wed Nov 09, 2022 3:03 pm
by Lech Kulikowski
Hello,
In that case, you can add master band grouping by the necessary column instead of the cross grouping.
Thank you.
Re: Grouping by page
Posted: Fri Nov 18, 2022 10:14 am
by alphayash
Thanks you Lech I will use master band, it really useful

Re: Grouping by page
Posted: Fri Nov 18, 2022 10:23 am
by Lech Kulikowski
Hello,
You are welcome.