Hi,
I have created an SSRS report which has 5 different tables. while rendering the report in excel i can see 5 different work sheets. This works fine. I want to create an hyper link on a particular column/cell in Tab1 and that should take me (when clicked) to the row in another tab when both column values are matching. Is it possible to do this type of navigation in SSRS rendered excel report.
Example:
tab 1
column1(primary key), column2, column3
tab 2
column1(foreign key), column2, column3
(assume column1 is primary key in tab 1 and column1 is foreign key in tab 2)
when column1 in tab1 is clicked, the control should go to tab 2 and look for the equivalent value in foreign key and point to that row.
thanks