Hi,
I've used a the jump to URL successfully in a table but not in a matrix. All parameter values are a string.
The matrix has a row group and 2 column groups.
Row Group: LongName
Column Group(s):
Year(Fields!DateField.value)
Month(Fields!DateField.value)
Could anyone help me figure this out?
The below code is what I've used in a table:
="javascript:void(window.open('" +
"http://localhost/Reportserver?/iTransplant/Organ/OrganDonorBoard_Detail&rs:Command=Render&YEAR="
+Parameters!Year.Value + "&Month=1&LongName="+Fields!LongName.Value +"'))"
AND is there a way to write this as a custome code? It's cumbersome to have to "change" the 12 different text boxes when I know there's an easier way. 
Everyday life brings me back to reality