|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, March 11, 2008 10:48 AM
Points: 1,
Visits: 1
|
|
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
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, November 06, 2012 1:35 AM
Points: 6,
Visits: 281
|
|
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=")+"'))"
|
|
|
|