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.
Author |
Topic |
krish001
Yak Posting Veteran
61 Posts |
Posted - 2011-01-24 : 03:56:01
|
Hi,
Iam using jump to url as a expression
=iif(fields!Rating.Value="NYC","javascript:void(window.open('http://google.com','_blank'))","")
Problem is how can i pass the url('http://google.com') as a parameter without hardcoding......
Pls help on this
Krishna |
|
|
|
|