Steps to be followed: 1.Create a main report 2.give the path of the Field ,u wan to iterate. 3.Create a sub report in main report and give the path of details in sub-report which is common and you wan to iterate .Remember that generally we give this path from root but in this case give it from where it starts after the path given in main report and start with // 4.Ex. main report path:"School/Class/Student" Sub-report path:"//Division" It means the detail of Student is present in Division like @parent,@Address,@phone_num It will look like: Amit Shreya,Varun New york 1234567890 Naveen Deepa,deepak Paris 9807654321 I worked on such reports and its wrking properly.