I am actually stuck with a multiple tables problem. I want to display 2 tables in my report. I saw how to do it with C# but I am not using C#, only Crystal Reports. So I have to manage to do it inside Crystal Reports. Is there any way to do it other than use 2 sub reports?
Because from what I understood (I am very new to Crystal reports): to make a table, you have to put the header of the columns in a Header section and the datafields in a Details section. But when you create sub groups, you can't add Details sections to each group, right?
What I want is something like that:
How should I organize my report (in the section expert) to manage such a thing?
Thank you very much to anyone that can help!