I have searched everywhere like activating a hyperlink obtained from SQL to Excel.
Example:
SELECT
'=HIPERVINCULO("http://example.microsoft.com/informe/"; "Haga clic para ver el informe")'
I connect Excel with sql and it brings me the result but it brings it exactly the data between '' but if I press it and I give ENTER, it refreshes and the hyperlink is displayed correctly.
Try adding an = CHAR (10) in excel or SQL (CHAR) (13) and CHAR (10) but still can not get the effect.
Any suggestions?