I have Main report inside which there is a Sub Report. Inside the sub-report i want a hyperlink to open another CR13 report in excel.
Issue is when I run the report the hyper link inside subreport is not clickable.
Inside SubReport I added text ->right clck -> format text->hyperlink->(inside formula) ->
& '&lsS' + urlencode('@AP_Address',2) + '=' + urlencode({?@AP_Address},2)
& '&lsS' + urlencode('@Channel_AD',2) + '=' + urlencode({?@Channel_AD},2)
& '&lsS' + urlencode('@Start_Date',2) + '=' + urlencode({?@Start_Date},2)
& '&lsS' + urlencode('@End_Date',2) + '=' + urlencode({?@End_Date},2)
& '&sOutputFormat=E'
& '&sWindow=New'
I also did edit sub-report links and passed all parameters.
Main Report
Sub Report
Hyperlink to another report which should open in excel
I am using CR2013 with store procedure calls to SQL DB.
I tried just to give www.google.com but even that hyperlink translates to - https://bi-dev.net/BOE/portal/15078921/CrystalReports/www.google.com
which doesn't open.