Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 Jump to URL in Matrix

Author  Topic 

LarryC74
Yak Posting Veteran

94 Posts

Posted - 2012-11-17 : 18:22:22
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

LarryC74
Yak Posting Veteran

94 Posts

Posted - 2012-11-28 : 13:22:12
Ping

Everyday life brings me back to reality
Go to Top of Page
   

- Advertisement -