Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing muli-value parameter to a multi-value parameter

Status
Not open for further replies.

Chumley40

Programmer
Jan 24, 2005
71
0
0
US
I am trying to use the jump to report function and pass a multi-valued parameter to a second report. I have tried using the split and join syntax without success. Both report parameters have the values supplied in the available values selection. I copied the code for the parameter from xml from one to the other to be sure they are exact but I am still having issues.
The syntax that I think should work but doesn't is: =Split(Join(Parameters!TypeOfTransitions.Value,","),",")

Thanks!
SSRS is MS Visual Studio 2010
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top