Hi and thank you for reading,
I would like to realize the following functionality with BIRT. I have some customer data which is repetitive in my database and I would like to eliminate the repetitive lines.
To give an example, my current output looks like this:
Customer1_Name, Contact_Detail1
Customer1_Name, Contact_Detail2
Customer1_Name, Contact_Detail1
Customer1_Name, Contact_Detail3
Customer1_Name, Contact_Detail2
Customer1_Name, Contact_Detail1
Customer1_Name, Contact_Detail2
Customer1_Name, Contact_Detail3
Customer2_Name, Contact_Detail1
Customer2_Name, Contact_Detail2
Customer2_Name, Contact_Detail1
Customer2_Name, Contact_Detail3
Customer2_Name, Contact_Detail2
Customer2_Name, Contact_Detail1
Customer2_Name, Contact_Detail2
Customer2_Name, Contact_Detail3
...
Now I have a group on the customer name, so it looks like this:
Customer1_Name
Contact_Detail1
Contact_Detail2
Contact_Detail1
Contact_Detail3
Contact_Detail2
Contact_Detail1
Contact_Detail2
Contact_Detail3
Customer2_Name
Contact_Detail1
Contact_Detail2
Contact_Detail1
Contact_Detail3
Contact_Detail1
Contact_Detail2
Contact_Detail3
But as you see, there contact details are repetitive and I would like to reduce this to something like this:
Customer1_Name
Contact_Detail1
Contact_Detail2
Contact_Detail3
Customer2_Name
Contact_Detail1
Contact_Detail2
Contact_Detail3
I am aware of the possibility to do this on the database side, but would like to find a solution in Birt.
Thank you for any hints and advices (and all example reports are highly appreciated

Evgeny