Hide Inner Header Row in SSRS

Good morning,
I have a report that shows the upcoming operations that are due to go to subcontractors. Part of this shows any PO information if it is available. I would like to only show the PO header row once if there are any POs. Can you tell me how to setup this grouping/hiding?



Thank you!
Nate

1 Like

Could you insert a row (outside group - above) and place your headers there?

It keeps duplicating that inner header for PO. I added a row above outside the group. Hmmmm… :thinking:

If you separated the header you only want once from the detail below it, you could try this.

Add a field in the header row that is a row count. Then do a Hidden expression that only shows rows that have a row count = 1.

1 Like

This did the trick. Thanks @jkane!

1 Like