Report Part Drilldown

I am trying to create a report in Crystal Reports 2011 using report part drilldown, but I can't get it to work.  I can see the destination fields and select them on the hyperlink tab, but when I run the report, all the fields in the section show up, not just the ones I select.  The only thing that seems strange is when I go to Report Options and paste the link in the Initial Report Part Settings, the Object Name fills in, but the Data Context field is blank.
The only thing that I could find on the forums is:  NOTE:
If, after pasting a report object in the 'Object Name' text box, a string is then pasted in this text box the report object may be lost. This is a known issue and has been tracked. The track ID is ADAPT00075212.
Edited by: Kelli Vosler on Nov 30, 2011 11:16 PM

how is the beginning milepost section, Group Header 2 Section, structured? you mention that there are multiple fields there...
a) are these fields in a cross-tab in GH2?
b) are these fields Summaries in GH2?
c) are these just database fields place in GH2...if this is the case, then the report part link will most likely fail as a database field in a group header will just grab the first row value for that field pertaining to that group value.
if the answer is (a) you'll need to use GridRowColumn values for a link

Similar Messages

  • Webi report part(include Opendoc Link) ondesktop did not work in BI Widgets

    My customer followed <BI Widgets User Guide>(XI3.1) to create a webi report part(include Opendoc Link) onto desktop.
    Page 26:
    To convert Report Part into a Widget ,drag and drop the Report Part from the Web Intelligence Viewer onto the desktop.
    As a widget, the Report Part will include the following BI Widgets features:
    - Automatic refresh
    - User controlled size and positioning
    - Saved display and data context state
    - Optional setting as the top application window
    - Full XI R3 security
    - Web Intelligence opendoc links to detailed reports.
    But it can not be clicked(hyperlink did not work).
    My customer follow the SAP Note 1244968 to create again, it still can not be clicked.
    For I can't reproduce this issue, could you tell me what's it probably related to?
    SAP Note 1244968:
    Symptom
    Trying to use Hyperlinks in a BI Widget created from a WebIntelligence
    report
    Environment
    XIR3
    Workflow
    1. Login in Webintelligence
    2. Create on efashion a Webintelligence report with the
    objects:Year,Sales Revenue
    3. In the Edit panel add a column to the table and insert the
    variable :=If([State]="DC"; HTMLEncode("http://uk.yahoo.com"); "")
    4. In the Properties Display/Display/Read cell content as Hyperlink
    5. Run the report and save it
    6. Open the Webintelligence report with HTML view and click on the
    hyperlink you are redirected to the Yahoo website
    7. Log in BI Widget
    8. Right click on the right inside icon of BI Widget and click on
    Document List Explorer
    9. Find the Webintelligence report and double click on it
    10. Click on the table and drag and drop it to your desktop
    11. The BI Widget gets created
    12. Click on the column containing the Hyperlink:nothing happens.
    Cause
    There is no functionality of using Hyperlinks in a BI Widget created
    from a Webintelligence report
    Resolution
    Enhancement Request ADAPT01119581 has been created
    Environment details:
    Srerver Environment: OS Version: RedHatEnterpriseLinuxES4.0 update5
    Client Environment: OS Version: WindowsXP
    Browser: IE6
    JRE Version: 1.6.003_
    Web & Application Server: Tomcat 5.5.20
    Database character: AL32UTF8, JA16SJIS
    Connection: native, ODBC, OLEDB
    NLS LANG: Japanese Japan.JA16SJIS

    Hi Soniya,
    These are the steps:
    1. Log in into infoview
    2. Change the preferences (Click in the Preference button in the main tool bar), in the WebIntelligence section change the Select a default view format: to Interactive.
    3. Click OK
    4. Open the report where you want to add the hyperlink
    5. Right click in the column or cell to add the hyperlink
    6. Click Hypelink > New
    7. You will see the Create Hypelink window, click Browse the select which report do you want to link
    8. Fill in the parameter, prompts, etc.
    and that's it, hope it's clear now. If you have any question let me know.

  • The feature: "Report part gallery" is not supported in this edition of Reporting Services.

    Struggling trying to get off the ground on same basic reporting functionality - I have a report that basically just dumps out the contents of a table for now.  When I attempt to publish the report, I get "The feature: "Report part gallery"
    is not supported in this edition of Reporting Services." for both the single param I am trying to define for the report and the Tablix report part.  What
    can I do with this version of Reporting Services?  Ultimately, I need to create a few very simple reports and then be able to display them in a UI developed in Visual Studio 2013 via a Web Form.  It seems that Visual Studio 2013 does not
    offer a report viewer so that is another issue entirely (hoping the one for 2011 will work).  I am just trying to design and publish a few simple reports right now and can't even get past that right now.

    Hello,
    What's the version and edition of SSRS did you used?
    Report Part Gallery is only available in Standard Edition and above. If you using SSRS express edition, you can try to create a subreport which ccontain the Tablix report part content, and then add the subreport in other reports to meet the similar requirement.
    You can refer to the following blog about compare Subreport with Report Part.
    http://www.mssqltips.com/sqlservertip/2314/ssrs-report-parts-versus-sub-reports-faq/
    As for display SSRS report in Visual Studio, you can using the ReportViewer controls in Visual Studio.
    http://msdn.microsoft.com/en-us/library/ms251671.aspx
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • Displaying WebI report parts via openDocument in BI 4.1 SP 3 Update

    1) We are using SAP BO 4.1 SP3 Update version.
    2) We have a requirement to display PARTS of webi report which has prompts as well.
    3) We referred the Opendocument PDF and used the below functionality to get what we need:
    sRefresh=Y&mode=part&sReportPart=UIREF:RID=1:BID=1
    The problem with this is we have a Prompt X which has a value say  A B C.
    So our final URL would be:
    http://[servername]:[port]/BOE/OpenDocument/opendoc/openDocument.jsp?sIDType=CUID&iDocID=[CUID of WebI doc]&lsSX=A B C&mode=part&sReportPart=[Reference to the report part to be shown].
    4) Our problem is that if we pass parameters in Prompt X which has a SPACE (Like we have in A B C) the functionality goes for a toss. Also if we pass Dates like 01/01/2012-12/31/2012, the function doesnt work.
    5) This is the problem with VIEWING PARTS OF WEBI report only. Works fine if we wanna view full report.
    6) Is it a known issue ?

    Hi Ankit,
    For special characters like space, colon you have to use ASCII characters in URL. For e.g. if you want to write prompt as
    Enter Year:
    then it should be like :
    Enter%20Year%3A
    Please refer page 9 of below document :
    https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CD4QFjAD&url=http%3A%2F%2Fwww.pieterverstraeten.com…
    Cheers
    Sahil

  • Display specific report part

    Hi Experts,
    I am using the Crystal Reports Server V1 trial version. I want to display Xcelsius Dashboards through InfoView. Because the add-function for flash (swf) files isnt avaiable I choose the option to insert my swf files into Crystal Reports and add this to the Server.
    When I create my Dashboard with the Dashboard Builder there are my Reports with the standard frame. But I only want to display the flash file. I thought that I can use the display specific report part function in Crystal Reports. So I defined it for the flash object and in InfoView I select the option too, but nothing happens.
    Does somebody know how to use this function correctly?
    Regards
    Jan

    hello,
    if you have already defined your flash object as the default report part in the crystal reports > file > report settings then:
    1) in infoview in your dashboard open corportate analytics and drag your report over
    2) edit this analytic to use the parts viewer
    3) ensure that you select on demand
    4) select default report part
    i have tested this on the cr server v1 and it works aok.
    jamie

  • Bottom line on report parts

    Hi.  We run 2012 enterprise (vs 2010) and rather than reading anymore (my head is spinning) I thought I'd ask some simple questions to first get my head around report parts in ssrs.
    1) is it true you can only create them from report builder?
    2) is it true that i can reuse (plumb) one or more published report parts in any report i might be designing ?  Regardless if I'm designing my new report in report builder or traditional bids vs?  If I'm in bids, what is the first step in
    adding an existing report part to my report/solution if the report part has already been published?
    3) is it true that i can easily borrow from an existing report some portion that lends itself to being a report part going forward and call it a report part and publish it as a report part?
    4) does sharepoint have to be in the picture when using report parts?

    Hello,
    In SSRS, Business Intelligence Development Studio (BIDS) is the primary tool that is used to create or modify reports. BIDS uses the term deploy. Instead of the term publish. More detail information about report create/deploy in BIDS, please refer to the
    following articles:
    http://msdn.microsoft.com/en-us/library/bb649551.aspx
    http://technet.microsoft.com/en-us/library/ms159270.aspx
    If we want to reuse the report part in BIDS, we can call the .rdl file to work around the issue. We can design a report in the BIDS, and save it in local disk. After that, we can create another project and add the .rdl file in this project to reuse it. We
    are create report and deploy it to Report Server. Then, the other users can via Report Server or Report Manager to view the report.  
    Reference: http://technet.microsoft.com/en-us/library/ms159106.aspx
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • OBIEE Report w/Drilldown

    I have the following requirment to create a report from a relational model.
    Report needs to show the following:
    Location
    Date
    Number of Visits to Location (Per Month)
    Number of Visits to Location (Per Day)
    Number of Visits to Location (Per Time Interval/Every 30 minutes)
    Report needs to drill down as follows:
    Drilldown on Location to show all dates in month that had visits for that location.
    Drilldown on date to show all visits for that day with times.
    Currently all the above information is available in one view in database. How can I make this into an OBIEE report. Thanks in advance!

    shaolin_obiee wrote:
    I have the following requirment to create a report from a relational model.
    Report needs to show the following:
    Location
    Date
    Number of Visits to Location (Per Month)
    Number of Visits to Location (Per Day)
    Number of Visits to Location (Per Time Interval/Every 30 minutes)
    Report needs to drill down as follows:
    Drilldown on Location to show all dates in month that had visits for that location.
    Drilldown on date to show all visits for that day with times.
    Currently all the above information is available in one view in database. How can I make this into an OBIEE report. Thanks in advance!If you could post few sample records from the view, it would help us understand the structure of the data and help you build out the RPD to acheive the reporting requirements.
    Thanks,
    -Amith.

  • Crystal reports 2008 drilldown javascript error

    hi, i'm programing with visual studio 2003 and crystal reports 2008 in visual basic.
    when i run my drilldown report show me this javascript error : "Loweboundtype is null or not is a object"
    and the drilldown don't work.
    mi os is windows XP, and my browser is Internet Explorer 6.
    anybody know how can i fix this problem???
    Edited by: Juan Antonio Flores Zaher on Jan 9, 2009 12:53 AM

    Hi Juan
    As per the issue description, you are using Visual Studio 2003 and Crystal Reports 2008 in Visual Basic. You get JavaScript error when you try to drill down the report.
    We would like to know the following details:
    - Does the report work fine with Standalone Crystal Reports Designer?
    - Exact version of Crystal Reports Designer. (To get this information, open Crystal Designer and go to Help> About Crystal Reports)
    - If you get the error while refreshing the report through application, then I would suggest you to post this query on the Java forum to get better assistance.
    The link of Java related queries is as follows:
    SAP Crystal Reports, version for Eclipse
    Hope this helps!
    Thanks

  • Admin training for WebLogic Server - just the Forms and Reports parts

    We will be upgrading our Forms & Reports application from 10gR2 to 11g. Our customers (well their DBAs) will need to install and manage WebLogic Server. So I'm looking for a training course where they can learn how to do that. The WebLogic Server admin course is 5 days, and another 4 for Advanced System Admin, which seems a lot as they are only going to use the parts required for Forms and Reports.
    I have read through the tutorial Using Oracle Enterprise Manager to Administer Forms Services. Is this the extent of what they need to know, or is there another chunk of the iceberg under the water? Can you recommend a training course please.

    Hi,
    After installing forms, the installer itself configures the WLS with the domains etc and also deploys the forms. Once after this, it is similar to that of 10g Application Server. All the maintenance of the forms is done using Enterprise Manager (EM Console). So, the section you mentioned should suffice.
    -Arun

  • Sub Reports and drilldown

    I have a sub report displayed in the report footer section.  In both the main report and in the sub report I have intentionally unchecked the box for "create group tree".
    Is there a way to prevent, disable or suppress the ability to drilldown to that sub report?  A mouse click on the sub report brings the sub report up in its own viewer and as expected the drilldown to any detail in the sub report is disabled.  What I am being asked to do is prevent the sub report from being displayed seperately from the main report.

    Hello,
    Right click on the Report Footer --> Select Suppress(No Drill-Down).
    Does that help?
    Thanks.

  • Web report - return drilldown state & filter values using Javasript

    I am customising a BW web report using Javascript.
    Can anyone tell me how I can read whether a particular characteristic is drilled down and the filter values applied using Javascript?
    thanks,
    Hans

    Hi,
    for the drilldown state use:
    SAPBWGetDataProviderDimensions
    http://help.sap.com/saphelp_nw04/helpdata/en/af/00453c3ff4110ee10000000a11405a/frameset.htm
    for example:
    var dim = SAPBWGetDataProviderDimensions("DATAPROVIDER_1");
    if (dim != null){
      for(m=0;m<dim.length;m++){
        if (dim[m][4]=='X')
               alert(dim[m][0] + ' is in Columns');
        elseif (dim[m][4]=='Y')
               alert(dim[m][0] + ' is in Rows');
    As for the applied filters: You need to use the web item filter with generate_caption= and only_values=X inside a <span>-tag with an id. then use document.getElementById('YourId').innerHTML to get the applied filters.
    Heike

  • Oracle Discoverer report shows drilldown icon in Web version

    Hi ,
    I am trying to create a new CROSS TAB Discoverer report. I made all my development done using the Discoverer desktop edition and is fine. When I saved in the database and showed the same report the User, in the Web Version, the report shows ' >' icon in all the cross tab headings and when the cursor is moved there, it gives an option to Drill down.
    We have 3 fields which are selected but not shown in the report. It shows the drill down to those 3 fields.
    My questions is:
    1. I should not allow users to drill down. It should not show that option.
    How to disable that option in the Web Version.
    Any help in this regard is highly appreciated.
    Thanks & Regards,
    Kiran Kesari

    Yogini is correct, but the solution provided will remove drill capability for all users under all circumstances. This is a "shortcoming" of Disco. If you set up a hierarchy for the users to use for drilling, the users must have the drill out privilege. This has the additional effect of adding the "Drill to related..." feature to most (and I believe all) columns.

  • Report Painter Drilldown on Cost Element for Project Systems

    I am currently working on a report for Project Systems. I am trying to copy the functionality of the Internal Order summary (60I2-001) into report group 6P3. I was able to copy the whole layout and also the values of 6oI2-001 into a copy of 6PP4-001 but when I double click on "Balance" it is bringin up the ALV report that 6PP4-001 is using. I would like to call another report which looks like 6LS0-001 but contains Project System info made in report painter when I double click on Balance. Is this possible? Please let me know how.

    Hi Avinash,
    See my replies below.
    1 a & B: You are planning Qty on NWA and capturing costs - labor & Equipment on NWA elements.
    When  you are having elaborated to NWA-Element level, split your total work on each NWA-element and post labor cost. Thus you will have planned Vs actual costs at one place.
    coming to equipment cost - are you capturing using PO through GR?.
    2.a : Option1- create a separate WBS elements for materials and plan cost at WBS level. That value would be your total planned cost of material procurement as estimated. Under this WBS elements create NWAs and assign the materials. With this set up you can assign material and procure so that will have actual costs coming from GR.
    Option 2: Create a one General Cost activity and assign the total planned cost of material on this NWA.
    When you assign the material components, diligently you have to reduce the equivalent amount from the general costs activity. Also note that on component screen, you have to check box "Cost relevant" so that material cost will add to Cost NWA. Let the different materials  have their own valuation class and have default CEs accordingly. that would not be big issue.
    Please discuss with your MM team to get more information. Also my suggestion is to leave blank CE field in configuration.
    The option2 is very cumbersome and high risk but one have to be very cautious to reduce the value from Cost NWA in order to sustain the planned material costs whenever they added.
    3. I have answered the relevance of Cost relevance check box in above.
    Hope above makes sense.
    Thanks,
    Sudhakar

  • New Field not Showing up in Report, part II.

    I had this issue with another report, and I was told that I hadn't brought my new field down all the way through to the final Select.  With this report, I thought I had done just that, but the new field is still not showing up.  I have pasted the code below with my additions highlighted.  Can someone tell me what I am doing wrong?  Thanks.
    WITH SEL_ACCTS AS(
    SELECT
    CASE
    WHEN RMSCUSTTYP = 'I'
    THEN
    CASE
    WHEN
    Trim(TRIM(RMSLASTNM) || ', ' || TRIM(RMSFIRSTNM)) <> ','
    THEN
    Trim(TRIM(RMSLASTNM) || ', ' || TRIM(RMSFIRSTNM))
    ELSE
    END
    ELSE
    RMSCMPNAME
    END AS "DEBTOR NAME",
    RMSACCTNUM AS "CLIENT ACCOUNT#",
    rmslastpmt,rmsjdgdate,
    CASE WHEN RMSJDGDATE  = 0 THEN  (RMSCHGAMT+RMSASSCCST+RMSACRDINT+UDCCOSTS1+UDCCOSTS2)-(RMSRCVPCPL+      
        RMSXCSRCVS+RMSRCVDCST+RMSRCVDINT+UDCRECCS1+UDCRECCS2)  
        ELSE (RMSJDGCHOF+RMSJDGCSTS+RMSJDGINTS+JDGCOSTS1+JDGCOSTS2)-(JDGRECVRYS+     
        JDGXCSRCVS+JDGRCVCSTS+JDGRCVINTS+JDGRECCS1+JDGRECCS2)
        END AS BALANCE,
    A.RMSFILENUM,
    RMSDATEASG AS PLC_DT,
    ATTRNYCODE,
    RMSSTATECD As "State Code",
    RAND() AS RANDNUMGEN
    FROM
    REPORTING.RMASTER As A
    left join reporting.rcomker b
    on a.rmsfilenum = b.rmsfilenum
    left join reporting.rprdbal c
    on a.rmsfilenum = c.rmsfilenum
    WHERE
    RMSDATEASG < REPLACE(CHAR(CURRENT DATE - 180 DAYS, ISO),'-','')
    AND recordtype =  'D'
    and ATTRNYCODE IN ({?AGCY_CODE})),
    GET_ACCTS AS(
    SELECT
    "DEBTOR NAME",
    "CLIENT ACCOUNT#",plc_dt,
    case when plc_dt > 0 then  Cast(Timestamp(plc_dt||'000000') As Date)  end AS "PLACED DATE",
    ATTRNYCODE,
    "State Code",
    A.RMSFILENUM,case when rmslastpmt > 0 then Cast(Timestamp(rmslastpmt||'000000') As Date) end  as rmslastpmt, rmsjdgdate,balance
    FROM
    SEL_ACCTS AS A
    ORDER BY RANDNUMGEN
    FETCH FIRST {?#_of_Accts} Rows Only),
    financials as (
    select "DEBTOR NAME",
    "CLIENT ACCOUNT#",
    "PLACED DATE",
    a.ATTRNYCODE,
    A.RMSFILENUM,rmslastpmt,case when rmsjdgdate > 0 then Cast(Timestamp(rmsjdgdate||'000000') As Date) end  as rmsjdgdate,balance,
    sum(case when e.rmstrancde between '3A' and '39' or e.rmstrancde in ('1G','1U') then e.rmstranamt end) as costspent,
    sum(case when (e.rmstrancde between '5A' and '69' or e.rmstrancde = '1P') and postdate > rmsjdgdate then 
              e.rmstranamt                                                     
                                             end) as pmtamt,
    sum(case when e.rmstrancde = '5C'  then  e.rmstranamt      end) as costrecvd
    from get_accts a
    left join reporting.rfinanl e
    on a. rmsfilenum = e.rmsfilenum
    and   (e.rmstrancde between '3A' and '69'                                      
    or e.rmstrancde in ('1P','1G','1U'))                                          
    and postdate > plc_dt and a.attrnycode = e.attrnycode
    group by
    "DEBTOR NAME",
    "CLIENT ACCOUNT#", "PLACED DATE",
    a.ATTRNYCODE,
    A.RMSFILENUM,rmslastpmt,case when rmsjdgdate > 0 then Cast(Timestamp(rmsjdgdate||'000000') As Date) end  ,balance )
    select "DEBTOR NAME",
    "CLIENT ACCOUNT#",
    "PLACED DATE",
    "State Code",
    a.ATTRNYCODE,rmslastpmt, rmsjdgdate,balance,c.rmsbalance as plc_bal,costspent, pmtamt,costrecvd,
    Cast(Timestamp(max(case when b.hstnewvalu in ( 'L31')  then b.rmstrandte else  null end)||'000000') As Date)  as servicedate,
    Cast(Timestamp(max(case when b.hstnewvalu in ( 'L13','P13')  then b.rmstrandte else  null end)||'000000') As Date)  as garnishdate,
    Cast(Timestamp(max(case when b.hstnewvalu in ( 'L14','P14')  then b.rmstrandte else  null end)||'000000') As Date)  as levydate,
    Cast(Timestamp(max(case when b.hstnewvalu in ( 'L17','P17')  then b.rmstrandte else  null end)||'000000') As Date)  as suitfiledate,
    Cast(Timestamp(max(case when b.hstnewvalu in ( 'L12','P12')  then b.rmstrandte else  null end)||'000000') As Date)  as liendate
    from financials a
    left join reporting.rhistfl b
    on a.rmsfilenum = b.rmsfilenum
    and b.RMSTRANCDE = 'MT' And b.RMSFLDIMPL = 'RMSSTATUS'
    and b.hstnewvalu in ('L12','L13','L14','L17','P12','P13','P14','P17','L19','PJC','L31')
    left join reporting.rhistfl c
    on a.rmsfilenum = c.rmsfilenum
    and c.RMSTRANCDE = 'MR' AND c.RMSFLDIMPL = 'ATTRNYCODE' and c.hstnewvalu in ({?AGCY_CODE})
    group by
    "DEBTOR NAME",
    "CLIENT ACCOUNT#", "PLACED DATE",
    a.ATTRNYCODE,rmslastpmt,rmsjdgdate  ,balance,c.rmsbalance,costspent, pmtamt,costrecvd, "State Code"

    hi David,
    some questions:
    1) do you mean that statecode is not showing up in the Field Explorer?
    2) if you run this through your db query tool, what is the result?
    3) if you create a new report off of this syntax, what is the result?
    -jamie

  • Drill Down in Crystal Reports

    Gurus,
           I am trying to add drill down to my Crystal Report, I know this can be achieved by using Hyperlink but the button for drill down is disabled. How can I enable this achieve the drill down function. Please find attach file for your convince.
    Faisal Baloch

    Hi Faisal........
    Please check the below explanation.......
    The Report Part Drilldown option
    The Report Part Drilldown option lets you define a hyperlink so that the Report Part Viewer can emulate the drill-down functionality of Crystal Reports. The Report Part Viewer displays only destination objects; therefore, to make drill down work, you need to define a navigation path from a home object to one or more destination objects. When you have multiple destination objects, they must all reside in the same report section.
    The Report Part Drilldown option does not affect the DHTML page viewers since the option emulates the default Crystal Reports behavior for drill down (which the page viewers already support). Page viewers, however, do not limit which objects are displayed—they always show all report objects.
    Note: Use the Report Part Drilldown option only to navigate between objects in the same report.
    Because the Report Part Viewer shows only destination objects, you must define Initial Report Part Settings (that is, a default home object) for a report before your Report Part Drilldown hyperlinks can work. A report's Initial Report Part Settings define the object that appears first in the Report Part Viewer. Think of this object as the place you'll begin your path of drill-down hyperlinks from.
    To define Initial Report Part Settings
    Open the report whose default home object you want to define.  
    Right-click the object you want to set as the default home object and select Copy from its shortcut menu.
    On the File menu, click Report Options.
    In the Initial Report Part Settings area of the Report Options dialog box, click Paste Link.
    The program pastes the name and data context of the report object you selected as your home object into the appropriate fields.  
    Tip: For more information about data contexts, see Data context formats.
    Include another object from the same section of the report by entering a semi-colon (;) and typing the name of the object.
    Click OK.
    To create a Report Part Drilldown hyperlink
    Note: Before you begin this procedure, be sure to read Setting up navigation to acquaint yourself with the limitations of creating this type of hyperlink.  
    Open a report and select the intended destination object; then click the Format button on the Expert Tools toolbar.
    Tip: You can also do this by selecting Format Field from the Format menu.  
    In the Format Editor, click the Hyperlink tab.
    In the DHTML Viewer Only area, select Report Part Drilldown.
    The "Hyperlink information" area changes to show the fields available for this type of hyperlink.  
    The Available Fields area shows only the sections and report objects you can select for drill down. In general, these objects include field objects, charts, maps, bitmaps, cross-tabs, and text objects contained in the next section down (that is, for example, objects in group two when the object you selected is in group one).
    Note: The Available Fields area does not show suppressed report objects.
    In the Available Fields area, select the section or report object(s) you want to use as your drill down destination.
    Tip: Use the Report Explorer to quickly identify the default names assigned to each of your report objects. To open the Report Explorer, click its button on the Standard toolbar.  
    You can add all the objects in a section by selecting the section node. If you expand the section node, you can select one or more of the objects that it contains.
    Use the arrow buttons to move the selected section or object(s) to the Fields to Display area.
    For ease of identification, the program creates a section node in the Fields to Display area. This node contains the objects that you selected in the Available Fields area.  
    If you want to add another object to the Fields to Display area, select it in the Available Fields list and drag it into position.
    Note:  
    The position an object has in the Fields to Display area determines how it appears in the Report Part Viewer; top to bottom in the Fields to Display area equates to left to right in the viewer. Use the arrows above the Fields to Display area to change the order of objects. (Note that a programmer can alter this default behavior through the PreserveLayout property of the Report Part Viewer.)
    The Fields to Display area can contain only one section at a time. If you try to add a second section or an object from a second section, it replaces any existing section in the Fields to Display area.
    Click OK.
    You have established a hyperlink from your report's home object to a destination object or objects. In the Report Part Viewer, you will see the home object first, and when you click it for drill down, you will see the destination object(s).  
    Regards,
    Rahul

Maybe you are looking for