My sql database includes only one to many relationships as follows:
Parent –> Child 1 –> Child 2 –> Child 3
Every one parent data may have 0 or more child data.
I tried reports designer 3.0 but it did not listed data that have no “child 3” data for the above case. And I could not find any resources to solve this.
I do not need any effects or smt. What I want is a very simple reporting tool which is able to query relational sql databases, list them like this:
Parent.Name[1]
Child1.Name[1]
Child2.Name[1]
Child3.Name[1] Child3.valuea[1] Child3.valueb[1]
Child3.Name[2] Child3.valuea[2] Child3.valueb[2]
Child3.Name[3] Child3.valuea[3] Child3.valueb[3]
Child2.Name[2]
.
.
.
etc
and export to excel file. Free applications are prefered but the ones with the trial verions are also good for me.
THX
If it is only for one report, it doesn’t make sense to use any reporting tools.
I don’t know how the project is implemented, but try looking at the the following options since they are professional and can be used in enterprise systems.