I'm doing a report where I am counting the row of the detail in a Running Total field. This is the only way to get what I need from my database field called #count3
. The Detail Section Expert has a formula in Suppress:
if IsNull({#count3}) or {#count3} = 1 then True else False
This works fine in suppressing the detail of the customers I don't need.
The problem is that I also need to suppress the Group header for customers with no detail. (already suppressed)
When I put the same formula in the Group Header Section Expert, all the customer header get suppressed.
[]