Hi Techies,
We're working on SSRS report development where we need to display data with different header values.
To elaborate it more, data is like below -
Data should display 'Department code' wise on each page.
'Dept0001' data should display on page 1
'Dept0002' data should display on page 2.
At body part, by grouping it on 'Department code' page break is working and displaying department-wise on two pages.
Now, at header level we need to display 'Department code' value, which is currently showing Dept0002 on both the pages. We need to display 'Dept0001' at header level on page 1 and 'Dept0002' on page 2.
Can anyone guide on this scenario, how can we achieve this. Any response is appreciated.
Thanks in advance !