1. I have source report and target report.
2. In source report I have 2 data items Start Date and End Date. Start Date consists of trunc(current_date,'IW') and End Date consists of _add_days(trunc(current_date,'IW')).
3. In target report I have 2 date prompts ?p_start_date? and ?p_end_date?.
4. I need to pass Start Date and End Date values from source report to ?p_start_date? and ?p_end_date? date prompts in target report.
5. I used the drill through functionality on a graph. But values are not passing.
Please suggest me any ideas.
Thanks in advance
Pradeep
I successfuly passed the Start Date and End Date values.
I did'nt used Start date and End date data items in the graph. So drill through is not passing values to the target report.
I added theses data items to the properties of the graph.
Thanks
Pradeep