Hello all,
I am having a problem is that I want to pass two date parameters from main report to sub-report.
In my main report: I am showing deal_no, party, amount, deal_date
In the subreport:
I am having deal_no, deal_effect_dt,deal_mature_dt
In the main report I am getting the from_mature_dt to mature_dt.
So, now how can I pass these two parameters to the sub-report and determine the values.
E.x: I want to show the deal_no, with mature_dt between 12/7/2009 & 12/5/2010 without prompting the user to enter again the parameters.
Currently I am letting the user to enter them again, as I defined in the sub-report(one parameter and has range values). How can I get rid of this parameter and let it use the parameters from main report automatically.
Thanks
I am having a problem is that I want to pass two date parameters from main report to sub-report.
In my main report: I am showing deal_no, party, amount, deal_date
In the subreport:
I am having deal_no, deal_effect_dt,deal_mature_dt
In the main report I am getting the from_mature_dt to mature_dt.
So, now how can I pass these two parameters to the sub-report and determine the values.
E.x: I want to show the deal_no, with mature_dt between 12/7/2009 & 12/5/2010 without prompting the user to enter again the parameters.
Currently I am letting the user to enter them again, as I defined in the sub-report(one parameter and has range values). How can I get rid of this parameter and let it use the parameters from main report automatically.
Thanks