Try using a Suppression formula on the Details b section based on your group field. If the next group is different then the current group, then you know you're on the last record for that group.
The suppression formula would look like this:
[tt]
OnLastRecord or {Table.GroupField} <> Next({Table.GroupField})
[/tt]
The OnLastRecord will suppress the Details b section for the last record on the report.
Hi,
Sorry!! Instead of replacing your formula with actual field name i.e.({vwRPTEmployeeBenefitPlan.SalaryLevel}), i was replacing it with (GroupName({vwRPTEmployeeBenefitPlan.SalaryLevel}).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.