|
| Dear friends,
In this way a new window can be jumped. But I met a new problem: Some
parameters can not be transfered because they are GB2312 character sets.
=" java script:void(wind
ow.open('" & Globals!ReportServer
Url &
"?%2fyclsfybbfltotal&date1="+ Parameters!date1.Value +"&date2="+
Parameters!date2.Value +"&ck="+ Parameters!ck.Value +"','_blank'))"
Notes:Parameters!ck.Value is 申联,simplechinese
characters.
How to convert between UTF8 and GB2312 in a URL string expression?
Thanks
"Bruce L-C [MVP]" wrote:
> I'm sorry. My posting missed the example. I meant to say you have to do it
> this way:
>
> Here is an example of a Jump to URL link I use. This causes Excel to come up
> with the data in a separate window:
> =" java script:void(wind
ow.open('" & Globals!ReportServer
Url &
> "?/SomeFolder/SomeReport&ParamName=" & Parameters!ParamName
.Value &
> "&rs:Format=CSV& rc:Encoding=ASCII','
_blank'))"
>
>
> I ended up submitting my answer to you without the syntax to use.
>
> Try the java script:void. I use this a lot.
>
>
> --
> Bruce Loehle-Conger
> MVP SQL Server Reporting Services
>
>
> "David" <David@discussions.microsoft.com> wrote in message
> news:F3F70294-0C60-463F-B3A6- 196A967324B6@microso
ft.com...
>
>
>
|
|