Add multiple field values to the URL using jump to URL

  • I have used the jump to URL in the past and have added one field value to append at the end of the URL but now I need to add additional field values and cannot seem to get the proper syntax. The following my URL:

    ="http://icpweb/icp-ecl/userpages/tasklist.asp?id="&Fields!PK_systemID.Value"&t="&Fields!PK_StatusID.Value

    Any help would be greatly appreciated.

    Thanks Barb

  • try this

    ="void(window.open('http://localhost/ReportServer/Pages/ReportViewer.aspx?%2fKonsolidata_Data_Exporting_Project%2fEXPORT_REPORT_TEST&rs:Command=Render&RP_cntry="+Fields!STD_CTRY_NM.Value+"&RP_cll_typ_l1=" "+Join(Parameters!RP_cll_typ_l1.Value,"&RP_cll_typ_l1=")+"'))"

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply