Joined: 18 May 2010
Online Status: Offline
Posts: 70
Posted: 04 Feb 2020 at 3:27am
yes that is correct on the order of the groups and it is group 3 footers that i am trying to suppress. So do i have to set my text up under the footer for group 2'Customer'?
Joined: 19 Dec 2008
Online Status: Offline
Posts: 9053
Posted: 04 Feb 2020 at 3:34am
You have to suppress both and in theory group 1 footer if all the customers in that division are in your suppression group.
However, I think you are trying to suppress all parts of a group from header to footer for all of group2 and group 3 so why not just exclude those groups using a group select criteria on group 2?
For group 1 suppression you will need to suppress all parts based on checking the count of customers not in your suppression criteria.
Create a formula field
if Not({SO_PickingSheetWrk.CustomerNo}like "HDCOM") then 1 else 0
sum this at group level 1
suppression is then sum(formula,group1)=0
Joined: 20 Nov 2006
Online Status: Offline
Posts: 3702
Posted: 06 Feb 2020 at 4:39am
Do you need all of the suppressed data in the report? If no, why not just use the Select Expert to only pull in the data where {SO_PickingSheetWrk.CustomerNo}like "HDCOM"?
Joined: 18 May 2010
Online Status: Offline
Posts: 70
Posted: 14 May 2021 at 4:53am
so I have something similar to this. I have a report that has a repeating header. But now I want to add a sub-report in one of the footers and I do not want the main report header to repeat onto the sub-report. how do I stop that?
Joined: 18 May 2010
Online Status: Offline
Posts: 70
Posted: 14 May 2021 at 6:18am
But the report header is on the main report. I want it to show for everything that is on the main report for all pages, but I do not want it to show up on the page of my sub report which is in a report footer section on the main report.
How do I say if footer contains sub report do not include the report header from the main report onto the pages that the sub report prints on.
so the main report is an invoice per say - and the sub report is just instructions with its own different header.
Now it is printing both headers when it prints the sub report. I thought even if I take the data out of the sub report and just put it directly into the the footer section - is there a way to stop the header from printing only on that footer
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum