Home > Archive > MS SQL Server Reporting Services > February 2006 > Displaying data on a new page









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Displaying data on a new page
Ivan

2006-02-28, 8:30 pm

Hi,
I am trying to display data on a new page when one field contains
specific data.
Once this data is read I wish for any following information to be
displayed on the next page. Any help would be much appreciated.

Ivan

Bruce L-C [MVP]

2006-02-28, 8:30 pm

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'))"

If you don't want to have it appear in a new window then do this in jump to
URL:

=Globals!ReportServe
rUrl & "?/SomeFolder/SomeReport&ParamName=" &
Parameters!ParamName
.Value & "&rs:Format=CSV&rc:Encoding=ASCII"

Note in your case you would use Fields!Fieldname.value instead. Also, if you
want html just leave off the format and encoding part. RS defaults to HTML.

You need at least RS 2000 SP1 or greater for the above to work.


--
Bruce Loehle-Conger
MVP SQL Server Reporting Services





"Ivan" <ivan.drew@gmail.com> wrote in message
news:1141128116.719467.278170@v46g2000cwv.googlegroups.com...
> Hi,
> I am trying to display data on a new page when one field contains
> specific data.
> Once this data is read I wish for any following information to be
> displayed on the next page. Any help would be much appreciated.
>
> Ivan
>



Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com