Hi all.
I am developing a .net web appplication that has a crystal report in it.
My report needs three tables in order to display all information I want on it.
One master table and two separate detail tables.
The master table has a parent-child relationship with the two detail tables and two detail tables has no relationship at all.
What I am trying to do is I want to display all master table data on the report header and two separate detail table data in the detail section.
I have no problem getting master data into the report header, but I can't think of any way to get the two detail table data into the detail section for each detail table data with their own headings.
I have tried grouping, but I guess it not the way to do.
How do I achieve this?
I am developing a .net web appplication that has a crystal report in it.
My report needs three tables in order to display all information I want on it.
One master table and two separate detail tables.
The master table has a parent-child relationship with the two detail tables and two detail tables has no relationship at all.
What I am trying to do is I want to display all master table data on the report header and two separate detail table data in the detail section.
I have no problem getting master data into the report header, but I can't think of any way to get the two detail table data into the detail section for each detail table data with their own headings.
I have tried grouping, but I guess it not the way to do.
How do I achieve this?