Hello,
I have some issue with exporting excel file with hyperlink from SSRS.
I have ssrs report with 10 groups which divided by page breaks, so in excel file I have 10 sheets with names.
Now I want to create table of contents with hyperlinks for these sheets.
I've tried to create expression in the textbox(matrix or table) like this:
="=HYPERLINK(""#Sheet1!A1"",""TEST"")"
but anyway in exported excel file I've found only text:
=HYPERLINK("#Sheet1!A1","TEST")
And if I want to have hyperlink I must to click on this expression and press enter and after this Excel automatically convert it in hyperlink.
If some one have any suggestions, please let me know.