I have data structured is like below. (showing graphically)
Method1
Nested_operation_1
Nested_method_1
Nested_method_2
Nested_method_3
Nested_method_4
Method11
Nested_operation_11
Nested_method_11
Nested_method_22
Method111
Nested_operation_111
Nested_method_111
I want to created a report which would display data as like
Method1
Nested_operation_1 (Detailed Data)
-
-
Nested_method_1 (Detailed Data)
-
-
Nested_method_2 (Detailed Data)
-
-
Nested_method_3 (Detailed Data)
-
Nested_method_4 (Detailed Data)
-
Method11
======
====
====
Method111
======
The nesting of method and operation is not defined, it can go to any level.
Is there any way to create such a report in Crystal Reports XI R2?
I was thinking of using Sub reports, but since there is no control on nesting, we can not use sub reports as as per my knowledge, there is no way to create the sub reports dynamically.
Basically the original report is developed in Oracle Reports , Oracle Reports has frames, which can repeat dynamically. I am trying to migrate same report in Crystal report. But was not able to get above output in CR.
Any help, pointers would be highly helpful.
--Kuldeep
Edited by: Kuldeep Chitrakar on Feb 20, 2009 12:31 PM