Crystal Reports sort by group headers

Hi Experts
I have created a crystal report with 16 groups. Instead of sorted each group, i need to sort the list of groups by the 16 fields. is this possible? If so, how?

Hi,
I may be wrong by how the report may be reviewed if there are 16 columns to be sorted. It is seldom that a report have more than 10 columns to sort so that the report is still readable.
Thanks,
Gordon

Similar Messages

  • Crystal report viewer stop grouping (sorting) when there is a lot of data

    Hi,
    Here is my problem, when I try to view a report that uses grouping and sorting on the Crystal Report Viewer (web), if the query returns more then 490 records then all the groups are screwed up. Basically all the records are in the report but they are not in the proper groups and they are not sorted. It seams like it's running out of memory and just gives up.
    The same report works fine in the Crystal Reports 2008 designer tool.
    Is there a way to increase the memory of the Crystal Report Viewer (web) or is there something else I can do about that?
    Thanks

    I installed the Crystal Report plug-in on my Eclipse and I ran my report in it. Then I got this error:
    Original Order Grouping: Modifying groups with original order grouping is not fully supported.
    Change all groups with 'Sort property to a value other than 'Original Order', or modify the report grouping in the Crystal Report designer application.
    So I modified my report to remove the "Original Order ".
    That seam to fix the problem, I havenu2019t been able to reproduce it since.
    Thanks
    /Yannick

  • Crystal Reports Sort Bindings

    I saw a post here regarding problems with sorting and I am having what I believe is a slightly different issue (or maybe not understanding the question).
    Anyway, I created a report in Crystal Reports 2008.  When I did so, I added sort bindings to a couple of the document headers (document number, revision).  Running the report in Crystal Report, I see a sort control (two arrows) that allow me to sort by the Document Number or the Revision. 
    When I tried to create a simple form in VS for this report, I used the Crystal Reports Viewer in the Reporting section of the Toolkit and selected my *.RPT file as the source.  When I run the app in debug, it prompts me for the parameters for filtering (yeah!) and the database connect string, but it does not allow me to change the sorting order.  The data appears and it looks great, except that I can't sort it.  Any ideas how to add this? 
    Is there maybe an incompatibility between Crystal Reports 2008 and VS 2008?  I did notice that when I tried to edit the *.RPT file from within VS, it says something about the *.RPT file being a different version, but it seems to open it properly.

    Looks like you have an issue with the correct CR assemblies. The version of the CR 2008 assemblies should be 12.x. I suspect is you check this out, you'll see that your app references 10.5. To resolve this, reinstall CR 2008. Not knowing the sequence of install, it may be that CR 2008 was installed before .NET(?).
    Ludek

  • Error 1603 when installing Crystal reports XI by group policy

    Hi,
    **I am trying to create a Group policy deployment package of Crystal reports 11.5. I have successfully installed other packages from the same share and witrh the same permissions etc. but when I try to install Crystal I end up with the folowing details in the appmgmt.log:
    **++08-11 16:11:03:781
    +Software installation extension has been called for foreground synchronous policy refresh.+
    +The following policies are to be applied, flags are 1.+
        +in development CR (unique identifier {F3CBE794-92FB-4C74-A048-1C8BE81A4ABC})+
            +System volume path =
    rc.local\SysVol\rc.local\Policies\{F3CBE794-92FB-4C74-A048-1C8BE81A4ABC}\Machine+
            +Active Directory path = LDAP://CN=Machine,cn={F3CBE794-92FB-4C74-A048-1C8BE81A4ABC},cn=policies,cn=system,DC=rc,DC=local+
    +Set the Active Directory path to LDAP://CN=Class Store,CN=Machine,cn={F3CBE794-92FB-4C74-A048-1C8BE81A4ABC},cn=policies,cn=system,DC=rc,DC=local;.+
    +Enumerating applications in the Active Directory for computer BRXWK007377 with flags 5.+
    +The following applications were found in policy in development CR.+
        +Assigned application Crystal Reports XI (flags a0005470).+
    +Found 1 applications in policy in development CR.+
    +Enumerating the managed applications which are currently applied to this user.+
    +No managed applications are currently applied to this user.+
    +Found 0 applications locally that are not included in the set of applications from the Active Directory.+
    +Application Crystal Reports XI from policy in development CR is set for installation because it is assigned to this computer policy.+
    +Assigning application Crystal Reports XI from policy in development CR.+
    +Calling the Windows Installer to advertise application Crystal Reports XI from script C:\WINDOWS\system32\appmgmt\MACHINE\{f29d0933-61ee-4794-9840-78cd8aecf2f5}.aas with flags 69.+
    +The assignment of application Crystal Reports XI from policy in development CR succeeded.+
    +Calling the Windows Installer to install application Crystal Reports XI from policy in development CR.+
    +The install of application Crystal Reports XI from policy in development CR failed.  The error was : %1603+
    +Removing application Crystal Reports XI from the software installation database.+
    +Calling Windows Installer to remove application advertisement for application Crystal Reports XI from script C:\WINDOWS\system32\appmgmt\MACHINE\{f29d0933-61ee-4794-9840-78cd8aecf2f5}.aas.+
    +The removal of the assignment of application Crystal Reports XI from policy in development CR succeeded.+
    +Policy Logging for Software Management is attempting to log application Crystal Reports XI from policy in development CR.+
    +Failed to apply changes to software installation settings.  Software changes could not be applied.  A previous log entry with details should exist.  The error was : %1603+
    +Software installation extension returning with final error code 1603.+
    To create the installation point I copied both CD's to our server and executed a command line setup.exe /a
    Can anyone help me move forwards please?
    Thanks
    Chris

    Hi there,
    Try the following silent install command via the DOS command prompt:
    setup.exe ADDLOCAL=ALL CLIENTLANGUAGE=EN REBOOT=ReallySuppress PIDKEY=B1234-1234567-1234567-1234 INSTALLDIR="C:\Program Files\Business Objects\Crystal Reports 11.5" /qn /l* C:\temp\CRXIr2Trace.txt
    Notes and explanations:
    In the above example, it assumes that you copied the installation media to the C:.  You will also have to change directory to the wherever the win32 directory is.  The setup.exe is located in the win32 folder of the installation media.
    If you had put the win32 directory in say, C:\CRXIr2\win32, then you will have to navigate to this point first before typing the string above.  You will also need to change the product key from B1234-1234567-1234567-1234 to match your own. 
    The ADDLOCAL switch specifies a list of features to install.  ADDLOCAL=ALL then installs all the features.
    The REBOOT=ReallySuppress prevents Crystal Reports from prompting the user to reboot the machine
    The /qn switch performs the installation silently without prompting the user . 
    Finally, the string above also logs the installation to a text file in C:\temp\CRXIr2Trace.txt.
    You can find a full explanation of the switches and silent install string from xir2_cr_install_en.pdf in the installation media.

  • Crystal Reports 2008 Missing Page Headers and Footers when Exporting Excel

    After upgrading from Crystal Reports 9 to Crystal Reports 2008 we have noticed that when we export to Excel the document no longer retains the page headers and footers.  After doing some reading I see that there is a property called ExportPageHeadersAndFooters that we can tap into.  However, I am unable to get this to work for me.  Below is my code, do you have any suggestions?
                    ReportDocument rdReport =  new ReportDocument();
                    rdReport.Load(sReportFilePath);
                    ExportFormatType exType = ExportFormatType.Excel;
                    // create an instance of excel formatting options
                    ExcelFormatOptions foFormat = new ExcelFormatOptions();
                    foFormat.UsePageRange = false;
                    foFormat.ExcelUseConstantColumnWidth = true;
                    foFormat.ExcelTabHasColumnHeadings = true;
                    foFormat.ExportPageBreaksForEachPage = true;
                    foFormat.ExportPageHeadersAndFooters = ExportPageAreaKind.OnEachPage;
                    // set up more exporting options
                    rdReport.ExportOptions.ExportFormatType = ExportFormatType.Excel;
                    rdReport.ExportOptions.ExportDestinationType = ExportDestinationType.DiskFile;
                    rdReport.ExportOptions.FormatOptions = foFormat;
                    rdReport.ExportToStream(exType);

    I was able to get it to work but I had to do this.
    ExportRequestContext expReqCntxt = new ExportRequestContext();
    expReqCntxt.ExportInfo = rdReport.ExportOptions;
    sExported = ((CrystalDecisions.CrystalReports.Engine.ReportDocument)rdReport).FormatEngine.ExportToStream(expReqCntxt);

  • Crystal Report with "Sub-groups"

    I'm trying to do a crystal report in .Net 2008 in the following format:
    Name____Col1_____Col2____Col3____Time
    ______________________________Dias_Horas_Minutos
    SUBAREA_a
    X____test____AAAA____AAAA1____1____2____3
    Y____test____BBBB_____BBBB1____3____2____1
    _____________________Subtotal____4____4____4
    SUBAREA_b
    X____test____AAAA____AAAA1____1____2____3
    Y____test____BBBB____BBBB1____3____2____1
    _____________________Subtotal____4____4____4
    SUBAREA_c
    X____test____AAAA____AAAA1____1____2____3
    Y____test____BBBB____BBBB1_____3____2____1
    _____________________Subtotal____4____4____4
    _____________________TOTAL____12____12____12
    Is there a way to do this, maybe using a subreport?
    Thanks in advance
    Edited by: lukinpt on Aug 6, 2009 4:29 PM

    Looks like you will have to use subreport(s).
    This:
    Name____Col1_____Col2____Col3____Time
    ______________________________Dias_Horas_Minutos
    could be in the main report. Now, depending on the data, the rest would be in a subreport, grouped on SUBAREA, Alternatively, you would need to create a subreport for SUBAREA_a, SUBAREA_b and SUBAREA_c.
    For more detailed discussion, please post your query to the Report Design forum:
    SAP Crystal Reports
    Ludek

  • How to change Group Header Font in Crystal report Left Most Group Tree?

    Hi Dears!
    I am using crystal report 10 with C# 2005. I have an issue that i want to change the font of Group Header Text that is visible when we click on Toggle Group Tree button and a tree pane is visible towards the left side of report viewer.Means all the Group Tree Items that are visible when we click  Toggle Group Tree button on Crystal report Viewer.
    I have goggled a lot but unable to find any hint. Any idea or help would be highly appreciated .
    Thanks in advance.

    look for information on drilldowngrouplevel function. this is available in versions 9 and higher.
    i cant test it in mine to give you the syntax, but you would need to create another section and conditionally surpress the section on the drilldowngrouplevel function. hope this helps

  • Crystal report - Suppressing particular Group by

    HI,
    I have a particular crystal report in which we have multiple group by. Different options are given to the user to select the group by while executing the report. If the user selects a group by 1, and 5 then the report should be grouped by only the 1 and 5 and grouping should not be done on the basis of 2,3 and 4.
    I have inserted multiple group by in the report. I am suppressing the groups 2,3 and 4 when only 1 and 5 are selected. The groups are not visible but they still impact the result and the data shown is grouped at all the levels.
    Can anyone please let me know the solution for the same.
    Regards,
    Simran

    hi Simran,
    you need to create a set of formulae to group on and not use suppression on hard coded groups. for example, create a formula such as
    if {?groupone} = 'Country' then {my country field} else
    if {?groupone} = 'First Name' then {my first name field} else
    you need to create one formula for every group level as well as a parameter for every group. for example groupfour
    if {?groupfour} = 'Country' then {my country field} else
    if {?groupfour} = 'First Name' then {my first name field} else
    if {?groupfour} = 'No Group' then ''
    you can suppress the group header and footer for Group 4 when {?groupfour} = ''
    please see the attached report as an example. change the .txt extension to .rpt after you extract the contents.
    cheers,
    jamie

  • Basic Crystal Report Help- collapsing groups

    I am using Crystal for the first time as part of my company's trial period of the software. 
    I created a very basic report, but am having difficulty figuring out to collapse my groups.  I have a group with 3 major categories. I want the first report view to show only the three categories, but then give the user the ability to drill down to the detail for a particular category.
    Any help would be very much appreciated.
    Also, any help docuementation would be great : )
    Thanks!
    Kathryn

    In the left margin, right click on the section called "Details", and click on Hide in the pop up.
    Do the same for Group Footer #1.
    The sections should now have diagonal lines through them indicating that they are hidden or suppressed.
    When you run the report, you should only see Group Header#1 diplaying with data, but if you double click on the Group Name field, it should drill into the section, create another tab, and expose the underlying details.

  • Crystal Report error - "the group section cannot be printed..."

    Hello to everyone.
    I have a CR report based on a database view.
    Everything is ok when i run the report in the CR designer but choosing the option to preview the report or run it from the SAP Business One (8.81 PL 08) i get an error:
    "the group section cannot be printed because its condition field is nonexistent or invalid. Format the section to choose another condition field. Error in file "the Report name".rpt. Invalid group condition".
    i must say that this happens in all my reports where i have group data. Also i must say that all those reports were ok some days before...
    Is there a way for me to know what field is it refering to?
    I have verified the DB and it is pointing correctly and the also the View returns data.
    Thanks in advance

    Hello Gordon,
    thanks for your response. the reports were working fine until 8.81 PL05
    We have upgraded the customer from PL05 - > PL08 a week ago.
    Do you think that maybe this is the problem?
    Thanks in advance

  • Custom grouping in crystal report

    I have a requirement of creating a report off BEx query (BI 7.0).
    I have database field which gives around 250 rows. Now with these 250 rows I need to create a custom grouping in crystal report having 2 groups and a detail.
    Some info about database field: For ex: 'A', 'B' and 'C' are 3 sample rows of the database field. I want to arrange this in such a way that.
    A will form Group 1 and B will form group 2 and it is sub group of Group 1. and C is part of Group 2.
    A (group 1)
    B (Group 2)
    C.
    But when I tried it it resulted in
    A (group 1)
    Others
    Others (group1)
    B(Group 2)
    C.
    In this method I was successful in creating report if there were only 2 levels. But when it comes to 3rd level i am facing the problem. Any solution from experts.

    Hi Raghavendra,
    You can create the superset group i.e Group A in ur illustration by choosing Insert -> Group from the pull-down menus and specifying the field name in the panel.
    Next, in order to create the subset group i.e Group B and Group C you need to create a formula in the Formula Workshop-Formula Editor like the below syntax:
    If <db_field_name> = "<value B>"
    OR <db_field_name> = "<value C>"
    then "Group B"
    This formula can be used as your second group by choosing Insert -> Group from the pull-down menus and specifying this formula name in the panel.
    Thanks,
    Amogh.

  • Crystal Reports and BW - spec requ'mnts

    I have been asked how much more detail is required for a Crystal reports developer, if one is preparing a report spec. I don't know enough about Crystal reports to know. I can detail what is required for a BEx report, but the graphic nature of Crystal reports obviously would need more, I think.
    can someone give me an idea of just how much more detail is required in a typical crystal reports spec. Is it mainly graphic and formatting detail, or what?
    Thanks in advance for your kind contributions.
    nallysem

    I would be very interested in ANY documentation on how to build a Crystal Report against a BW query.  I have the BO XI R2 Integration Kit for SAP but it leaves a lot to the imagination.  It was useful when I was adding a hierarchy to a group but  it says nothing about what can be defined in the query and used by the report.  It appears that free characteristics and properties (Expand to Level) are not available within Crystal.  Note:  I'm using the MDX driver because hierarchies are important.
    The issue I'm faced with is related to grouping a hierarchy.  I'm building a report that groups both the Division and a Customer Hierarchy.   When I group the data in Crystal using a group to represent the Division and a group to display the Customer Hierarchy order everthing appears great.  But when I group it By Customer Hierarchy By Division I see divisions in groups I do not see in BEx. 
    The Integration Kit states you should create a hierarchy by placing the Hierarchy Node ID as the Crystal Reports group field.  Then select the Hierarchy Reporting Option and sort the data hierarchically by the Parent ID.  This seems to work fine as long as you do not have additional groups below the hierarchy group.
    I did print out the data in the details section of the Crystal Report instead of grouping it and noted that these obscure groups in Crystal have NodeIDs which differ from the NodeID of the group which I expect it in.  So, does BEx group hierarchies differently.  Do they use the UniqueID?
    Any help would really be appreciated.  Documentation even more so.

  • Cannot Open Crystal Report

    Dear All,
    We set crystal report group and assign all crystal report for each group.  When they try to run the report, there's an error message: "you're not authorize to view or print this report".
    How do we solve this problem?
    Thanks and Regards,
    Lailus

    Dear Gordon,
    I've been through those process, create user group, assign users to the group and assign CR report to the group.
    Btw, user type is normal user not super user.
    Regards,
    Lailus

  • Group Headers Causing Crystal Report to be Cut Off

    Hello,
    We're using Crystal Reports 2008 to create a report. Our problem is that when he add group headers and a subtotal, the report gets cut off on the right side inside of Crystal Enterprise. Inside of Crystal Reports 2008, it looks fine. It's just when we upload it to Crystal Enterprise, the report gets cut off to the right side. When we try to print it out, the report still gets cut off to the right.

    Is the default printer's page size on the Crystal Enterprise server different than the one on your design machine? That could account for differences in rendering.

  • Group Headers are not getting displayed in crystal report

    Hi,
    I have got 1 reprot having 8 subreports in it. In the parent report I group by 2 different fields. I have created 8 diff. sections under 2nd group and put every subreport in different section. The data in subreport gets displayed depending on the parameters selected by user.
    Sometimes the group headers get displayed. Most of the time when I add only 1 subreport. As & when I add 2 or 3 it disappears.
    Can any body guide me in this issue.
    Thanks a lot...

    Deepa,
    Your issue might appear due to the sub report not being able to grow.
    This can be done by right-clicking on the sub report and select 'can grow' on the general tab of the properties.

Maybe you are looking for

  • Images become corrupted after uploading

    Hello i'm trying to make an upload bean that uploads files form client PCs to the server, i'm using jdk 1.4 and tomcat 4.0. i made a modification to "Budi Kurniawan" code from "http://www.onjava.com/pub/a/onjava/2001/04/05/upload.html" and the packag

  • HP P3015n that has an error message of 8BC5 1334 PRINTER ERROR in the event log. What does it mean?

    An HP P3015n printer has received this error twice in 7 days. Number  Date and Time  Cycles  Event  Firmware  Description or Personality 26  2012-OCT-04  14:48  59082  49.2334  07.080.3  8BC5 1334 PRINTER ERROR 24  2012-SEP-27  00:07  57130  49.2334 

  • Random red pixels on my macbook display

    i've had this macbook for 3 days, and as soon as i started using it, red flickering pixels appeared. there not stuck on the screen, just over some dark colours, so you can scroll and they move with the image. I am worried i might have to send it back

  • Edit spelling dictionary

    Does Firefox 5.0 not store spelling lists in the persdict.dat file anymore? I accidentally added a word to the dictionary and now I want to remove it, but I can't find the file in the C:\Documents and Settings\[User]\Application Data\Mozilla\Firefox\

  • How Can I Store a function in Oracle Lite ?

    Hi, I have a pl/sql function that I want to store into polite database, Is this possible ? Thanks in advance.