Crystal reports Drilldown

In crystal reports 11.5 as i drilldown on the report the group changes
for example i have 3 groups
1.Region
2. Loss & Damage
3. Paid & Denied
In the report i am showing it as
Region name
      Loss
           Paid
           Denied
      Damage
           Paid
           Denied
Region total
now when i drilldown on PAID i could capture the current group name ie PAID but even i want to capture
the previous group name ie if i drilldown on PAID by LOSS i should be able to capture the previous group
name is "LOSS" and display on the page header text object as LOSS.
I am using VS 2005,crystal report 11.5, c#, sql 2000
Please if anybody could help me i appreciate it.

In my report i am displaying in the page header as
Type       Loss & Damage
Status    Paid & Denied
group header1 Region name
  group header2 Loss
         group header3 Paid
         group footer3 Denied
  group footer2 Damage
         group footer3 Paid
         group footer3 Denied
group footer1  Region total
when i click on Paid under Loss the page headers should display as
Type  Loss
Status Paid
How tp capture the group name which i am clicking and the previous group name and display in the page header

Similar Messages

  • 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

  • Crystal Report 2008 / JavaScript hyperlink formula/ Issue

    Hi,
    We've developed the Crystal Report using the Crystal Reports 2008 software & integrated it in asp.net web page and also deployed in IIS web server. We have a requirement like opening the sub report in a new window. We have integrated the sub report also in a asp.net web page & passing the parameters in URL & acheived it..
    For the above, we have used JavaScript code like "javascript:window.open('SubReport.aspx','...','..' ...)" in the hyperlink formula field of main report. It works fine while running using VS 2005 in the development box.
    But in production serer (Windows 2003 server), the JS URL in the formula field is not working properly. Instead , it is rendered as a drill down JS url. Like javascript:bobj.event.publish('drilldown',........)
    Can you please help us to resolve this issue?
    (OR) Do we have any other approach to open the web page in new window from CR (same like a popup window)
    Thanks
    Jeyakumar
    Edited by: Jeyakumar Seenivasagam on Nov 21, 2008 12:02 PM

    I understand that the point of this is to allow the URL link to open the Subreport.aspx page in a new window. This can be problematic due to cross-site scripting restrictions. A few years ago we found that it was possible for report writers to add JavaScript to reports. This isn't a problem if the report writers are honest and nice. However, it is possible for JavaScript to be malicious so that ability to include JavaScript was turned off when the app uses our webform viewers. There may be a way to turn it off in the registry though. This is documented for CR XI r2 [here|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes.do].
    I am not sure if this reg key works for the .NET viewer, though the note specifies DHTML and .NET InfoView, so CR should work also. As you are using CR 2008, I suspect the key would be:
    HKLMSoftwareBusiness ObjectsSuite 12.0Crystal Reports
    You will most likely have to add the Export folder, then add the HTML folder, then add the EncodeHTMLForSingleLineFieldObjects and set it to "no".
    Please note that this is a hack / workaround found for CR XI r2. The functionality you are looking to exploit was removed for a reason. As such if the above does not work for CR 2008, it will not be considered to be a "bug" and we will not be able to send this to R&D for a resolution.
    Ludek

  • Crystal report viewer Toolbar

    I am developing reports on Crystal Reports XI R2, VS.NET 2005 , SQL Server 2000, C#.
    When i run the report it generates the report fine but after a minute when I click on the toolbar either for print or export or drilldown or search or zoom or group tree or others i get a error
    Database Logon Failed
    Error in Crystal report viewer14
    Object reference not set to an instance of an object
    Any kind of help it is appreciated.

    Hi sailaja ,
    -Check that have you passed logon code.
    -Is report working fine in designer?
    -Search [here|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_ossnotes&query=&adv=true]
    these are known issue you will get lots of notes.
    -Have a look to these threads:
    [Object Reference when refreshing report]
    -[Database logon failed.]
    Hope this helps !!
    Regards,
    Shweta
    Edited by: Shweta Sharma on Sep 15, 2008 5:39 PM

  • Drill Down Report in SAP B1 through Crystal Reports

    Hi Gurus,
    Is it possible to make a reports through Crystal Reports in SAP B1 ....
    Please help or give some examples if you can ....
    Thanx SK

    Hi,
    You can enable Drill Down function by right clicking Section Name and choose
    Drilldown OK.
    Refer to the link for the complete details.
    http://crystal-reports.blogs.webucator.com/2010/05/28/crystal-reports-drill-down/
    Thanks.
    Clint

  • Overlapping Graphs in Crystal Report

    We have a requirement of designing a drilldown for which we have used Group charts in Crystal report. Our requirement is to plot graphs on 2 different summary fields on the same level i.e we require that on change of Zone, graph should be shown for Average of MTBF and MTTR values in that zone. We are using Crystal Report 2008. There is a limitation in crystal that only one summary field can be shown in a single group chart, so we hade created 2 different charts for MTBF and MTTR and overlapped one on the other and made the graph at front as transperent. MTBF is a bar chart and MMTR is a line chart.
    It works fine when we do a preview in crystal report, the top graph is transperent and we can see both the graphs.
    But when we are viewing the graph through Infoview, the top graph is no more transperent and we cannot view the 2nd graph that is at bottom.
    Can anyone help in solving the problem or is their any workaround to display 2 summary fields in one graph in group chart.
    Appriciate any immediate help, we are in a critical stage and need to solve the problem ASAP.
    Thanks in advance
    Suchi...

    Thanks for the promt reply.
    We are not exporting the report, We are directly vieweing it in info view.
    I have very little idea about infoview. Can you please let us know how we can change the setting for infoview and who can do this. We just have access to Crystal report and the Business View manager to create and use the prompt group and save our rpt file so that we can view it through infoview.

  • Crystal reports features - meaning?

    I am new to crystal reports and would like to know the meaning of the following supported features (I found these features from the pdf here ([http://www.businessobjects.com/pdf/products/crystalreports/crxi_feat_ver_ed.pdf|http://www.businessobjects.com/pdf/products/crystalreports/crxi_feat_ver_ed.pdf]):-
       1. Conditional reports
       2. Top/bottom N reports
       3. Parameterized N Value for Top N Style Reports
       4. Form-style reports
       5. Mailing labels
       6. Heterogeneous data sources
       7. Ad hoc SQL command
       8. Group-by, aggregation and SQL expressions non SQL database servers
       9. Smart navigation: group tree, drilldown, search
      10. Geographic maps
      11. Customizable cross-tabs
      12. Conditional formatting on charts
      13. Sorting on groups and detail records

    1. Conditional reports
    2. Top/bottom N reports
    3. Parameterized N Value for Top N Style Reports
    4. Form-style reports
    5. Mailing labels
    6. Heterogeneous data sources
    7. Ad hoc SQL command
    8. Group-by, aggregation and SQL expressions non SQL database servers
    9. Smart navigation: group tree, drilldown, search
    10. Geographic maps
    11. Customizable cross-tabs
    12. Conditional formatting on charts
    13. Sorting on groups and detail records
    Well, I will try, Depending on the version you are considering, these options may or may not be available.
    1.  output is based on some condition, this can be static or dynamic.
    2.  Top X of any number of items., for example, you have 100 scores, you can show the top, 5, 10, 15, or whatever number you wish.  You can also do bottom 5, 10, 15... etc
    3. Same as above but the number of items in the report, is determined by a Parameter.  Ie, you are prompted to enter the number.
    4. Report designed to look like a form.  (Ie.  Like an excel spreadsheet, or a table in word)
    5. Same as above, but form matches a pre-defined mail label format.
    6. You can have multple data sources in one report.
    7. You can "write a command in SQL, and run a report from the command"
    8. You can group, using SQL expressions, even if you are not running on a SQL database.
    9. Ways that you can search / group/ navigate data in report design.
    10. Your output will display on a map, "This is normally an add on"
    11. You can customize your cross tab reports.
    12. Conditional formatting, formatting controled by a static, or dynamic condition.  ie... if value x = 3 then crred (Turns the # 3 red)
    13. You can sort groups, and the details (all records displayed) will sort as your groups are sorted.
    Ie... Group 1, Time (By Hour)
    Group 2, # of Widgits
    Group 3, Salesman Name
    Detail, will be sorted by time, (by the hour, and then # of widgits, then Salesmans name.
    Hope this helps.
    If you already have Crystal, try looking at the sample reports, they show many of the features listed above.

  • Crystal reports 8.5 problem

    Hi,
    In crystal reports 8.5 i have tried to place page headers in drill down, but page headers are being displayed only on first page of drilldown.
    Is it possible to repeat (page headers) on each page in drilldown.
    It is very urgent!!!
    Thanks,
    Suman Naidu Sakinala.

    For This u have to do one thing that is,
    Go to pageheader and right click select format section,in that uncheck the suppress(no-drill down) option.Do this one for all sections

  • 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

  • Create JAVA link in Crystal Report Viewer?

    We are looking at using Crystal for Reporting and are trying to determine if within a Crystal Report we can place data that is created as a Java link.  Lets say a dollar amount in the report...can it be created with a Java link attached that will call off and run another quick report/drilldown to return more detail information?

    Hello Tim,
    Yes,that is certainly possible.You can create a link which will be treated as object n report and then you need to create hyperlink for that specifying detail location of another object.
    Thanks,
    Chinmay

  • I don't have all the reports in the Crystal Report Gallery

    I cannot find all options in the reports gallery (ex: drill down reports). I'm using crystal report under VS 2005. can anyone tell me how I can fix this problem ?

    The DrillDown report expert is only available from the full versions of Crystal Reports.  You can still manually create drilldown type reports by utilizing groups/subreports.
    -MJ

  • Crystal report viewer toolbar problem

    when i run the report it works fine but after a minute when i click on any of the buttons(export,print,drill,navigate) on the cyrstal report viewer toolbar it gives me
    database logon failed
    I have more than 50 viewers.
    I tried by setting logon information but that did not work.
    i am trying to reload the report and assign the dataset again on each drilldown and in navigating the pages for each viewer and it works out fine even after 15 minutes.
    i am using the following event for drilldown and navigating
    crystalreportviewer1.drill
    crystalreportviewer1.navigate
    As i am reloading the report in the above two events i want to reload the report and dataset the same way for  export and print. But there is no event for export and print.
    if any body wants to see the code please let me know.
    Please any kind of help is appreciated.
    Thanks in advance.

    I htink the best palce to start is with out sample apps:
    https://smpdl.sap-ag.de/~sapidp/012002523100006252822008E/net_win_smpl.exe
    http://www.businessobjects.com/jump/xi/default.asp
    and these resources will also help:
    http://www.businessobjects.com/global/pdf/dev_zone/VS2005_Walkthroughs.pdf
    http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/devsuite.htm
    https://boc.sdn.sap.com/developer/library
    C:\Program Files\Business Objects\Crystal Reports 11.5\Help\en\crsdk_samples_aspx\data\crsdk_net_tutorials_115_en.zip
    C:\Program Files\Business Objects\Crystal Reports 11.5\Help\en\crsdk_net_doc\doc\crsdk_net_doc.chm
    http://vbcity.com/forums/faq.asp?fid=54&cat=Crystal%20Reports
    Ludek

  • Crystal Report Viewer Page Change Refresh Issue

    Hello
    I hope this is an easy question for someone out there.
    I am using a crystal report viewer with the code contained in the page init event. The report has several pages and opens in a separate tab. There is also a on demand drilldown sub-report in the report.
    When I want to move to the second page the viewer seems to process the code again (like its runs the page init event) which takes several seconds so will not be satisfactory for the users. I tried the concatenate the pages using the 'SeparatePages' property but then the user can't select a specific page.
    Is there any way that the report can just open in the viewer and not have to reload everytime the user changes page?
    Thanks in advance
    Dave.

    Hi Dave
    In a web app, you could place the reports in session. See KBA: 1985571 - How to use sessions in web applications using the Crystal Reports viewer (the complete code)
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Hyperlink on data field crystal report vs 2005

    Please help!!!!
    I can not set the hyperlink on a data field in *.rpt.
    I also set the hyperlink type was A website on internet and filled the website address. But when report display i can not see any link.
    Thanks in advanges,

    Hello,
    (from CR Help file)
    You can select a report object on the Design or Preview tab and create a hyperlink to another location.
    The hyperlink is saved with your report and is available to other users as a way of viewing additional information.
    Note:    Crystal Reports also lets you create hyperlinks with Relative URLs, so your web reports retain independence from their location on any particular server.
    To create a hyperlink field
    Select a report object on the Design or Preview tab.
    On the Format menu, click Hyperlink.
    The Format Editor dialog box appears with the Hyperlink tab active.
    Click the type of hyperlink you want to create.
    The available types in the upper area are:
    No Hyperlink
    This is the default option. There is no hyperlink associated with the selected report object.
    A Website on the Internet
    Select this option if you want your report object to be linked to a static web address. Use the formula button to create a URL based on a field value. For example, you might enter the following formula if your Customer Name field contained information that would create a series of meaningful URLs:
    "http://www." + {Customer.Customer Name} + ".com"
    Note:    You can also use this option to connect to Business Objects, Web Intelligence, and OLAP Intelligence documents (this is also known as report linking). Use the openDocument function to create these hyperlinks in Crystal Reports.
    Current Website Field Value
    Select this option if you want the program to create a hyperlink out of the field you selected. The field must be stored as a proper hyperlink in your data source.
    An E-mail Address
    Select this option if you want to create a "mailto" address from the field you selected. Use the formula button to create an address based on a field value.
    A File
    Select this option to create a hyperlink to a file on a specific computer or networked computer. Use the formula button to create a file path based on a field value.
    You can also use a hyperlink of this type to run an EXE with a command-line parameter. Enter the path and application name, and follow it by the parameter for the command.
    Current E-mail Field Value
    Select this option if you want the program to create an email hyperlink out of the field you selected. The field must be stored as a proper email address in your data source.
    The available types in the DHTML Viewer Only area are:
    Report Part Drilldown
    For information about how to use this option, see The Report Part Drilldown option.
    Another Report Object
    For information about how to use this option, see The Another Report Object option.
    Note:    Not all hyperlink types are available at all times. The object you select and its location on the report determine which types are available.
    After you have chosen a hyperlink type, enter the appropriate hyperlink information (the URL of a web site, for example).
    Click OK when you are finished.
    The hyperlink is inserted as appropriate. Click it on the report to go to the web site, to send an e-mail, and so on.

  • Como crear un reporte en Crystal Reports

    Estimados, para los que esten aprendiendo crystal reports ("como yo"), les dejo este video que esta exelente, pueden aprender como colocar parametros y drilldown (fechas naranjas) e intregrar el reporte a SBO
    Saludos
    Felipe Loyola

    Muchas gracias por compartirlo, me fué de mucha utilidad.
    saludos
    NANCY

Maybe you are looking for

  • Restrict values for F4 on field in Selection-screen

    Hi, For f4 on particular field I am getting list of values. These values are fixed in Value Range of DOMAIN of that field. There are 26  values fixed for that DOMAIN. Now what I need is I need to restrict 26th value from displaying on F4 for that fie

  • Not able to execute interface in ODI

    Hi Experts, I have configured J2ee agent and it got succeeded. When I try to execute interface from designer it is throwing following error. com.sunopsis.core.SnpsInexistantSchemaException: SnpLSchema.getLSchemaByName(): SnpLschema does not exist    

  • Best way to extract data from archived cube

    Hello Experts, Can anyone tell me best way to extract data from archived cube. Basically I am trying to pull all the data from archived cube and then load it into another brand new infoprovider which is in different box. Also I need to extract all th

  • Recognizing individual media files not the Folders

    I am using the Trial Version of FCPX. Yesterday it recognized the FOLDERS in Finder and imported using them for Keywords. Today, it only sees individual media files in the top level MOVIES folder. There are many folders inside my MOVIES folder, but i

  • Sales Organization????

    Dear all, Because of some technical problem i am not able to download R3 Sales Structure to CRM. Can anybody tell me how can i create Sales Organization manually in the CRM?? Thanks, Jayesh