Monty has three bells now.

Internet access has returned after I checked the proxy settings in internet explorer to discover my computer was set to be it’s own proxy on port 81. Strange.

Dynamic Hyperlinks in Reporting Services

=”javascript:void(‘window.open(https://intranet/sites/Apps/IR/Lists/Injury/DispForm.aspx?ID=” + CSTR(Fields!ID.Value) & “‘));”

This will open the list based on the value in the ID field. ID has to be converted to a string otherwise it’ll give a compile warning but will still load.

Advertisement