Sub-Reports problems..
People -
I have a question related to sub-report programming in Crystal reports.... Let me explain my set of reports....
report layout
-------------
I have one main report called "Sales_SUmmary.rpt" which has two sub-reports..."Ind_Sales.rpt" and "AIM_Sales.rpt". Out of these two reports, "Aim_Sales.rpt" has two more sub-reports....."Aim_Sales_All.rpt" and "Aim_Sales_Level.rpt"..
issue
-----
My requirement here is to get three parameters from main report (Sales_Summary.rpt) and pass them to its sub-reports....and the second sub-report will in turn pass those parameters to its sub-reports...
But what i'm experiencing is that, only one of two sub reports in main report is able to pull up the data...the second sub-report "Aim_Sales.rpt" which has two more sub-reports is unable to pull the data....
My guess here is that crystal reports is unable to link sub-reports more than one more level....IS THIS RIGHT?
Please let me know if you have any idea...
Thanks..
|