Login   Register 
Receive news via our XML/RSS feed
Home | Book | Contents | Preview | Articles | Tools | Newsletters | Premium | Ask | About

Home

Book

Contents

Preview

Articles

Tools

Newsletters

Premium

Ask

About

Most Popular Articles
  • Using Secure Sockets Layer (SSL) for SQL Server 2000 Reporting Services
    Creating an SSL Certificate to ensure your confidential reports remain confidential


  •  
    Boost Data Ltd.
     
     
    SQL Reporting Services - Answers to your questions
     
    Author Thread: drill down to a chart, that will jump to a new report
    samanthab

    drill down to a chart, that will jump to a new report
    Posted: Monday, April 20, 2009 9:39 AM (GST)

    Hi i have created a drilldown report. where the values for the chosen route only appear when the user drills down to the thrid level.

    One the user can see the values they can then select teh number which will jump to a chart for more detail. this all works perfectly.

    Now the problem...I have another column which the user can select an image that i have uploaded and view a daily chart.... however i would like this to act like the other colums, whereby the image is only veiwable and clickable on the third level. here is the code i have been playing around with with no luck



    =Iif(InScope("matrix1_ServerName"),

                                    (Iif(InScope("matrix1_MeasureCode"),THIS IS WHERE I NEED HELP, "")),

                                    "")
    the report i want to jump to is called  'KPIDaily Drilldown Report_v1'


    Does anyone have any ideas?

    thanks in advance

     

     
     
     
     
     
    Home | Book | Contents | Preview | Articles | Tools | Newsletters | Premium | Ask | About