I have two set of data on 2 tabs of the same report in SSRS
- Employee Name, Employee Number, Department ID
- Employee Number, Department ID, Department Details
I am trying to create a hyperlink on Department ID of tab 1 to link to Department ID of tab 2 of the same report.
This report should be rendered to excel spreadsheet, where the hyperlink from tab 1 row 1 should take you to details in tab 2 row 2(mapped by department ID)
I tried using the Go to Report feature on SSRS but I don't know how to do it for different sheet on the same report.