I'm using c#
I have so many possible options for grouping, the user might choose two different groups at the same time GROUP BY NAME,AGE for example...that's why the second option is totally infeasible.
I have no problem feeding the data in the order (group) I want...but I think this means Feeding the report with an SQL statement.
could u please tell me how to do this?
Thanks
Main Topics
Browse All Topics





by: DRRYAN3Posted on 2003-09-03 at 08:00:08ID: 9277506
Without using the runtime designer (CRAXDDRT instead of CRAXDRT library), I don't think you can do this with groups. Using this library requires royalty payments and the use of VB or some other programming language. You certainly cannot do this with just Crystal Reports - a program will be required.
If you are looking for a simple sort and can design your report without groups, you can feed Crystal Reports the data sorted the way you need to see it and it will be displayed in that order.
The alternative may be to design several reports, each with a different group layout. Using your favorite language, select the appropriate report template based on the user's selection.