Hi,
Requirment is like there is drill report and i have to pass the dates from main report to target report ie same filter should be applied for main and target report.
Thanks,
Jagdish,
i forget to mention that the date is parameter in main report.
Eg Suppose user selects From date and Through Date it should apply for both the reports; main as well as target report.
Thanks...
Create a filter in your target report like
[date field] between ?From_Date? AND ?To_Date?
In the main report drill-through definitions set Method as Pass Parameter values and select the appropriate from and to date parameters to be passed to the target report
As of my knowledge the filter which we are passing in the main report should be there in the target as well