Drill Through Parameters

Hello,
Our organization would like to take advantage of the Drill Through functionality that is built into BPC for NetWeaver 7.5.  In both the How To Guide and several blog/forum posts, the examples shown for the parameterized URL call state that the values passed as parameters must be at the base level of the dimension.  This is an unrealistic expectation for our business case.  
We have a custom Drill Through developed for our implementation of BPC for Microsoft 7.0.  The report we execute the Drill Through from is a financial cost report.  Rows(Account) and columns(Time) are rarely displayed at the base value-level.  In addition we have EvDRE filters for Company, Profit Center, and Cost Center that are usually set at the "All" level (but not always).  Business users drill through a specific cell to see all detail transaction data corresponding to the cell value.
In order to "explode" each dimension, we developed custom user-defined functions in SQL Server.  A dimension value is passed to the function, the function "explodes" through the dimension and returns a list of all base level values related to the passed value.  The tables returned from each function (account, time, company, cost center, profit center) are then used to filter transaction detail via a SQL Server stored procedure.       
It must be possible to develop this same sort of "dimension explosion" logic within the BPC for NetWeaver 7.5 environment.  The question is how can it be accomplished?  We've come up with some possible alternatives:
1) Develop a transaction which can be accessed through the ITS.  The transaction would read the BPC dimensions as stored in the BW, perform the "dimension explosion" logic, then pass the value lists for each dimension as filters to a custom ABAP report or Bex Query,
2) Develop logic in .ASPX/C# to execute a Microsoft SSIS package that pulls data from the dimensions using the SAP BI connection manager.  The resulting value lists are then passed to a parameterized WebI or Crystal Report.
3) Develop a custom menu selection, calling macro logic created within our cost report.  The macro logic would perform the "dimension explosion" logic, then somehow store the resulting value lists so they can be consumed by the drill through executed via a call to mnu_ETOOLS_DRILLTHOUGH_RUN.
We're not sure how feasible each of these alternatives are, and hope some of you out there can share your thoughts.
Any other ideas would be greatly appreciated.  Thanks in advance for your help!
Wendell Giedeman

Wendell,
It seems that you've thought this through pretty thoroughly!
One other option to consider would be regularly synchronizing BPC and BW versions of your hierarchy, and then doing a lookup on the BW side without directly referencing the BPC dimension data. Yet another option would be loading your detailed data into BPC and then doing the "explosion" by using EVHOT to jump to a report on the detailed application.
Ethan

Similar Messages

  • Passing different (multi-) values for parameters to drill-through report, based on clicked subtotal in main report

    In Report Builder 3.0, I have made a main report in which the user can filter the underlying dataset using three parameters (all multi-value). The report shows totals grouped by these three parameters, as well as a grand total. What I want is to click
    on a total, which then opens the drill-through report for the corresponding records. I have achieved this for the grand total; the action in the corresponding text box passes all selected values of the parameters to the drill-through report.
    What I cannot figure out is how to make this work right when clicking on a subtotal. When I use the same expression as for the grand total, the same values for the parameters are passed, instead of the subset that apply to the corresponding text box in the
    main report. I expected this to work, because Report Builder /does/ correctly calculate the SUMs for the different levels, even though the expressions are the same.
    My question is: how do I pass different drill-through (multi-) values for parameters, corresponding to the respective subtotals in the main report?
    (FYI: I am using Microsoft SQL Server 2008 R2 and Report Builder 3.0 .)

    Hello Katherine,
    Thanks once more for your quick reply.
    I was aware of the textbox action "Go to report", and how to pass parameters in general. My question concerned how to determine the scope of the passed multi-value parameters (to the values that apply to the respective group/subtotal). The article you linked
    to is informative, but not a solution to my problem.
    A colleague of mine came up with a pragmatic solution: instead of trying to determine the scope of the parameter values, now I "look to the left in the results table". The two screenshots below should illustrate this. (Screenshots are in Dutch. Specific information
    is pixelated.)
    Unfortunately, I am not able to post images. Once my account is verified, I will edit them in. For now, I hope the text speaks for itself enough.
    [Screenshot: Drill-through parameters - 01: Report Builder tablix with subtotals]
    [Screenshot: Drill-through parameters - 02: Textbox properties (selected in screenshot 01) - Action - Go to report]
    The first screenshot shows the tablix in the Report Builder. The second screenshot shows the properties of the textbox selected in the first.
    Notice that I do not pass parameters for the first two columns, but the actual values. I only pass the parameter (containing /all/ user-selected values) for the third column. In the textbox below the selected one, I pass the actual values for the first column,
    and parameters for the last two. In the textbox above the selected one, I pass the actual values for all three columns.
    The only (cosmetic) flaw this approach has is that in the drill-through report, the list of selected parameters might show values that do not occur in the (corresponding part of the) results, and only for those parameters for which the main report passes (all
    user-selected) parameter values, and not the actual values in the results. The results are correct, though.
    If there is a way to directly determine the scope of multi-value parameters for passing to a drill-through report, I would still like know. But for now, this seems to work.

  • Drill Through Report Parameters from Graph Series Action

    Hi
    Using ReportBuilder 3
    I need some help please on passing parameters to a Drill Through Report, when a user clicks on a bubble in a graph.
    In context, I have a Tooltip that provides a count of the sysid field, which on mouse over gives the user the correct aggregate for the bubble they are looking at. 
    [Count(sys_id)]
    So say I have a bubble that I am hovering over, showing a count of two sysid's, when I click the bubble I want to run a Drill Through report that uses sysid as a parameter.  Therefore I want to pass through the two sysid's that the aggregate has identified.
    Now if I go to the action tab and select 'Go to report', select my report and add a Parameter, I need an expression that retrieves the sysid's for the parameters.
    At the moment I am using the following expression:
    =Split(Join(LookupSet(1,1,Fields!sys_id.Value,"ProjectMaster"),","),",")
    This provides the correct string format for the multi value parameter that I have on my report.  The problem is, it passes all the sysid's actively displayed on the entire graph and not just the two that the aggregate has identified in the Tooltip.
    Question - Is there a way of building the expression to lookup the two sisid's relevant to the bubble I am interested in, rather than the dataset for the whole graph?
    Many Thank
    Andy

    Hi Tim
    The report has two parameters Based on Group Type and then Sub Group Type.
    The expression I am using for the drill through parameters is =Split(Join(Fields!sys_id.Value,","),",")
    Below is a subset of the dataset with relevant fields and sample values.
    Group   Type
    Group   Subtype
    sys id
    Total Workload
    External   Cost
    Change   Impact
    GDC
    GDC BI
    2b8ccf64acafb00019bee02a7c7737cb
    244
    233480
    Medium
    GDC
    GDC BI
    6cdd24bfc8255100403385902e6cbb9a
    351
    121000
    Low
    GDC
    GDC Dev.
    6a518a1d38551140fbac4555180015ba
    0
    0
    Medium
    GDC
    GDC PM
    b47d1defff6c70c0a2ad8ffb97649d4e
    110
    27120
    Medium
    GDC
    GDC PM
    aba1fde1c82a5140403385902e6cbb5f
    126
    148400
    Low
    GDC
    GDC PM
    6b80ecafff2830c0a2ad8ffb97649dc8
    0
    0
    Undefined
    GDC
    GDC SAM
    59cc2749d8ae4900c950258abb887f8e
    20
    80906
    Low
    GDC
    GDC SDC
    442b09f5184f3440f0d833076f82fbff
    0
    2096
    High
    GDC
    GDC SDC
    f77c1f5c8cdf7c04048a0b130104c548
    493
    0
    High
    GDC
    GDC SDC
    bd3fe0753c138d404033c194bf5ae9e9
    0
    0
    Very High
    GDC
    GDC Siebel
    cb35a17d55419d008cb3130c2c9ae23d
    0
    0
    Medium
    Just to note! the copy and paste has not included underscores in column names!:-)

  • Drill through report with parameters that user can change

    Hi Team,
    Need to provide user the ability to select the parameters in drill through report.
    But even after changing parameters to different values and click view reports.Its getting reset to the parameter that being passed from main report.
    Is there any way we can override these parameter values in drill through reports so that It can also work as normal report.
    Thanks!

    The user is interfacing with the main report so add the needed subreport parameters to both reports. In the main report, select the subreport > properties > Parameters. add the subreport parameters and set the value to the same parameter in the main
    report by clicking expression builder (fx) and selecting the appropriate parameter.
    "You will find a fortune, though it will not be the one you seek." -
    Blind Seer, O Brother Where Art Thou
    Please Mark posts as answers or helpful so that others may find the fortune they seek.

  • Error on the reports with drill-through links on SSRS 2012 SP2 -- Invalid URI: The Uri string is too long

    Hi, We are migrating SSRS 2008 R2 reports to SSRS 2012 SP2. (PS. SSRS 2012 SP2 has been applied.) Everything went smooth expect some reports which were using reporting services. These reports have some drilin-through actions and was passing in a huge
    xml parameter. I referred to some other posts in which there were also some similar issues like "The Uri string is too long."  but they're different. My reports can be opened and the error only occurred when accessing the drill-through actions.
    As I know, Microsoft has provided the fix for the known issue "The Uri string is too long." in sp1 but it looks it can't cover this kind of situation since I have installed the SSRS SP 2. Is there any solution? In addition, there's no such
    issue on SSRS 2008 R2.
    Thanks,
    onizga

    Hi onizga,
    According to your description that you are migrating SSRS 2008 R2 reports to SSRS 2012 SP2, after migration you got some error like “The Uri string is too long” which only occurred when accessing the drill-through actions, right?
    Usually, the issue can be caused when you try to pass some parameters that cause the URL length to exceed 65,520 characters for a Microsoft SQL Server 2012 Reporting Services (SSRS 2012), you cannot render the report, and you may receive the following error
    message:
    The value of parameter 'param' is not valid. (rsInvalidParameter).Invalid URI: The Uri string is too long.
    This is an known issue and already have the hotfix SQL Server 2012 Service Pack1 Cumulative Update 9 (CU9) as you know, you can try to reinstall this hotfix to fixed this issue:
    http://support.microsoft.com/kb/2916827 .Any issue after applying the update, please post it on the following thread or you can submit an feedback:
    http://connect.microsoft.com/SQLServer/feedback/details/788964/ssrs-2012-invalid-uri-the-uri-string-is-too-long 
    Similar threads for your reference:
    SSRS - The value of parameter 'param' is
    not valid. ---> System.UriFormatException: Invalid URI: The Uri string is too long.
    Microsoft.ReportingServices.Diagnostics.Utilities.InvalidParameterException:
    The value of parameter 'pSetOfScopes' is not valid. ---> System.UriFormatException: Invalid URI: The Uri string is too long
    If you still have any question, please feel free to ask
    Regards
    Vicky Liu
    If you have any feedback on our support, please click here

  • Unable to create a drill through or drill down report

     
    Hello I am new to report builder (or any SQL related tools) and I am still learning to do a many things.
    Background: I have managed to design a pie-chart report that shows Number of Assets, and when they were maintained. The fields I have for the table seven columns
    Asset ID (e. 123456), Accepted On Date(dd/mm/yyyy), Last Serviced on Date(dd/mm/yyyy),  Min. Service interval per year (e.g 1,2,3,4) Overall Risk Score (between 0-16), Risk Category (e.g Green or Orange), maintenance
    Compliance (e.g Compliant or No Proof)
    I get an extract in .rdl format from our Asset Database (CRM) which includes Asset ID, Accepted On Dates, Last Serviced on Date, Min Service Interval per year, Overall Risk Score
    I add calculated field of Risk Category as Orange or Green, where an overall risk score > 8 will make the Asset ID fall in the Orange Category and any risk < 8 will be Green Category
    The second calculated field is the Maintenance Compliance, where I have added formula when certain conditions between Accepted On Date(dd/mm/yyyy), Last Serviced on Date(dd/mm/yyyy) and Min. Service interval per year, are
    met. When they are met, it is "Compliant", when not met it is "No Proof".
    The pie chart has
    Values as Count(Risk Category)
    category Groups (Risk category) + (Maintenance Compliance)
    Probelm: I am trying to design a drill down or a drill through report where if I click on the slice, the table displayed below will only contain values (or rows) corresponding to that region. So, if I click on Green - Compliant,
    then a table should appear which shows only asset values which have Risk category value Green and Maintenance Compliance Value as Compliant
    Please let me know if anyone can help     (Link Copy Paste in browser: https://drive.google.com/file/d/0BzjF_kUloVtkSUk0YlZDbFVYR3c/edit?usp=sharing)
    Note: I am doing this report offline, as the server connection does not work. So i usually edit the .rdl file and then upload it to the server to check if it runs

    Hello Alisa
    Thank you for the response. I tried doing the following, and I am pretty sure I must be doing something wrong because of my inexperience with SQL tools.
    But I get an error while I try to upload it onto the server. I have uploaded my files here
    https://drive.google.com/folderview?id=0BzjF_kUloVtkSjhCd3J6VU11alk&usp=sharing
    Is it possible to check these. The files are (.rdl file, error log text file, screen shot of error when uploading to server)
    Also, in your explanation you mentioned
    Add a dataset (DataSet1) in the report with the corresponding fields (when I try to add another data set(DS1) with the values shown in DSMain (my main report), it does not allow populate the query fields of the main report (DSMain). So I have to manually
    add all query field + the two calculated fields (Risk_Category & Maintenance_Compliance). Add another dataset (DataSet2) with RiskCategory, MaintenanceCompliance two fields (I added another Dataset and named it as DS2, and copied the same Calculated
    fields from DSMain (main report) for Risk_Category & Maintenance_Compliance
    Add two parameters (RiskCategory, MaintenanceCompliance) in the report, get these Available value from DataSet2 fields.( two parameters appears new
    RiskCategory --> Dataset-DS2, Value Field- Risk_Category, Label Field: Risk_Category
    MaintenanceCompliance --> Dataset-DS2, Value Field- Maintenance_Compliance, Label Field: Maintenance_Compliance
    3. Add two filters of DataSet1. Please refer to the following values:
    Expression: [RiskCategory]
    Operator: =
    Value: [@RiskCategory](I am not sure I have clearly understood this part. As my values in Dataset 1 (DS1) are the same as the main report (DSMain), the query + calculated fields are the same. Hence my Dataset 1 (DS1) will also have a Calculated field
    as Risk_Category and Maintenance_Compliance. And do I have to add these values as filters in DataSet2 (DS2) ? In which am actually manually typing Expression: [RiskCategory]
    Operator: = 
    Value: [@RiskCategory] 
    Expression: [MaintenanceCompliance] 
    Operator: = 
    Value: [@MaintenanceCompliance]
    Main Report
    3. Add the subreport below “Specify a report”. (I had to give a random name as 'DrillThrough' in this field. Am I doing something wrong)
    4. Click Add icon to add parameter to run the subreport. Please refer to the following values:
    Name: RiskCategory (Note: This is parameter name in the subreport.)      Value: RiskCategory
    Name: MaintenanceCompliance         Valeu: MaintenanceCompliance
    (I had to manually type the Name & Value fields, as they did not appear in the drop down list when I click on add)
    I am sure by now you must have realised how amateur I am with this tool
    Please let me know
    Thank you once again for being patient
    Silent_Tracker

  • Drill through reports are not working fine in share point server

    I Have a master report with four parameters and child report with two parameters
    I deployed these two reports in share point server , my scenario is i am navigating from my parent report to child report using action (Drill Through Report Concept)
    First i clicked on parent report it will ask select parameters , i have selected all parameter and click on apply in share point it will display the parent report content .
    In parent report i have link to navigate child report . if i click the link it will redirect to child report and displays the child report content perfectly. upto this step every thing working fine now problem is comes to picture
    I have back to in my child report when i click the that button it redirects from child to parent
    But earlier selected parameters values are lossed and the parent report again asked for me to select parameters
    Can you please explain me because we have migratiojn from ssrs report manager to share point .

    Hi All,
    Finally i got the solution there is small difference between SSRS Native mode and share point integrated mode
    To overcome this issue explicitly we have to change our report expression code for SharePoint Integration mode before deployment. We have to change URL
    Preparation code in the expression in report.
    Below is the sample URL
    ="http://<<site url>>/ReportServer/RSViewerPage.aspx?rv:RelativeReportUrl"+"=/ssrs/INT/Report.rdl&rp:parameter1="+CStr(Parameters!parameter1.Value)+"&rp:parameter2="+CStr(Parameters!parameter2.Value)+"&rc:Parameters=True"
    The only difference between our SSRS Report manager report expression and share point integrated mode report expression is
    “rp:”
    value prefixed with every parameter.
    After fixing this code I am able to see the previously selected values in Parent report below are the screen shots

  • Passing multi value parameter to the Drill through report

    Hi
    I have two reports say Report A and Report B.
    Both reports using same parameters.
    I am Navigating from Report A to Report B using Jump to Report option.
    Now when I pass multiple parameter to the Report B it only displays first parameter results.
    In report B I have parameter multi value select to true.
    I would like to know if its possible or not to pass multi value parameter in drill through report?
    I would appreciate if someone can help me here.
    Regards
    Amit

    Yes you can pass multi value parameters to a drill through report.
    It works similar to multi value parameters for subreports, which is discussed in detail in this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=163803&SiteID=1
    -- Robert

  • How to display the drill through report in a new browser seperate window

    Hello All,
    I am working on a drill through report which should run when I select the column value from the main report. The drill through report I am working on is Centerline Validate Angles for a specific line. It has 2 parameters, Pods ID and Angle. Main report supplies
    these 2 values. Right now, I am having an issue in displaying the drill through report in a seperate window. I have selected Go To URL option from the text box properties in main report and gave the expression as
    ="javascript:void(window.open('http://vmaidbdev1/Reportserver?%2fADN2%2fPipeline%2fCenterline+Validate+Angles+For+Specifi+Line&rs%3aCommand=Render&PODS_ID="&Fields!LINE_ID.Value &"&Angle="&Parameters!Angle.Value
    This is not working. The field in the main report is clickable but when I click it is throwing me error as Reporting services error. Could any one let me know if there is any error in the above expression or anything I need to add or correct.
    Please help. Thanks so much.

    Hi srisql,
    Sorry for the delay in getting back to you.
    After double-check the URL which I posted, I find that I have made some error in it. As you can see, there are some spaces in the URL. So please try the following expressions to check the issue again.
    Angle parameter is a multi-value parameter:
    ="javascript:void(window.open('http://vmaidbdev1/reportserver?/Adn2/Pipeline/Centerline Validate Angles for a specific line&PODS_ID="& Fields!LINE_ID.Value &"&Angle="
    &Join(Parameters!Angle.Value,"& Angle =") &"','_blank'))"
    Angle parameter is a single-value parameter:
    ="javascript:void(window.open('http://vmaidbdev1/reportserver?/Adn2/Pipeline/Centerline Validate Angles for a specific line&PODS_ID="&Fields!LINE_ID.Value &"&Angle="&Parameters!Angle.Value
    &"','_blank'))"
    The following general URL is for your reference:
    ="javascript:void(window.open('http://server_name/reportserver?/folder/ folder/report_name&parameter_name="&Fields!field_name.Value &"&parameter_name="&Parameters!parameter_name.Value
    &"','_blank'))"
    If you have any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Drill Through report not working for large data

    Hi,
    In SSRS 2008 R2, I have a main report and a drill through report from one of the main report's column. The drill through report works mostly except if the data is too large i.e. more than 1 million records. How to fix this problem?
    Thanks,
    Jkrishna

    Nope. WHat I meant was not to show the entire data in child report (ie your 1 million records). Instead add extra parameter as PageNumber. By default set it as 1 when you navigate to child report (default value)
    Then in query behind use a ROW_NUMBER based logic like below
    SELECT *
    FROM
    SELEC ROW_NUMBER() OVER (ORDER BY <combination of unique valued column(s)>) AS Rn,...
    Your existing query other columns
    )t
    WHERE Rn BETWEEN ((@PageNo-1) * 1000) + 1 AND @PageNo * 1000
    Assuming you want 1000 per page
    So when it renders it will show first 1000 records. Add a NextPage icon to report footer and when clicked add a jump to report functionality to same report but with PageNumber parameter value as
    =Parameters!PageNumber.Value + 1
    and it will then give you second page data etc 
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • How to create Drill through's from BPC to ECC and BEX

    Hi Experts,
    @Greetings@
    Am new to BPC can any one help me on Drill trough's. I want to create a drill through to ECC system and BEX Query.
    Thanks for support in advance.
    Regards,
    Harini.

    Hi Harini,
    Your Drill through functionality is linked to an on line search website, giving you all necessary information.
    During reporting, you need to have more information about selected region.
    Before performing or using the Drill-Through feature, ensure that the following prerequisites have been met
            1. You are logged on to any BPC Environment with administration authorizations
            2. From home screen, Switch to the administration area by clicking planning and consolidation                          Administration link
    Inside admin area you find Drill through  maintainace in the content tree under the features node.
    After opening the Drill through click on New button,
        There we need to enter Id, Decription, URL and model name.
    If you want do Drill- through from BEx query first you need to publish the query to portal. see below I mention the procedure for publishing a query in the portal.
    BEx Query Designer: In the menu bar, choose Query → Publish → To the Portal. See Functions in the Menu Query.
    BEx Web Application Designer: In the menu bar, choose Web Template  → Publish → To the Portal. See Functions in the Menu Query.
    BEx Report Designer: In the menu bar, choose Report  → Publish → To the Portal. See Functions in the Menu Query.
    After posting to portal copy that link paste in the URL address in the drill through.
    In the parameter mapping add infoobjects technical names under parameters and Dimensions names under Dimension or user defined values and maintain the which property you want map mention under the property values.
    And the save the query and go to the excel and you have an option in the excel ribbon Drill Through and click on that, you will get the query which you are posted in the portal.
    This may help,
    Saida Reddy G

  • Accessing drill through results with Analyzer API

    <p>So here is the scenario that my client is faced with:</p><p> </p><p>We've got a financial Analyzer report in which the users candrill down to a list of specific level 0 invoice numbers. Fromthere, we setup a relational drill through such that when theyreach a level 0 member, they can perform a relational drill throughand retrieve specific invoice details. What we want to do now is tohave a button which will launch our web based invoice viewersoftware (powervision) and display the specific invoice returned bythe relational drill through.</p><p> </p><p>Does anybody know if it is possible for the Analyzer API toretrieve the values from a relational drill through? IE: When theresults are returned to the screen, they are obviously returned ina grid form. Ideally, I would like to get the contents of a coupleof specific cells which I can then pass through to powervision andlaunch the software. Unfortunatley, I havn't been able to get ananswer yet from Hyperion Support.</p><p> </p><p>Note that when I try to use the API to access the contents ofthe drill through, I get the error "No current report".We are currently using Analyzer 7.2.1, but are willing to roll backto an earlier version if it means that we solve this problem.</p><p> </p><p>THanks,</p><p><br>Matt</p>

    We did similar to this in the past in a different way.<BR>We created a crystal report with the detail level and while selecting the drill through option (on right click on spreadsheet grid) it takes you to crystal reports and opens up a spreadsheet with all the details.<BR><BR>i.e on right click drill through option, it calls another web uRL which redirects to crystal interface and a stored procedure is run with parameters passed from Analyzer grid selected cell. And the results are opened up in a spreadsheet.

  • Navigate to report (drill through)

    I have created a simple drill through navigation from a home page report to a second report. The drill through does not pass parameters for filtering the second report, it is just to navigate to the report.
    As administrator the navigation works for me. A user has reported that she receives and error message when she tries to navigate to the report. I have confirmed that she can open the second report without issue if she opens it directly from the report folders, it is just the navigation that is a problem for her.
    Any suggestions on user or role settings that may affect navigation?

    Hello,
    What kind of report is it?
    Because reports with pivot table included in homepage don't work: parameters are not passed.

  • Power BI Drill Through

    Hi,
    A customer want to have a dashboard with a chart, click the chart and drill through another dashboard, no need to pass parameters.
    Have you done something similar, with Power BI
    Regards,
    Isabel

    Isabel, can you submit this as a feature request via the Smile Frown button in the UI?
    Thanks!
    Ed Price, Azure & Power BI Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • SSRS Drill through report - Text Box Properties, Action - Go to Report

    Apologies for the potentially very basic nature of my question, I am fairly new to using SSRS (using SQL Express 2014) and struggling with creating a drill through report using other reports.  Where the problem is, is when I go to the Text Box
    Properties - Action - Go To Report.  Where it says to specify a report, I click on Browse and it only allows me to look in 'Recent Sites and Servers' - I therefore cannot navigate to where my other report that I wish to link is stored.  What am I
    missing? Any suggestions appreciated. Thank you

    If you dont have the report to which you need to navigate within the same project, you should be using jump to URL option and specify full report server url of the second report with only parameter part replaced by the actual field from which you need to
    pass the value
    Another way is to create a linked report for the report to which you need to navigate within the same project  as your first report and then use jump to report option to include the linked report along with its parameters and corresponding values.
    http://www.mssqltips.com/sqlservertip/2308/sql-server-reporting-services-linked-reports-example/
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

Maybe you are looking for

  • XML Publisher Report in EBS without Standard Oracle Report

    Hi folks , i have some questions. Can I create a XML Publisher Report for the EBS without a Standard Oracle Report in EBS. So that I can build up the files with the Desktop Publisher, create Data Definition / Template with Upload / Create the executa

  • Difference between Scheduling lines and Delivery schedule

    Hi SD Experts can u say me the clear difference between Scheduling lines and Delivery schedule. where we will maintain deliver schedule. whether delivery schedule is automatically created along scheduling agreements.. with regards James

  • How to Create Templates in CS3

    Can anyone point me to a website that gives clear instructions on how to create templatesin Dreamweaver CS3? Thanks!

  • Import term_rgdir from memory id rgdirid

    Hi SY-SUBRC of Following statement is 4 import term_rgdir from memory id rgdirid Could you please suggest me what needs to be done to rectify this issue. Regards Sri

  • Old account name on home folder

    Hi, I added a new user account some time ago in Preferences/Accounts. I can't remember all the details now as it was over a year ago but I have removed the old account for the user that did user that Machine so they no longer appear in Accounts. I no