Hi All,
I am having 2 reports
src and target.
src report contains 2 date prompts and chart
on click on chart bars will take u through tar report.
I want to know howdo I pass the start date and end date from src rep to tar report.
Any help is appreciated
Thanks in advance
Hi,
You can create the same start and end prompt filter in target report and you can pass prompt value by sending parameter value in drill through definition.
Hi,
I tried the same thing but it is still asking for date.
What I did is->I created 2 filter in target report as([docdote])>=?d1? and [docdate]<=?d2?
properties -required
But still prompting for date,
Can u guide me in more detail how to achieve it.
Thanks in advance
Hi,
In the source report please define Drill throug Definition and selected parameters to be passed.
Thanks