I have the following code to use to create a new tab for sub reports:
="javascript:void window.open(" &"'"& Globals!ReportServerUrl &"/Pages/ReportViewer.aspx?"&Globals!ReportFolder &"/SRpt_NonInvTransSumBulkDispBalByHauler&CarrierName="&Fields!Carrier_Name.Value &" ','_blank')"
It works well unless I run across a sub report link that contains an "&" i.e. J&B Enterprises.
Can someone please tell me how to escape the ampersand?
Any help will be greatly appreciated!
juniormint