GO to URL Action

  • I have following expression on the Text Box Properties -> Action-> GO to URL -> select URL of first report

    ="void(window.open('http://servername/Reports/Pages/Report.aspx?ItemPath=/foldername/report+name&SelectedSubTabId=GenericPropertiesTab&rs:Command=Render&StartDate=" + Parameters!StartDate.Value + "&EndDate=" + Parameters!EndDate.Value + "&Name=" + Fields!NAME.Value+ "','_blank'))"

    But it does not pass the value of name to second report even though it does for start date and end date.

    Start date and end date are parameters from first report but name is a field value from first report.

    What is wrong with above expression? can anyone help me?

  • I think you have an extra + at the end after NAME.Value

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

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